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