From a91490a45a80a370ec657a8ed7556a48d6be9d65 Mon Sep 17 00:00:00 2001 From: Nilambari Date: Wed, 29 Apr 2020 01:19:27 -0700 Subject: [PATCH] Custom dns servers for Virtual Wan P2SVpnGateway --- .../2020-04-01/examples/P2SVpnGatewayGet.json | 3 +++ .../P2SVpnGatewayGetConnectionHealth.json | 3 +++ .../2020-04-01/examples/P2SVpnGatewayList.json | 6 ++++++ .../P2SVpnGatewayListByResourceGroup.json | 6 ++++++ .../2020-04-01/examples/P2SVpnGatewayPut.json | 15 ++++++++++++++- .../examples/P2SVpnGatewayUpdateTags.json | 3 +++ .../stable/2020-04-01/virtualWan.json | 7 +++++++ 7 files changed, 42 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGet.json index 25ab4422254f..3fe43a9ff418 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGet.json @@ -37,6 +37,9 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "3.3.3.3" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 2, "allocatedIpAddresses": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGetConnectionHealth.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGetConnectionHealth.json index 89134a563d71..c6fb30e3278d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGetConnectionHealth.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayGetConnectionHealth.json @@ -37,6 +37,9 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "3.3.3.3" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 2, "allocatedIpAddresses": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayList.json index 51239a91c833..430b922004bd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayList.json @@ -38,6 +38,9 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "3.3.3.3" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 2, "allocatedIpAddresses": [ @@ -79,6 +82,9 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "4.4.4.4" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 2, "allocatedIpAddresses": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayListByResourceGroup.json index 20c154092c86..a0ba28a347a3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayListByResourceGroup.json @@ -36,6 +36,9 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "3.3.3.3" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 2, "allocatedIpAddresses": [ @@ -75,6 +78,9 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "4.4.4.4" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 2, "allocatedIpAddresses": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayPut.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayPut.json index 3770a9117566..1113f2014a54 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayPut.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayPut.json @@ -29,7 +29,12 @@ } } ], - "vpnGatewayScaleUnit": 1 + "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "1.1.1.1", + "2.2.2.2" + ] + } } } }, @@ -65,6 +70,10 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "1.1.1.1", + "2.2.2.2" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 0, "allocatedIpAddresses": [], @@ -105,6 +114,10 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "1.1.1.1", + "2.2.2.2" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 0, "allocatedIpAddresses": [], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayUpdateTags.json index 0b971bd908c7..97dd2ec39a55 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/P2SVpnGatewayUpdateTags.json @@ -45,6 +45,9 @@ } ], "vpnGatewayScaleUnit": 1, + "customDnsServers": [ + "3.3.3.3" + ], "vpnClientConnectionHealth": { "vpnClientConnectionsCount": 2, "allocatedIpAddresses": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualWan.json index 728f7d84c8dd..1efcacfa9c10 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualWan.json @@ -4832,6 +4832,13 @@ "readOnly": true, "$ref": "#/definitions/VpnClientConnectionHealth", "description": "All P2S VPN clients' connection health status." + }, + "customDnsServers": { + "type": "array", + "description": "List of all customer specified DNS servers IP addresses.", + "items": { + "type": "string" + } } }, "description": "Parameters for P2SVpnGateway."