Skip to content

Commit f3c7cbc

Browse files
committed
Reverted potentialy valid verison
1 parent 35b9066 commit f3c7cbc

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

samples/manage/synapse-analytics/workspace/azuredeploy.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,25 @@
1616
}
1717
},
1818
"defaultDataLakeStorageFilesystemName": {
19-
"defaultValue": "workspace",
20-
"type": "String",
21-
"metadata": {
22-
"description": "container in Data Lake Storage account that you will use for Synapse Workspace."
23-
}
19+
"type": "String"
2420
},
2521
"sqlAdministratorLogin": {
2622
"type": "String"
2723
},
2824
"sqlAdministratorPassword": {
2925
"type": "SecureString"
3026
},
27+
"setWorkspaceIdentityRbacOnFilesystem": {
28+
"type": "Bool"
29+
},
30+
"allowAllConnections": {
31+
"defaultValue": true,
32+
"type": "Bool"
33+
},
34+
"poolSubnetId": {
35+
"defaultValue": "",
36+
"type": "String"
37+
},
3138
"tagValues": {
3239
"defaultValue": {"createdWith":"Azure Resource Manager template"},
3340
"type": "Object"
@@ -81,7 +88,7 @@
8188
"computeSubnetId": "[variables('poolSubnetId')]"
8289
},
8390
"sqlAdministratorLogin": "[parameters('sqlAdministratorLogin')]",
84-
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorPassword')]"
91+
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorLoginPassword')]"
8592
},
8693
"resources": [
8794
{

0 commit comments

Comments
 (0)