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 3131 "sqlAdministratorPassword" : {
3232 "type" : " SecureString"
3333 },
34- "setWorkspaceIdentityRbacOnFilesystem" : {
35- "defaultValue" : true ,
36- "type" : " Bool"
37- },
38- "allowAllConnections" : {
39- "defaultValue" : true ,
40- "type" : " Bool"
41- },
42- "poolSubnetId" : {
43- "defaultValue" : " " ,
44- "type" : " String"
45- },
4634 "tagValues" : {
4735 "defaultValue" : {"Created with" :" Azure Resource Manager deploment template" },
4836 "type" : " Object"
8977 "filesystem" : " [parameters('defaultDataLakeStorageFilesystemName')]"
9078 },
9179 "virtualNetworkProfile" : {
92- "computeSubnetId" : " [parameters('poolSubnetId')] "
80+ "computeSubnetId" : " "
9381 },
9482 "sqlAdministratorLogin" : " [parameters('sqlAdministratorLogin')]" ,
9583 "sqlAdministratorLoginPassword" : " [parameters('sqlAdministratorPassword')]"
10694 "properties" : {
10795 "startIpAddress" : " 0.0.0.0" ,
10896 "endIpAddress" : " 255.255.255.255"
109- },
110- "condition" : " [parameters('allowAllConnections')]"
97+ }
11198 }
11299 ]
113100 },
141128 }
142129 },
143130 "subscriptionId" : " [parameters('storageSubscriptionID')]" ,
144- "resourceGroup" : " [parameters('storageResourceGroupName')]" ,
145- "condition" : " [parameters('setWorkspaceIdentityRbacOnFilesystem')]"
131+ "resourceGroup" : " [parameters('storageResourceGroupName')]"
146132 }
147133 ],
148134 "outputs" : {}
You can’t perform that action at this time.
0 commit comments