Skip to content

Commit

Permalink
Fix DiskRP Swagger "Type doesn't exist in PrivateEndpointConnection" …
Browse files Browse the repository at this point in the history
…error (Azure#12521)
  • Loading branch information
scottlzhang authored and mkarmark committed Jul 20, 2021
1 parent 8fd5c54 commit 062685a
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2877,18 +2877,23 @@
"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",
"description": "private endpoint connection type"
}
},
"description": "The Private Endpoint Connection resource.",
"allOf": [
{
"$ref": "#/definitions/ProxyOnlyResource"
}
],
"x-ms-azure-resource": true
},
"DiskAccessProperties": {
Expand Down

0 comments on commit 062685a

Please sign in to comment.