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 b1ef01c67901..78976c3abbdc 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,7 +30,6 @@ "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 e05d0ab5542d..19f7f5d635d6 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,7 +19,6 @@ "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 c31c02faa49e..a4bc1084b4cf 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,7 +20,6 @@ "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 131affffd769..051eb81cb18a 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 @@ -7067,10 +7067,6 @@ "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."