diff --git a/hdinsight-genomics-adam/azuredeploy.parameters.json b/hdinsight-genomics-adam/azuredeploy.parameters.json index 7516bfc589dd..a7c89c286cb3 100644 --- a/hdinsight-genomics-adam/azuredeploy.parameters.json +++ b/hdinsight-genomics-adam/azuredeploy.parameters.json @@ -3,13 +3,13 @@ "contentVersion": "1.0.0.0", "parameters": { "clusterName": { - "value": "#####" + "value": "GEN-UNIQUE-10" }, - "loginUsername": { - "value": "hdiuser" + "loginUsername": { + "value": "GEN-UNIQUE" }, "loginPassword": { - "value": "changeme" + "value": "GEN-PASSWORD" } } -} \ No newline at end of file +}