Skip to content

Commit

Permalink
Mark private IP address read-only (#4447)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanymanea authored and jianghaolu committed Nov 12, 2018
1 parent 92d2e0a commit 5a95c8f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,9 @@
"AzureFirewallIPConfigurationPropertiesFormat":{
"properties":{
"privateIPAddress": {
"type": "string",
"description": "The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes."
"type": "string",
"readOnly": true,
"description": "The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes."
},
"subnet":{
"$ref":"./network.json#/definitions/SubResource",
Expand Down

0 comments on commit 5a95c8f

Please sign in to comment.