Files
JFrog-Cloud-Installers/AzureResourceManager/azuredeploy.parameters.json
Maheshkumar Gopalakrishnan 04280792b8 Update azuredeploy.parameters.json
Updated artifactoryVersion to 5.10.0
2018-03-29 13:08:29 -07:00

31 lines
617 B
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmSku": {
"value": "Standard_A4"
},
"clusterName": {
"value": "GEN-UNIQUE"
},
"nodeCount": {
"value": 1
},
"adminUsername": {
"value": "ubuntu"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"artifactoryVersion": {
"value": "5.10.0"
},
"masterKey": {
"value": "35767fa0164bac66b6cccb8880babefb"
},
"artifactoryLicense1": {
"value": "GEN-UNIQUE"
}
}
}