Skip to content

Commit 451824d

Browse files
authored
Added unexpected internal-only Network RP properties (#16644)
* Added suppression because Network RP is sending undocumented properties * Removed suppression and added properties from NRP request * Adding operations status to the NRP Proxy resource
1 parent e0b5060 commit 451824d

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,10 @@
15551555
"provisioningState": {
15561556
"$ref": "#/definitions/PrivateEndpointConnectionProxyProvisioningState",
15571557
"description": "The provisioning state of the private endpoint connection proxy resource."
1558+
},
1559+
"status": {
1560+
"description": "Operation status.",
1561+
"type": "string"
15581562
}
15591563
}
15601564
},
@@ -1687,6 +1691,14 @@
16871691
"description": "Internal FQDN.",
16881692
"type": "string",
16891693
"readOnly": true
1694+
},
1695+
"redirectMapId": {
1696+
"description": "Redirect map ID.",
1697+
"type": "string"
1698+
},
1699+
"privateLinkServiceArmRegion": {
1700+
"description": "PrivateLinkService ARM region.",
1701+
"type": "string"
16901702
}
16911703
}
16921704
},

0 commit comments

Comments
 (0)