Skip to content

Commit a21a6aa

Browse files
authored
Fix DiskRP Swagger "Type doesn't exist in PrivateEndpointConnection" error (#12521)
1 parent 1e23fb8 commit a21a6aa

File tree

1 file changed

+10
-5
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30

1 file changed

+10
-5
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/disk.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,18 +2877,23 @@
28772877
"x-ms-client-flatten": true,
28782878
"description": "Resource properties."
28792879
},
2880+
"id": {
2881+
"readOnly": true,
2882+
"type": "string",
2883+
"description": "private endpoint connection Id"
2884+
},
2885+
"name": {
2886+
"readOnly": true,
2887+
"type": "string",
2888+
"description": "private endpoint connection name"
2889+
},
28802890
"type": {
28812891
"readOnly": true,
28822892
"type": "string",
28832893
"description": "private endpoint connection type"
28842894
}
28852895
},
28862896
"description": "The Private Endpoint Connection resource.",
2887-
"allOf": [
2888-
{
2889-
"$ref": "#/definitions/ProxyOnlyResource"
2890-
}
2891-
],
28922897
"x-ms-azure-resource": true
28932898
},
28942899
"DiskAccessProperties": {

0 commit comments

Comments
 (0)