diff --git a/AzureResourceManager/Xray/vm_install/vm_deploy.json b/AzureResourceManager/Xray/vm_install/vm_deploy.json index 47e23a7..eef02c2 100644 --- a/AzureResourceManager/Xray/vm_install/vm_deploy.json +++ b/AzureResourceManager/Xray/vm_install/vm_deploy.json @@ -70,7 +70,7 @@ "metadata": { "description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated." }, - "defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/vm-image-templates/AzureResourceManager/Xray/" + "defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/master/AzureResourceManager/Xray/" }, "_artifactsLocationSasToken": { "type": "securestring", @@ -259,4 +259,4 @@ "value": "[variables('commandToExecute')]" } } -} \ No newline at end of file +} diff --git a/AzureResourceManager/Xray/vm_install/vm_parameters.json b/AzureResourceManager/Xray/vm_install/vm_parameters.json index e9b0674..a5ac44b 100644 --- a/AzureResourceManager/Xray/vm_install/vm_parameters.json +++ b/AzureResourceManager/Xray/vm_install/vm_parameters.json @@ -87,10 +87,10 @@ "value": "vmuser" }, "adminPassword": { - "value": "OWERWRITE_THE_PASSWORD" + "value": "Password!123" }, "xrayVersion": { - "value": "OWERWRITE_LATEST_VERSION" + "value": "3.41.4" }, "scriptName": { "value": "install_xray_to_vm.sh"