This commit is contained in:
Anup Singh
2021-03-05 23:09:30 +05:30
committed by GitHub
parent 9d3f57154f
commit a6445ed46b
8 changed files with 24 additions and 12 deletions

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion",
"type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.",
"defaultValue": "3.15.3",
"defaultValue": "3.17.4",
"toolTip": "Version of Xray to deploy",
"constraints": {
"allowedValues": [
@@ -138,6 +138,10 @@
{
"label": "3.17.2",
"value": "0.0.13"
},
{
"label": "3.17.4",
"value": "0.0.14"
}
],
"required": true

View File

@@ -19,11 +19,12 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.13",
"defaultValue": "0.0.14",
"allowedValues": [
"0.0.10",
"0.0.11",
"0.0.13"
"0.0.13",
"0.0.14"
],
"metadata": {
"description": "Xray-vm image version to deploy."

View File

@@ -19,11 +19,12 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.13",
"defaultValue": "0.0.14",
"allowedValues": [
"0.0.10",
"0.0.11",
"0.0.13"
"0.0.13",
"0.0.14"
],
"metadata": {
"description": "Xray-vm image version to deploy."

View File

@@ -90,7 +90,7 @@
"value": "OWERWRITE_THE_PASSWORD"
},
"xrayVersion": {
"value": "3.17.2"
"value": "3.17.4"
},
"scriptName": {
"value": "install_xray_to_vm.sh"