diff --git a/src/vfxt/azuredeploy-auto.json b/src/vfxt/azuredeploy-auto.json index c83c204b..4c1b710f 100644 --- a/src/vfxt/azuredeploy-auto.json +++ b/src/vfxt/azuredeploy-auto.json @@ -165,10 +165,6 @@ "enableCloudTraceDebugging": { "type": "bool", "defaultValue": false, - "allowedValues": [ - true, - false - ], "metadata": { "description": "When working with Azure Support, set this value to true, otherwise keep as false." } diff --git a/src/vfxt/src/base-template.json b/src/vfxt/src/base-template.json index 7c170d41..98a4a7ab 100644 --- a/src/vfxt/src/base-template.json +++ b/src/vfxt/src/base-template.json @@ -165,10 +165,6 @@ "enableCloudTraceDebugging": { "type": "bool", "defaultValue": false, - "allowedValues": [ - true, - false - ], "metadata": { "description": "When working with Azure Support, set this value to true, otherwise keep as false." } diff --git a/src/vfxt/src/marketplace.zip b/src/vfxt/src/marketplace.zip index 04a3b5c8..c6a862eb 100644 Binary files a/src/vfxt/src/marketplace.zip and b/src/vfxt/src/marketplace.zip differ diff --git a/test/test_avere_template_deploy.py b/test/test_avere_template_deploy.py index f683f814..b537490f 100755 --- a/test/test_avere_template_deploy.py +++ b/test/test_avere_template_deploy.py @@ -35,7 +35,7 @@ class TestVfxtTemplateDeploy: "controllerSSHKeyData": ssh_pub_key, "adminPassword": os.environ["AVERE_ADMIN_PW"], "controllerPassword": os.environ["AVERE_CONTROLLER_PW"], - "enableCloudTraceDebugging": "true", + "enableCloudTraceDebugging": True } test_vars["controller_name"] = td.deploy_params["controllerName"] test_vars["controller_user"] = td.deploy_params["controllerAdminUsername"]