diff --git a/package-lock.json b/package-lock.json index 4404c0fc521a..6de27c1967ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1769,9 +1769,9 @@ } }, "dot-prop": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.1.0.tgz", - "integrity": "sha512-n1oC6NBF+KM9oVXtjmen4Yo7HyAVWV2UUl50dCYJdw2924K6dX9bf9TTTWaKtYlRn0FEtxG27KS80ayVLixxJA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz", + "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==", "dev": true, "requires": { "is-obj": "^2.0.0" @@ -3717,9 +3717,9 @@ } }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", "dev": true }, "node-object-hash": { @@ -6033,4 +6033,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 1a58a6b4c14d..b0a965ae88bd 100644 --- a/package.json +++ b/package.json @@ -45,4 +45,4 @@ "tsc": "tsc", "multiapi": "ts-node ./scripts/multiapi.ts" } -} +} \ No newline at end of file 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 af4f29898cb9..43055e291927 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 @@ -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."