|
133 | 133 | }
|
134 | 134 | },
|
135 | 135 | "variables": {
|
136 |
| - "deploymentApiVersion": "2015-01-01", |
137 | 136 | "networkApiVersion": "2015-06-15",
|
138 | 137 | "storageAccountNameCloudbees": "[concat('cbstor',variables('uniqueString'))]",
|
139 | 138 | "storageAccountType": "Standard_LRS",
|
140 | 139 | "virtualNetworkName": "MyVnet",
|
141 | 140 | "virtualNetworkAddressPrefix": "10.0.0.0/16",
|
142 | 141 | "jenkinsSubnetName": "jenkins-subnet",
|
143 | 142 | "jenkinsSubnetPrefix": "10.0.0.0/24",
|
144 |
| - "JenkinsdnsNameForPublicIP": "jenkins-0-", |
145 | 143 | "ucpControllerSubnetName": "ucp-controller-subnet",
|
146 | 144 | "ucpControllerSubnetPrefix": "10.0.1.0/24",
|
147 | 145 | "ucpdtrNodeSubnetName": "ucp-node-subnet",
|
|
239 | 237 | "name": "cloudbeesDeployment",
|
240 | 238 | "type": "Microsoft.Resources/deployments",
|
241 | 239 | "dependsOn": [
|
242 |
| - "['Microsoft.Resources/deployments/virtualNetworkDeployment']" |
| 240 | + "Microsoft.Resources/deployments/virtualNetworkDeployment" |
243 | 241 | ],
|
244 | 242 | "properties": {
|
245 | 243 | "mode": "Incremental",
|
|
310 | 308 | "name": "dockerDatacenterDeployment",
|
311 | 309 | "type": "Microsoft.Resources/deployments",
|
312 | 310 | "dependsOn": [
|
313 |
| - "['Microsoft.Resources/deployments/virtualNetworkDeployment']" |
| 311 | + "Microsoft.Resources/deployments/virtualNetworkDeployment" |
314 | 312 | ],
|
315 | 313 | "properties": {
|
316 | 314 | "mode": "Incremental",
|
|
0 commit comments