Fixed value given to enableCloudTraceDebugging

This commit is contained in:
Omar Zevallos 2019-01-23 12:04:18 -05:00
Родитель a409772a91
Коммит 9150732e41
4 изменённых файлов: 1 добавлений и 9 удалений

Просмотреть файл

@ -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."
}

Просмотреть файл

@ -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."
}

Двоичные данные
src/vfxt/src/marketplace.zip

Двоичный файл не отображается.

Просмотреть файл

@ -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"]