Skip to content

Commit 5bb6cc1

Browse files
hotfix on extended location hierarchy (#13943)
1 parent 5047dfd commit 5bb6cc1

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualNetworkGateway.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,13 +2375,9 @@
23752375
"readOnly": true,
23762376
"description": "The IP address allocated by the gateway to which dns requests can be sent."
23772377
},
2378-
"virtualNetworkExtendedLocationResourceId": {
2378+
"vNetExtendedLocationResourceId": {
23792379
"type": "string",
2380-
"description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
2381-
},
2382-
"extendedLocation": {
2383-
"description": "The extended location of type local virtual network gateway.",
2384-
"$ref": "./network.json#/definitions/ExtendedLocation"
2380+
"description": "Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
23852381
}
23862382
},
23872383
"description": "VirtualNetworkGateway properties."
@@ -2761,6 +2757,10 @@
27612757
},
27622758
"VirtualNetworkGateway": {
27632759
"properties": {
2760+
"extendedLocation": {
2761+
"$ref": "./network.json#/definitions/ExtendedLocation",
2762+
"description": "The extended location of type local virtual network gateway."
2763+
},
27642764
"properties": {
27652765
"x-ms-client-flatten": true,
27662766
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",

specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/virtualNetworkGateway.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,11 +2434,7 @@
24342434
},
24352435
"vNetExtendedLocationResourceId": {
24362436
"type": "string",
2437-
"description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
2438-
},
2439-
"virtualNetworkExtendedLocation": {
2440-
"description": "The extended location of type local virtual network gateway.",
2441-
"$ref": "./network.json#/definitions/ExtendedLocation"
2437+
"description": "Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
24422438
}
24432439
},
24442440
"description": "VirtualNetworkGateway properties."
@@ -2818,6 +2814,10 @@
28182814
},
28192815
"VirtualNetworkGateway": {
28202816
"properties": {
2817+
"extendedLocation": {
2818+
"$ref": "./network.json#/definitions/ExtendedLocation",
2819+
"description": "The extended location of type local virtual network gateway."
2820+
},
28212821
"properties": {
28222822
"x-ms-client-flatten": true,
28232823
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",

specification/network/resource-manager/Microsoft.Network/stable/2020-11-01/virtualNetworkGateway.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,11 +2485,7 @@
24852485
},
24862486
"vNetExtendedLocationResourceId": {
24872487
"type": "string",
2488-
"description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
2489-
},
2490-
"virtualNetworkExtendedLocation": {
2491-
"description": "The extended location of type local virtual network gateway.",
2492-
"$ref": "./network.json#/definitions/ExtendedLocation"
2488+
"description": "Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
24932489
}
24942490
},
24952491
"description": "VirtualNetworkGateway properties."
@@ -2886,6 +2882,10 @@
28862882
},
28872883
"VirtualNetworkGateway": {
28882884
"properties": {
2885+
"extendedLocation": {
2886+
"$ref": "./network.json#/definitions/ExtendedLocation",
2887+
"description": "The extended location of type local virtual network gateway."
2888+
},
28892889
"properties": {
28902890
"x-ms-client-flatten": true,
28912891
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",

0 commit comments

Comments
 (0)