Skip to content

Commit

Permalink
Fix name mismatch for virtual network local gateway (#13266)
Browse files Browse the repository at this point in the history
* fix the name mismatch

* fix name mismatch in nov
  • Loading branch information
litchiyangMSFT authored Mar 3, 2021
1 parent e0fdf51 commit 0dcf8c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2483,11 +2483,11 @@
"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": {
"virtualNetworkExtendedLocation": {
"description": "The extended location of type local virtual network gateway.",
"$ref": "./network.json#/definitions/ExtendedLocation"
}
Expand Down

0 comments on commit 0dcf8c0

Please sign in to comment.