Skip to content

Commit

Permalink
Fix typo in Azure template
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Dec 20, 2022
1 parent 601e9d3 commit 762a6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-arm-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"networkProfile": {
"networkInterfaces": [
{
"id": "[resourceId('Microsoft.Network/networkInterfaces', variables('nicName))]",
"id": "[resourceId('Microsoft.Network/networkInterfaces', variables('nicName'))]",
"properties": {
"deleteOption": "[parameters('nicDeleteOption')]"
}
Expand Down

0 comments on commit 762a6b7

Please sign in to comment.