Update azuredeploy.json

Updated artifactoryVersion parameter default to 5.10.0
This commit is contained in:
Maheshkumar Gopalakrishnan
2018-03-29 13:09:31 -07:00
committed by GitHub
parent 04280792b8
commit 47fff56000

View File

@@ -27,7 +27,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "5.9.0", "defaultValue": "5.10.0",
"metadata": { "metadata": {
"description": "Artifactory version to deploy. Supported from 5.8.0 and above." "description": "Artifactory version to deploy. Supported from 5.8.0 and above."
} }