Skip to content

Commit 73bd99b

Browse files
committed
Added defualt values on working version
1 parent 4924c87 commit 73bd99b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"type": "String"
77
},
88
"location": {
9-
"type": "String"
9+
"defaultValue": "[resourceGroup().location]",
10+
"type": "String",
11+
"metadata": {
12+
"description": "Do not change this value."
13+
}
1014
},
1115
"defaultDataLakeStorageAccountName": {
1216
"type": "String",
@@ -28,6 +32,7 @@
2832
"type": "SecureString"
2933
},
3034
"setWorkspaceIdentityRbacOnFilesystem": {
35+
"defaultValue": true,
3136
"type": "Bool"
3237
},
3338
"allowAllConnections": {
@@ -39,7 +44,7 @@
3944
"type": "String"
4045
},
4146
"tagValues": {
42-
"defaultValue": {},
47+
"defaultValue": {"Created with":"Azure Resource Manager deploment template"},
4348
"type": "Object"
4449
},
4550
"storageSubscriptionID": {

0 commit comments

Comments
 (0)