Skip to content

Commit

Permalink
incorporate brian's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mumian committed Mar 15, 2017
1 parent 5a6d70e commit d410f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 101-hdinsight-hbase-linux-vnet/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "GEN-UNIQUE"
"value": "GEN-UNIQUE-8"
},
"clusterLoginUserName": {
"value": "admin"
"value": "GEN-UNIQUE"
},
"clusterLoginPassword": {
"value": "GEN-PASSWORD"
},
"sshUserName": {
"value": "sshuser"
"value": "GEN-UNIQUE"
},
"sshPassword": {
"value": "GEN-PASSWORD"
Expand Down

0 comments on commit d410f09

Please sign in to comment.