From af91de8b3729caa45ec3b119b788bd75db8ae9ca Mon Sep 17 00:00:00 2001 From: Sachet Hegde Date: Sun, 27 Sep 2020 22:45:37 -0700 Subject: [PATCH 1/2] Add expressRouteGatewayBypass flag for enabling FastPath to vWan Firewall --- .../2020-06-01/examples/ExpressRouteConnectionCreate.json | 1 + .../stable/2020-06-01/examples/ExpressRouteConnectionGet.json | 1 + .../2020-06-01/examples/ExpressRouteConnectionList.json | 1 + .../Microsoft.Network/stable/2020-06-01/virtualWan.json | 4 ++++ 4 files changed, 7 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionCreate.json index 84b2f0b83c44..7a381dd82830 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-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-06-01/examples/ExpressRouteConnectionGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionGet.json index c8a6f6bb20a2..8fff732a3adb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-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-06-01/examples/ExpressRouteConnectionList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionList.json index 67989ae10a4d..b4b12afacee7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-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-06-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualWan.json index e995b7ddf3da..988367defe5b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualWan.json @@ -7059,6 +7059,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." From 9ac3c22a26dd4529a0f9b8152fd7ab3c54ac1acf Mon Sep 17 00:00:00 2001 From: Sachet Hegde Date: Tue, 29 Sep 2020 10:21:53 -0700 Subject: [PATCH 2/2] Updated the target version to July release --- .../2020-06-01/examples/ExpressRouteConnectionCreate.json | 1 - .../stable/2020-06-01/examples/ExpressRouteConnectionGet.json | 1 - .../2020-06-01/examples/ExpressRouteConnectionList.json | 1 - .../Microsoft.Network/stable/2020-06-01/virtualWan.json | 4 ---- .../2020-07-01/examples/ExpressRouteConnectionCreate.json | 1 + .../stable/2020-07-01/examples/ExpressRouteConnectionGet.json | 1 + .../2020-07-01/examples/ExpressRouteConnectionList.json | 1 + .../Microsoft.Network/stable/2020-07-01/virtualWan.json | 4 ++++ 8 files changed, 7 insertions(+), 7 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionCreate.json index 7a381dd82830..84b2f0b83c44 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-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-06-01/examples/ExpressRouteConnectionGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionGet.json index 8fff732a3adb..c8a6f6bb20a2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-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-06-01/examples/ExpressRouteConnectionList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionList.json index b4b12afacee7..67989ae10a4d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/ExpressRouteConnectionList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-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-06-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualWan.json index 988367defe5b..e995b7ddf3da 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualWan.json @@ -7059,10 +7059,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." 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."