Update azuredeploy_xray_vmss.json

This commit is contained in:
Anup Singh
2021-11-02 20:09:55 +05:30
committed by GitHub
parent 1ecdcec344
commit 1efe737a09

View File

@@ -19,7 +19,7 @@
}, },
"xrayVersion": { "xrayVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.29", "defaultValue": "0.0.30",
"allowedValues": [ "allowedValues": [
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
@@ -37,7 +37,8 @@
"0.0.26", "0.0.26",
"0.0.27", "0.0.27",
"0.0.28", "0.0.28",
"0.0.29" "0.0.29",
"0.0.30"
], ],
"metadata": { "metadata": {
"description": "Xray-vm image version to deploy." "description": "Xray-vm image version to deploy."