Reverted potentialy valid verison

This commit is contained in:
Jovan Popovic
2020-01-17 16:31:59 +01:00
parent 35b9066a2c
commit f3c7cbc4f4
@@ -16,11 +16,7 @@
}
},
"defaultDataLakeStorageFilesystemName": {
"defaultValue": "workspace",
"type": "String",
"metadata": {
"description": "container in Data Lake Storage account that you will use for Synapse Workspace."
}
"type": "String"
},
"sqlAdministratorLogin": {
"type": "String"
@@ -28,6 +24,17 @@
"sqlAdministratorPassword": {
"type": "SecureString"
},
"setWorkspaceIdentityRbacOnFilesystem": {
"type": "Bool"
},
"allowAllConnections": {
"defaultValue": true,
"type": "Bool"
},
"poolSubnetId": {
"defaultValue": "",
"type": "String"
},
"tagValues": {
"defaultValue": {"createdWith":"Azure Resource Manager template"},
"type": "Object"
@@ -81,7 +88,7 @@
"computeSubnetId": "[variables('poolSubnetId')]"
},
"sqlAdministratorLogin": "[parameters('sqlAdministratorLogin')]",
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorPassword')]"
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorLoginPassword')]"
},
"resources": [
{