Skip to content

Commit

Permalink
[Microsoft.DeviceUpdate][Internal Only] Fixed RPaaS linter error - pr…
Browse files Browse the repository at this point in the history
…ovisioningState (#18328)

* Fixed RPaaS linter error - provisioningState

* Linter fixes

* Added description
  • Loading branch information
darkoa-msft authored Mar 22, 2022
1 parent 56756e4 commit caa1008
Showing 1 changed file with 14 additions and 5 deletions.
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

0 comments on commit caa1008

Please sign in to comment.