Skip to content

Commit

Permalink
Format code and align publicIPAddresses typ versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Oct 4, 2023
1 parent 983f443 commit 10496ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -121,8 +121,8 @@
}
},
{
"apiVersion": "2020-05-01",
"type": "Microsoft.Network/publicIPAddresses",
"apiVersion": "2020-05-01",
"name": "[variables('loadBalancerPublicIpName')]",
"location": "[resourceGroup().location]",
"properties": {
Expand Down

0 comments on commit 10496ec

Please sign in to comment.