Skip to content

Commit

Permalink
Remove outboundIPAddress (#4613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghzhu-msft authored Aug 25, 2021
1 parent ec45ae0 commit 87485bc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"name": "Standard"
},
"properties": {
"provisioningState": "Accepted",
"outboundIPAddress": "10.0.0.1"
"provisioningState": "Accepted"
},
"identity": {
"type": "systemAssigned"
Expand All @@ -32,7 +31,6 @@
},
"properties": {
"provisioningState": "Succeeded",
"outboundIPAddress": "10.0.0.1",
"grafanaVersion": "7.1",
"endpoint": "my.azgrafana.io"
},
Expand Down Expand Up @@ -63,7 +61,6 @@
},
"properties": {
"provisioningState": "Accepted",
"outboundIPAddress": "10.0.0.1",
"grafanaVersion": "7.1",
"endpoint": "my.azgrafana.io"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"properties": {
"provisioningState": "Succeeded",
"outboundIPAddress": "10.0.0.1",
"grafanaVersion": "7.1",
"endpoint": "my.azgrafana.io"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"properties": {
"provisioningState": "Succeeded",
"outboundIPAddress": "10.0.0.1",
"grafanaVersion": "7.1",
"endpoint": "my.azgrafana.io"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"properties": {
"provisioningState": "Succeeded",
"outboundIPAddress": "10.0.0.1",
"grafanaVersion": "7.1",
"endpoint": "my.azgrafana.io"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"properties": {
"provisioningState": "Succeeded",
"outboundIPAddress": "10.0.0.1",
"grafanaVersion": "7.1",
"endpoint": "my.azgrafana.io"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,11 +457,6 @@
"description": "The endpoint of the Grafana instance.",
"type": "string",
"readOnly": true
},
"outboundIPAddress": {
"description": "The outbound IP address.",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 87485bc

Please sign in to comment.