File tree Expand file tree Collapse file tree
samples/manage/synapse-analytics/workspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
8188 "computeSubnetId" : " [variables('poolSubnetId')]"
8289 },
8390 "sqlAdministratorLogin" : " [parameters('sqlAdministratorLogin')]" ,
84- "sqlAdministratorLoginPassword" : " [parameters('sqlAdministratorPassword ')]"
91+ "sqlAdministratorLoginPassword" : " [parameters('sqlAdministratorLoginPassword ')]"
8592 },
8693 "resources" : [
8794 {
You can’t perform that action at this time.
0 commit comments