Added defualt values on working version

This commit is contained in:
Jovan Popovic
2020-01-17 17:16:40 +01:00
parent 4924c875e0
commit 73bd99b0e2
@@ -6,7 +6,11 @@
"type": "String"
},
"location": {
"type": "String"
"defaultValue": "[resourceGroup().location]",
"type": "String",
"metadata": {
"description": "Do not change this value."
}
},
"defaultDataLakeStorageAccountName": {
"type": "String",
@@ -28,6 +32,7 @@
"type": "SecureString"
},
"setWorkspaceIdentityRbacOnFilesystem": {
"defaultValue": true,
"type": "Bool"
},
"allowAllConnections": {
@@ -39,7 +44,7 @@
"type": "String"
},
"tagValues": {
"defaultValue": {},
"defaultValue": {"Created with":"Azure Resource Manager deploment template"},
"type": "Object"
},
"storageSubscriptionID": {