Skip to content

Commit

Permalink
Added unexpected internal-only Network RP properties (Azure#16644)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
darkoa-msft authored and LeiWang3 committed Mar 31, 2022
1 parent 45071d7 commit 94c2f71
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -1687,6 +1691,14 @@
"description": "Internal FQDN.",
"type": "string",
"readOnly": true
},
"redirectMapId": {
"description": "Redirect map ID.",
"type": "string"
},
"privateLinkServiceArmRegion": {
"description": "PrivateLinkService ARM region.",
"type": "string"
}
}
},
Expand Down

0 comments on commit 94c2f71

Please sign in to comment.