ARM templates. Use the latest VM image version

This commit is contained in:
danielmkn
2021-01-21 11:02:38 -08:00
parent 3fe4d066aa
commit c864bb6f35
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion", "name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown", "type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.", "label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.12.5", "defaultValue": "7.12.6",
"toolTip": "Version of Artifactory to deploy", "toolTip": "Version of Artifactory to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [

View File

@@ -79,7 +79,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.8", "defaultValue": "0.0.9",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9" "0.0.9"