This commit is contained in:
Rodge Fu 2020-02-28 23:26:44 +08:00
Родитель fe00e818ed 6e69d10ae9
Коммит c76d4ce2e0
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
{
"name": "@autorest/clicommon",
"version": "0.2.0",
"version": "0.2.2",
"description": "Autorest Azure Cli Common Module",
"main": "dist/index.js",
"engines": {

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

@ -27,7 +27,7 @@ extension.Add("clicommon", async autoRestApi => {
// add test scenario from common settings
let cliCommonSettings = await autoRestApi.GetValue("cli");
if (cliCommonSettings) {
result["test-scenario"] = cliCommonSettings['test-scenario'];
result["test-scenario"] = cliCommonSettings['test-scenario'] || cliCommonSettings['test-setup'];
}
// write the final result first which is hardcoded in the Session class to use to build the model..