From 3a4b18e1cbf64d1cc61cd892d576e2596a289bf2 Mon Sep 17 00:00:00 2001 From: Pankaj Shukla Date: Wed, 15 Aug 2018 11:11:08 -0700 Subject: [PATCH] Changes to Support MSEEv2 Datapath for ExpressRoute. Description of Changes: - Added a flag expressRouteGatewayBypass to the Connection Properties. - The user can set the flag to True to use MSEEv2 datapath Related work items: #2628003 --- .../stable/2018-07-01/virtualNetworkGateway.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/virtualNetworkGateway.json index c4bc5dc02263..d6ff7a5311f7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/virtualNetworkGateway.json @@ -2159,6 +2159,10 @@ "readOnly": true, "type": "string", "description": "The provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + }, + "expressRouteGatewayBypass": { + "type": "boolean", + "description": "Bypass ExpressRoute Gateway for data forwarding" } }, "required": [ @@ -2678,6 +2682,10 @@ "readOnly": true, "type": "string", "description": "The provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + }, + "expressRouteGatewayBypass": { + "type": "boolean", + "description": "Bypass ExpressRoute Gateway for data forwarding" } }, "required": [