Skip to content

Commit caa1008

Browse files
authored
[Microsoft.DeviceUpdate][Internal Only] Fixed RPaaS linter error - provisioningState (#18328)
* Fixed RPaaS linter error - provisioningState * Linter fixes * Added description
1 parent 56756e4 commit caa1008

File tree

1 file changed

+14
-5
lines changed
  • specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview

1 file changed

+14
-5
lines changed

specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview/deviceupdate.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,20 @@
15971597
{
15981598
"$ref": "#/definitions/PrivateEndpointConnectionProxyProperties"
15991599
}
1600-
]
1600+
],
1601+
"properties": {
1602+
"properties": {
1603+
"description": "Private endpoint connection proxy object property bag.",
1604+
"type": "object",
1605+
"x-ms-client-flatten": true,
1606+
"properties": {
1607+
"provisioningState": {
1608+
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
1609+
"description": "The provisioning state of the private endpoint connection proxy resource."
1610+
}
1611+
}
1612+
}
1613+
}
16011614
},
16021615
"PrivateEndpointConnectionProxyProperties": {
16031616
"description": "Private endpoint connection proxy object properties.",
@@ -1613,10 +1626,6 @@
16131626
"description": "Remote private endpoint details.",
16141627
"$ref": "#/definitions/RemotePrivateEndpoint"
16151628
},
1616-
"provisioningState": {
1617-
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
1618-
"description": "The provisioning state of the private endpoint connection proxy resource."
1619-
},
16201629
"status": {
16211630
"description": "Operation status.",
16221631
"type": "string"

0 commit comments

Comments
 (0)