Skip to content

Commit

Permalink
Add expressRouteGatewayBypass for enabling FastPath to vWan Firewall …
Browse files Browse the repository at this point in the history
…hub (#10963)

* Add expressRouteGatewayBypass flag for enabling FastPath to vWan Firewall

* Updated the target version to July release

Co-authored-by: Sachet Hegde <[email protected]>
  • Loading branch information
sachethegde and Sachet Hegde authored Oct 3, 2020
1 parent 8fb99ef commit f09004d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit f09004d

Please sign in to comment.