From dc62d2518d91c7b0798e0ac224f055e43e80b92c Mon Sep 17 00:00:00 2001 From: Darko Aleksic Date: Tue, 2 Nov 2021 21:00:04 -0700 Subject: [PATCH 1/3] Added suppression because Network RP is sending undocumented properties --- specification/deviceupdate/resource-manager/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/deviceupdate/resource-manager/readme.md b/specification/deviceupdate/resource-manager/readme.md index eb2d3fc10e5e..ee014814e0ab 100644 --- a/specification/deviceupdate/resource-manager/readme.md +++ b/specification/deviceupdate/resource-manager/readme.md @@ -51,6 +51,10 @@ directive: from: deviceupdate.json where: $.definitions.PrivateEndpointConnectionProxy reason: Internal NRP resource, all properties are top level properties + - suppress: OBJECT_ADDITIONAL_PROPERTIES + from: deviceupdate.json + where: $.definitions.GroupConnectivityInformation + reason: Internal NRP API, additional properties in the request ``` --- From fb5df3918399fe3561b316139716d7945f9d9a9c Mon Sep 17 00:00:00 2001 From: Darko Aleksic Date: Tue, 2 Nov 2021 21:21:05 -0700 Subject: [PATCH 2/3] Removed suppression and added properties from NRP request --- .../preview/2020-03-01-preview/deviceupdate.json | 8 ++++++++ specification/deviceupdate/resource-manager/readme.md | 4 ---- 2 files changed, 8 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 f1b95b19b932..569bdd1a4434 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 @@ -1687,6 +1687,14 @@ "description": "Internal FQDN.", "type": "string", "readOnly": true + }, + "redirectMapId": { + "description": "Redirect map ID.", + "type": "string" + }, + "privateLinkServiceArmRegion": { + "description": "PrivateLinkService ARM region.", + "type": "string" } } }, diff --git a/specification/deviceupdate/resource-manager/readme.md b/specification/deviceupdate/resource-manager/readme.md index ee014814e0ab..eb2d3fc10e5e 100644 --- a/specification/deviceupdate/resource-manager/readme.md +++ b/specification/deviceupdate/resource-manager/readme.md @@ -51,10 +51,6 @@ directive: from: deviceupdate.json where: $.definitions.PrivateEndpointConnectionProxy reason: Internal NRP resource, all properties are top level properties - - suppress: OBJECT_ADDITIONAL_PROPERTIES - from: deviceupdate.json - where: $.definitions.GroupConnectivityInformation - reason: Internal NRP API, additional properties in the request ``` --- From f755487dd0a79058dd3c9aef6af3085fdd2c57ac Mon Sep 17 00:00:00 2001 From: Darko Aleksic Date: Tue, 2 Nov 2021 21:56:34 -0700 Subject: [PATCH 3/3] Adding operations status to the NRP Proxy resource --- .../preview/2020-03-01-preview/deviceupdate.json | 4 ++++ 1 file changed, 4 insertions(+) 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 569bdd1a4434..59dbf1d5971a 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 @@ -1555,6 +1555,10 @@ "provisioningState": { "$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState", "description": "The provisioning state of the private endpoint connection proxy resource." + }, + "status": { + "description": "Operation status.", + "type": "string" } } },