Arm 7.18.6 (#115)

* added preview in vm for artifactory & X-ray

* updated artifactory 7.18.6 & X-ray 3.24.2 in templates file and remove -preview from VM

* Updated all changes for Artifactory version 7.18.6 & X-ray version 3.24.2
This commit is contained in:
Anup Singh
2021-05-14 05:03:07 +05:30
committed by GitHub
parent 61095a397a
commit c75b4d4988
9 changed files with 31 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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