Arm 7.17.5 (#104)

* Update azuredeploy.json

* updated createUiDefinition.json & mainTemplate.json

* updated latest change of artifactory 7.17.5 & X-ray 3.22.1

* -preview removed from azuredeploy.json
This commit is contained in:
Anup Singh
2021-04-30 23:12:12 +05:30
committed by GitHub
parent 0fbb5d7441
commit 94b2752d7d
8 changed files with 24 additions and 12 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.17.4",
"defaultValue": "7.17.5",
"toolTip": "Version of Artifactory to deploy",
"constraints": {
"allowedValues": [
@@ -159,6 +159,10 @@
{
"label": "7.17.4",
"value": "0.0.14"
},
{
"label": "7.17.5",
"value": "0.0.15"
}
],
"required": true

View File

@@ -79,14 +79,15 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.14",
"defaultValue": "0.0.15",
"allowedValues": [
"0.0.8",
"0.0.9",
"0.0.10",
"0.0.11",
"0.0.12",
"0.0.14"
"0.0.14",
"0.0.15"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."

View File

@@ -79,14 +79,15 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.14",
"defaultValue": "0.0.15",
"allowedValues": [
"0.0.8",
"0.0.9",
"0.0.10",
"0.0.11",
"0.0.12",
"0.0.14"
"0.0.14",
"0.0.15"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."

View File

@@ -90,7 +90,7 @@
"value": "OWERWRITE_THE_PASSWORD"
},
"artifactoryVersion": {
"value": "7.17.4"
"value": "7.17.5"
},
"scriptName": {
"value": "install_pro7_to_vm.sh"