Skip to content

Commit

Permalink
Updated the target version to July release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachet Hegde committed Sep 29, 2020
1 parent af91de8 commit 9ac3c22
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
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 9ac3c22

Please sign in to comment.