Azure xray 3.8.5 (#42)

* ARM templates - Xray config script, added value to support Azure Postgres service

* ARM templates - Xray 3.8.5

* ARM templates - Xray, fixed bug in MP submission, removed Postgres workaround from README.md
This commit is contained in:
Daniel Miakotkin
2020-09-21 13:26:57 -07:00
committed by GitHub
parent e9ae5345e4
commit b2d8fe15d7
7 changed files with 23 additions and 21 deletions

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion",
"type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.",
"defaultValue": "3.8.2",
"defaultValue": "3.8.5",
"toolTip": "Version of Xray to deploy",
"constraints": {
"allowedValues": [
@@ -134,6 +134,10 @@
{
"label": "3.8.2",
"value": "0.0.4"
},
{
"label": "3.8.5",
"value": "0.0.5"
}
],
"required": true