diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/VirtualNetworkGatewayUpdate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/VirtualNetworkGatewayUpdate.json index 4823281fb9f1..2b5cb7bfc2c4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/VirtualNetworkGatewayUpdate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/VirtualNetworkGatewayUpdate.json @@ -24,6 +24,7 @@ "vpnType": "RouteBased", "enableBgp": false, "activeActive": false, + "enableDnsForwarding": true, "sku": { "name": "VpnGw1", "tier": "VpnGw1" @@ -80,6 +81,8 @@ "vpnGatewayGeneration": "None", "enableBgp": false, "activeActive": false, + "enableDnsForwarding": true, + "inboundDnsForwardingEndpoint": "10.0.1.14", "vpnClientConfiguration": { "vpnClientProtocols": [ "OpenVPN" @@ -139,6 +142,8 @@ "vpnType": "RouteBased", "enableBgp": false, "activeActive": false, + "enableDnsForwarding": true, + "inboundDnsForwardingEndpoint": "10.0.1.14", "vpnClientConfiguration": { "vpnClientProtocols": [ "OpenVPN" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json index a1b9d8d0df8a..4df4fb4ac5f4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json @@ -2071,6 +2071,15 @@ "type": "boolean", "description": "ActiveActive flag." }, + "enableDnsForwarding": { + "type": "boolean", + "description": "Whether dns forwarding is enabled or not." + }, + "inboundDnsForwardingEndpoint": { + "type": "string", + "readOnly": true, + "description": "The IP address allocated by the gateway to which dns requests can be sent." + }, "gatewayDefaultSite": { "$ref": "./network.json#/definitions/SubResource", "description": "The reference of the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting."