From d079f586ea4d996d5345b8e34dea6c4b216e8b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sr=C4=91an=20Bo=C5=BEovi=C4=87?= Date: Fri, 24 Aug 2018 03:22:11 +0200 Subject: [PATCH] fix --- .../attach-vpn-gateway/azuredeploy.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json b/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json index ed2c56fb..ad959edb 100644 --- a/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json +++ b/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json @@ -46,9 +46,6 @@ "name": "[parameters('virtualNetworkName')]", "type": "Microsoft.Network/virtualNetworks", "apiVersion": "2018-02-01", - "dependsOn": [ - "[variables('routeTableName')]" - ], "location": "[parameters('location')]", "properties": { "mode": "Incremental",