From 5f717d96720076abeece8d6722d7e6a099ebadf5 Mon Sep 17 00:00:00 2001 From: Khushboo Baheti Date: Fri, 9 Oct 2020 16:44:37 -0700 Subject: [PATCH] commit1 --- .../stable/2020-07-01/examples/P2SVpnGatewayGet.json | 3 ++- .../examples/P2SVpnGatewayGetConnectionHealth.json | 3 ++- .../stable/2020-07-01/examples/P2SVpnGatewayList.json | 6 ++++-- .../examples/P2SVpnGatewayListByResourceGroup.json | 6 ++++-- .../stable/2020-07-01/examples/P2SVpnGatewayPut.json | 9 ++++++--- .../stable/2020-07-01/examples/P2SVpnGatewayReset.json | 3 ++- .../2020-07-01/examples/P2SVpnGatewayUpdateTags.json | 3 ++- .../stable/2020-07-01/examples/VpnGatewayGet.json | 3 ++- .../stable/2020-07-01/examples/VpnGatewayList.json | 6 ++++-- .../examples/VpnGatewayListByResourceGroup.json | 6 ++++-- .../stable/2020-07-01/examples/VpnGatewayPut.json | 9 ++++++--- .../stable/2020-07-01/examples/VpnGatewayReset.json | 3 ++- .../stable/2020-07-01/examples/VpnGatewayUpdateTags.json | 3 ++- .../Microsoft.Network/stable/2020-07-01/virtualWan.json | 8 ++++++++ 14 files changed, 50 insertions(+), 21 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGet.json index b69156c7ec90..68722e85ee2f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGet.json @@ -49,7 +49,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGetConnectionHealth.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGetConnectionHealth.json index 1b282d423ab5..5e979d6b6a33 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGetConnectionHealth.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayGetConnectionHealth.json @@ -49,7 +49,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } } }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayList.json index 262f615aece8..d90e3c3e8517 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayList.json @@ -50,7 +50,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } }, { @@ -95,7 +96,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayListByResourceGroup.json index 65d4715fbe7f..e3f893fd9536 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayListByResourceGroup.json @@ -48,7 +48,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } }, { @@ -91,7 +92,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayPut.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayPut.json index 8f2ce0d5116b..971f3cfc26da 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayPut.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayPut.json @@ -33,7 +33,8 @@ "customDnsServers": [ "1.1.1.1", "2.2.2.2" - ] + ], + "IsRoutingPreferenceInternet": false } } }, @@ -79,7 +80,8 @@ "allocatedIpAddresses": [], "totalIngressBytesTransferred": 0, "totalEgressBytesTransferred": 0 - } + }, + "IsRoutingPreferenceInternet": false } } }, @@ -124,7 +126,8 @@ "allocatedIpAddresses": [], "totalIngressBytesTransferred": 0, "totalEgressBytesTransferred": 0 - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayReset.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayReset.json index e3caaaf58118..bd951b24060d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayReset.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayReset.json @@ -50,7 +50,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayUpdateTags.json index cd946d658a08..309fef5f1968 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/P2SVpnGatewayUpdateTags.json @@ -58,7 +58,8 @@ ], "totalIngressBytesTransferred": 2000, "totalEgressBytesTransferred": 3000 - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayGet.json index 19ffc30caaf7..c818fb092acf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayGet.json @@ -137,7 +137,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayList.json index 631f440a5393..32c9e6de47a6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayList.json @@ -138,7 +138,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } }, { @@ -229,7 +230,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayListByResourceGroup.json index 631f440a5393..32c9e6de47a6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayListByResourceGroup.json @@ -138,7 +138,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } }, { @@ -229,7 +230,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayPut.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayPut.json index 1206ffab8a27..bac40308eb3c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayPut.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayPut.json @@ -53,7 +53,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } }, @@ -166,7 +167,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } }, @@ -278,7 +280,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayReset.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayReset.json index 267eff0c44d0..0e5e571ebcd3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayReset.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayReset.json @@ -96,7 +96,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayUpdateTags.json index 3d04158ef377..25beaeae22eb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VpnGatewayUpdateTags.json @@ -104,7 +104,8 @@ ] } ] - } + }, + "IsRoutingPreferenceInternet": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json index 406050e8ee65..b4c64181a46a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json @@ -5498,6 +5498,10 @@ "items": { "$ref": "#/definitions/VpnGatewayIpConfiguration" } + }, + "IsRoutingPreferenceInternet": { + "type": "boolean", + "description": "Enable Routing Preference property for the Public IP Interface of the VpnGateway." } }, "description": "Parameters for VpnGateway." @@ -6465,6 +6469,10 @@ "items": { "type": "string" } + }, + "IsRoutingPreferenceInternet": { + "type": "boolean", + "description": "Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway." } }, "description": "Parameters for P2SVpnGateway."