Finished PR comment and added README file.

This commit is contained in:
Jeffrey Cline
2018-02-26 17:54:20 -08:00
parent 2cec78e1f2
commit 6b3815b7ce
4 changed files with 48 additions and 12 deletions

View File

@ -56,6 +56,8 @@
"visible": true
}
],
"steps": [
],
"outputs": {
"adminPassword": "[basics('authType').password]",
"adminSSHPublicKey": "[basics('authType').sshPublicKey]",
@ -63,8 +65,7 @@
"authenticationType": "[basics('authType').authenticationType]",
"vmName": "[basics('vmName')]",
"vmSize": "Standard_D1_V2",
"location": "[location()]",
"spType": "msi"
"location": "[location()]"
}
}
}