We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffaefa commit 39de498Copy full SHA for 39de498
1 file changed
samples/manage/azure-sql-db-managed-instance/attach-jumpbox/azuredeploy.json
@@ -121,7 +121,6 @@
121
"apiVersion": "2017-10-01",
122
"location": "[parameters('location')]",
123
"dependsOn": [
124
- "[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]",
125
"[concat('Microsoft.Network/publicIpAddresses/', variables('publicIPAddressName'))]",
126
"[concat('Microsoft.Network/networkSecurityGroups/', variables('networkSecurityGroupName'))]"
127
],
0 commit comments