Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix on extended location hierarchy for virtual network local gateway #13943

Merged
merged 1 commit into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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