mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed blocking bug with location parameter
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
"type": "firewallrules",
|
||||
"apiVersion": "2019-06-01-preview",
|
||||
"name": "allowAll",
|
||||
"location": "[parameters('location')]",
|
||||
"location": "[resourceGroup().location]",
|
||||
"dependsOn": [
|
||||
"[concat('Microsoft.Synapse/workspaces/', parameters('name'))]"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user