|
333 | 333 | "[concat('Microsoft.Compute/virtualMachines/', 'zookeeper', copyIndex())]"
|
334 | 334 | ]
|
335 | 335 | },
|
336 |
| - { |
337 |
| - "type": "Microsoft.Compute/virtualMachines/extensions", |
338 |
| - "name": "[concat('zookeeper', copyIndex(), '/zookeeperExtension')]", |
339 |
| - "apiVersion": "2015-05-01-preview", |
340 |
| - "location": "[resourceGroup().location]", |
341 |
| - "copy": { |
342 |
| - "name": "zookeeperExtLoop", |
343 |
| - "count": "[variables('zookeeperInstanceCount')]" |
344 |
| - }, |
345 |
| - "properties": { |
346 |
| - "publisher": "Microsoft.OSTCExtensions", |
347 |
| - "type": "OSPatchingForLinux", |
348 |
| - "typeHandlerVersion": "2.9", |
349 |
| - "Settings": { |
350 |
| - "disabled": false, |
351 |
| - "stop": false, |
352 |
| - "category": "ImportantAndRecommended", |
353 |
| - "oneoff": true |
354 |
| - } |
355 |
| - }, |
356 |
| - "dependsOn": [ |
357 |
| - "[concat('Microsoft.Compute/virtualMachines/', 'zookeeper', copyIndex())]" |
358 |
| - ] |
359 |
| - }, |
360 | 336 | {
|
361 | 337 | "type": "Microsoft.Network/networkInterfaces",
|
362 | 338 | "name": "[concat('postgres', copyIndex(), '-nic')]",
|
|
487 | 463 | "[concat('Microsoft.Compute/virtualMachines/', 'postgres', copyIndex())]"
|
488 | 464 | ]
|
489 | 465 | },
|
490 |
| - { |
491 |
| - "type": "Microsoft.Compute/virtualMachines/extensions", |
492 |
| - "name": "[concat('postgres', copyIndex(), '/postgresExtension')]", |
493 |
| - "apiVersion": "2015-05-01-preview", |
494 |
| - "location": "[resourceGroup().location]", |
495 |
| - "copy": { |
496 |
| - "name": "postgresExtLoop", |
497 |
| - "count": "[variables('postgresInstanceCount')]" |
498 |
| - }, |
499 |
| - "properties": { |
500 |
| - "publisher": "Microsoft.OSTCExtensions", |
501 |
| - "type": "OSPatchingForLinux", |
502 |
| - "typeHandlerVersion": "2.9", |
503 |
| - "Settings": { |
504 |
| - "disabled": false, |
505 |
| - "stop": false, |
506 |
| - "category": "ImportantAndRecommended", |
507 |
| - "oneoff": true |
508 |
| - } |
509 |
| - }, |
510 |
| - "dependsOn": [ |
511 |
| - "[concat('Microsoft.Compute/virtualMachines/', 'postgres', copyIndex())]" |
512 |
| - ] |
513 |
| - }, |
514 | 466 | {
|
515 | 467 | "type": "Microsoft.Resources/deployments",
|
516 | 468 | "name": "lb-temp",
|
|
0 commit comments