mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added defualt values on working version
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user