Skip to content

Commit

Permalink
reverting back to consistent state with tp
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmayWaghmare committed Jun 29, 2016
1 parent 5c8acf8 commit a3bc1e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 101-simple-windows-vm/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"newStorageAccountName": {
"value": "mystorage001"
},
"vmName": {
"value": "myVM001"
},
"adminUsername": {
"value": "admin123"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"dnsNameForPublicIP": {
"value": "mydns001"
},
"windowsOSVersion": {
"value": "2012-R2-Datacenter"
}
}
}

0 comments on commit a3bc1e6

Please sign in to comment.