Skip to content

Commit

Permalink
Merge pull request Azure#3983 from chillryan/patch-1
Browse files Browse the repository at this point in the history
Update azuredeploy.json
  • Loading branch information
bmoore-msft authored Oct 11, 2017
2 parents eb0b80c + 127df3e commit c3b4737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 201-vm-winrm-windows/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"publicIPAddressType": "Dynamic",
"vmName": "[parameters('vmName')]",
"vmSize": "Standard_A2",
"virtualNetworkName": "[parameters('vmName')]",
"virtualNetworkName": "[parameters('virtualNetworkName')]",
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
"subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]",
"apiVersion": "2015-06-15",
Expand Down Expand Up @@ -206,4 +206,4 @@
]
}
]
}
}

0 comments on commit c3b4737

Please sign in to comment.