From 414d0c687ca3420426606d0f4d54923ee58ddb82 Mon Sep 17 00:00:00 2001 From: Darko Aleksic Date: Thu, 17 Mar 2022 21:04:45 -0700 Subject: [PATCH] Move provisioning state inside proxy properties --- .../preview/2020-03-01-preview/deviceupdate.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview/deviceupdate.json b/specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview/deviceupdate.json index 75465bbf5833..d740232d08aa 100644 --- a/specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview/deviceupdate.json +++ b/specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview/deviceupdate.json @@ -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." + } } } },