Skip to content

Commit baecada

Browse files
committed
Removed constnts from valid version
1 parent 73bd99b commit baecada

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

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

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@
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"
@@ -89,7 +77,7 @@
8977
"filesystem": "[parameters('defaultDataLakeStorageFilesystemName')]"
9078
},
9179
"virtualNetworkProfile": {
92-
"computeSubnetId": "[parameters('poolSubnetId')]"
80+
"computeSubnetId": ""
9381
},
9482
"sqlAdministratorLogin": "[parameters('sqlAdministratorLogin')]",
9583
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorPassword')]"
@@ -106,8 +94,7 @@
10694
"properties": {
10795
"startIpAddress": "0.0.0.0",
10896
"endIpAddress": "255.255.255.255"
109-
},
110-
"condition": "[parameters('allowAllConnections')]"
97+
}
11198
}
11299
]
113100
},
@@ -141,8 +128,7 @@
141128
}
142129
},
143130
"subscriptionId": "[parameters('storageSubscriptionID')]",
144-
"resourceGroup": "[parameters('storageResourceGroupName')]",
145-
"condition": "[parameters('setWorkspaceIdentityRbacOnFilesystem')]"
131+
"resourceGroup": "[parameters('storageResourceGroupName')]"
146132
}
147133
],
148134
"outputs": {}

0 commit comments

Comments
 (0)