Skip to content

Commit

Permalink
Update az104-04-vms-loop-template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
staleycyn authored Apr 21, 2022
1 parent 8282cbc commit f8a88a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Allfiles/Labs/04/az104-04-vms-loop-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@
"subnet": {
"id": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('virtualNetworkName'), concat(variables('subnetName'),copyIndex()))]"
},
"privateIPAllocationMethod": "Dynamic"
"privateIPAllocationMethod":"Dynamic"
}
}
]
}
}
],
"outputs": {}
}
}

0 comments on commit f8a88a2

Please sign in to comment.