Skip to content

Commit

Permalink
Hotfix extended location parameter hierarchy (#13864)
Browse files Browse the repository at this point in the history
* add to feb branch

* delete project name reference
  • Loading branch information
litchiyangMSFT authored Apr 21, 2021
1 parent cfcb423 commit 4d7132d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2800,11 +2800,7 @@
},
"vNetExtendedLocationResourceId": {
"type": "string",
"description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
},
"virtualNetworkExtendedLocation": {
"description": "The extended location of type local virtual network gateway.",
"$ref": "./network.json#/definitions/ExtendedLocation"
"description": "Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
},
"natRules": {
"type": "array",
Expand Down Expand Up @@ -3217,6 +3213,10 @@
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",
"description": "Properties of the virtual network gateway."
},
"extendedLocation": {
"$ref": "./network.json#/definitions/ExtendedLocation",
"description": "The extended location of type local virtual network gateway."
},
"etag": {
"readOnly": true,
"type": "string",
Expand Down

0 comments on commit 4d7132d

Please sign in to comment.