Update azuredeploy.parameters.json

Updated parameters.json with mandatory field inputs
This commit is contained in:
Maheshkumar Gopalakrishnan
2018-03-09 08:39:56 -08:00
committed by GitHub
parent 282473ba3a
commit c4811873a0

View File

@@ -5,10 +5,10 @@
"vmSku": {
"value": "Standard_A4"
},
"vmssName": {
"clusterName": {
"value": "GEN-UNIQUE"
},
"capacity": {
"nodeCount": {
"value": 1
},
"adminUsername": {
@@ -18,10 +18,13 @@
"value": "GEN-PASSWORD"
},
"artifactoryVersion": {
"value": "5.8.1"
"value": "5.9.0"
},
"masterKey": {
"value": "35767fa0164bac66b6cccb8880babefb"
},
"artifactoryLicense1": {
"value": "GEN-UNIQUE"
}
}
}