Skip to content

Commit 414d0c6

Browse files
committed
Move provisioning state inside proxy properties
1 parent 3a20ede commit 414d0c6

File tree

1 file changed

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

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,13 +1613,15 @@
16131613
"description": "Remote private endpoint details.",
16141614
"$ref": "#/definitions/RemotePrivateEndpoint"
16151615
},
1616-
"provisioningState": {
1617-
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
1618-
"description": "The provisioning state of the private endpoint connection proxy resource."
1619-
},
16201616
"status": {
16211617
"description": "Operation status.",
16221618
"type": "string"
1619+
},
1620+
"properties": {
1621+
"provisioningState": {
1622+
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
1623+
"description": "The provisioning state of the private endpoint connection proxy resource."
1624+
}
16231625
}
16241626
}
16251627
},

0 commit comments

Comments
 (0)