Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,20 @@
{
"$ref": "#/definitions/PrivateEndpointConnectionProxyProperties"
}
]
],
"properties": {
"properties": {
"description": "Private endpoint connection proxy object property bag.",
"type": "object",
"x-ms-client-flatten": true,
"properties": {
"provisioningState": {
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
"description": "The provisioning state of the private endpoint connection proxy resource."
}
}
}
}
},
"PrivateEndpointConnectionProxyProperties": {
"description": "Private endpoint connection proxy object properties.",
Expand All @@ -1613,10 +1626,6 @@
"description": "Remote private endpoint details.",
"$ref": "#/definitions/RemotePrivateEndpoint"
},
"provisioningState": {
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
"description": "The provisioning state of the private endpoint connection proxy resource."
},
"status": {
"description": "Operation status.",
"type": "string"
Expand Down