Skip to content

Commit 73d5695

Browse files
committed
remove update extension
1 parent 04f3068 commit 73d5695

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

template.json

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -333,30 +333,6 @@
333333
"[concat('Microsoft.Compute/virtualMachines/', 'zookeeper', copyIndex())]"
334334
]
335335
},
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-
},
360336
{
361337
"type": "Microsoft.Network/networkInterfaces",
362338
"name": "[concat('postgres', copyIndex(), '-nic')]",
@@ -487,30 +463,6 @@
487463
"[concat('Microsoft.Compute/virtualMachines/', 'postgres', copyIndex())]"
488464
]
489465
},
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-
},
514466
{
515467
"type": "Microsoft.Resources/deployments",
516468
"name": "lb-temp",

0 commit comments

Comments
 (0)