Skip to content

Commit 410284a

Browse files
committed
Removing duplicate location on valid deployment
1 parent baecada commit 410284a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

samples/manage/synapse-analytics/workspace/azuredeploy.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
"name": {
66
"type": "String"
77
},
8-
"location": {
9-
"defaultValue": "[resourceGroup().location]",
10-
"type": "String",
11-
"metadata": {
12-
"description": "Do not change this value."
13-
}
14-
},
158
"defaultDataLakeStorageAccountName": {
169
"type": "String",
1710
"metadata": {
@@ -66,7 +59,7 @@
6659
"type": "Microsoft.Synapse/workspaces",
6760
"apiVersion": "2019-06-01-preview",
6861
"name": "[parameters('name')]",
69-
"location": "[parameters('location')]",
62+
"location": "[resourceGroup().location]",
7063
"tags": "[parameters('tagValues')]",
7164
"identity": {
7265
"type": "SystemAssigned"

0 commit comments

Comments
 (0)