Skip to content

Commit

Permalink
Move provisioning state inside proxy properties
Browse files Browse the repository at this point in the history
  • Loading branch information
darkoa-msft committed Mar 18, 2022
1 parent 3a20ede commit 414d0c6
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1613,13 +1613,15 @@
"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"
},
"properties": {
"provisioningState": {
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
"description": "The provisioning state of the private endpoint connection proxy resource."
}
}
}
},
Expand Down

0 comments on commit 414d0c6

Please sign in to comment.