diff --git a/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json b/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json index 44969c7..46b45bd 100644 --- a/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json +++ b/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json @@ -109,7 +109,7 @@ }, { "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2015-06-15", + "apiVersion": "2020-05-01", "name": "[concat(variables('vmName'), copyIndex(),'-public-ip')]", "copy": { "name": "publicIpLoop", @@ -121,8 +121,8 @@ } }, { - "apiVersion": "2020-05-01", "type": "Microsoft.Network/publicIPAddresses", + "apiVersion": "2020-05-01", "name": "[variables('loadBalancerPublicIpName')]", "location": "[resourceGroup().location]", "properties": {