mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Removing duplicate location on valid deployment
This commit is contained in:
@@ -5,13 +5,6 @@
|
||||
"name": {
|
||||
"type": "String"
|
||||
},
|
||||
"location": {
|
||||
"defaultValue": "[resourceGroup().location]",
|
||||
"type": "String",
|
||||
"metadata": {
|
||||
"description": "Do not change this value."
|
||||
}
|
||||
},
|
||||
"defaultDataLakeStorageAccountName": {
|
||||
"type": "String",
|
||||
"metadata": {
|
||||
@@ -66,7 +59,7 @@
|
||||
"type": "Microsoft.Synapse/workspaces",
|
||||
"apiVersion": "2019-06-01-preview",
|
||||
"name": "[parameters('name')]",
|
||||
"location": "[parameters('location')]",
|
||||
"location": "[resourceGroup().location]",
|
||||
"tags": "[parameters('tagValues')]",
|
||||
"identity": {
|
||||
"type": "SystemAssigned"
|
||||
|
||||
Reference in New Issue
Block a user