Skip to content

Commit 44ac6ba

Browse files
authored
Merge pull request #101 from Azure/revert-87-master
Revert #87 to keep master at AzureStackTechnicalPreview1
2 parents cc5b27f + 957b8f4 commit 44ac6ba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

101-simple-windows-vm/azuredeploy.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
"adminPassword": {
2424
"type": "securestring",
2525
"metadata": {
26-
"description": "The password for the Administrator account of the new VMs. Default value is subscription id"
27-
},
28-
"defaultValue": "[substring(resourcegroup().id,15,36)]"
26+
"description": "Password for the Virtual Machine."
27+
}
2928
},
3029
"dnsNameForPublicIP": {
3130
"type": "string",

101-simple-windows-vm/azuredeploy.parameters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"adminUsername": {
1212
"value": "admin123"
1313
},
14+
"adminPassword": {
15+
"value": "GEN-PASSWORD"
16+
},
1417
"dnsNameForPublicIP": {
1518
"value": "mydns001"
1619
},

0 commit comments

Comments
 (0)