diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionCreate.json index 78976c3abbdc..b1ef01c67901 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionCreate.json @@ -30,6 +30,7 @@ "authorizationKey": "authorizationKey", "routingWeight": 2, "enableInternetSecurity": false, + "expressRouteGatewayBypass": false, "routingConfiguration": { "associatedRouteTable": { "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionGet.json index 19f7f5d635d6..e05d0ab5542d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionGet.json @@ -19,6 +19,7 @@ "authorizationKey": "authorizationKey", "routingWeight": 1, "enableInternetSecurity": false, + "expressRouteGatewayBypass": false, "routingConfiguration": { "associatedRouteTable": { "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionList.json index a4bc1084b4cf..c31c02faa49e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ExpressRouteConnectionList.json @@ -20,6 +20,7 @@ "authorizationKey": "authorizationKey", "routingWeight": 1, "enableInternetSecurity": false, + "expressRouteGatewayBypass": false, "routingConfiguration": { "associatedRouteTable": { "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1" 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 899d0dca19e2..406050e8ee65 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 @@ -6884,6 +6884,10 @@ "type": "boolean", "description": "Enable internet security." }, + "expressRouteGatewayBypass": { + "type": "boolean", + "description": "Enable FastPath to vWan Firewall hub." + }, "routingConfiguration": { "$ref": "#/definitions/RoutingConfiguration", "description": "The Routing Configuration indicating the associated and propagated route tables on this connection."