diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/disk.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/disk.json index 752c038b0b63..e1367b833330 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/disk.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/disk.json @@ -2877,6 +2877,16 @@ "x-ms-client-flatten": true, "description": "Resource properties." }, + "id": { + "readOnly": true, + "type": "string", + "description": "private endpoint connection Id" + }, + "name": { + "readOnly": true, + "type": "string", + "description": "private endpoint connection name" + }, "type": { "readOnly": true, "type": "string", @@ -2884,11 +2894,6 @@ } }, "description": "The Private Endpoint Connection resource.", - "allOf": [ - { - "$ref": "#/definitions/ProxyOnlyResource" - } - ], "x-ms-azure-resource": true }, "DiskAccessProperties": {