mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Minor fixes
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"type": "String"
|
||||
},
|
||||
"defaultDataLakeStorageFilesystemName": {
|
||||
"defaultValue": "workspace",
|
||||
"type": "String"
|
||||
},
|
||||
"sqlAdministratorLogin": {
|
||||
@@ -22,6 +23,7 @@
|
||||
"type": "SecureString"
|
||||
},
|
||||
"setWorkspaceIdentityRbacOnFilesystem": {
|
||||
"defaultValue": true,
|
||||
"type": "Bool"
|
||||
},
|
||||
"allowAllConnections": {
|
||||
@@ -72,7 +74,7 @@
|
||||
"computeSubnetId": "[parameters('poolSubnetId')]"
|
||||
},
|
||||
"sqlAdministratorLogin": "[parameters('sqlAdministratorLogin')]",
|
||||
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorLoginPassword')]"
|
||||
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorPassword')]"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user