api version changed and openssl support 64 in xray

This commit is contained in:
Logeshwarsn
2022-06-14 13:17:46 +05:30
parent d8a72bb1c2
commit 8483d4d330
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"$schema": "http://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {

View File

@@ -87,10 +87,10 @@
"value": "vmuser"
},
"adminPassword": {
"value": "Password!123"
"value": "OWERWRITE_THE_PASSWORD"
},
"xrayVersion": {
"value": "3.45.1"
"value": "OWERWRITE_LATEST_VERSION"
},
"scriptName": {
"value": "install_xray_to_vm.sh"