Skip to content

Commit

Permalink
hotfix on extended location hierarchy (Azure#13943)
Browse files Browse the repository at this point in the history
  • Loading branch information
litchiyangMSFT authored Apr 20, 2021
1 parent 5047dfd commit 5bb6cc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2375,13 +2375,9 @@
"readOnly": true,
"description": "The IP address allocated by the gateway to which dns requests can be sent."
},
"virtualNetworkExtendedLocationResourceId": {
"vNetExtendedLocationResourceId": {
"type": "string",
"description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
},
"extendedLocation": {
"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."
}
},
"description": "VirtualNetworkGateway properties."
Expand Down Expand Up @@ -2761,6 +2757,10 @@
},
"VirtualNetworkGateway": {
"properties": {
"extendedLocation": {
"$ref": "./network.json#/definitions/ExtendedLocation",
"description": "The extended location of type local virtual network gateway."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2434,11 +2434,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."
}
},
"description": "VirtualNetworkGateway properties."
Expand Down Expand Up @@ -2818,6 +2814,10 @@
},
"VirtualNetworkGateway": {
"properties": {
"extendedLocation": {
"$ref": "./network.json#/definitions/ExtendedLocation",
"description": "The extended location of type local virtual network gateway."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2485,11 +2485,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."
}
},
"description": "VirtualNetworkGateway properties."
Expand Down Expand Up @@ -2886,6 +2882,10 @@
},
"VirtualNetworkGateway": {
"properties": {
"extendedLocation": {
"$ref": "./network.json#/definitions/ExtendedLocation",
"description": "The extended location of type local virtual network gateway."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",
Expand Down

0 comments on commit 5bb6cc1

Please sign in to comment.