This commit is contained in:
Timothee Guerin 2021-11-17 13:42:03 -08:00 коммит произвёл GitHub
Родитель 86d1d0d792
Коммит cfa8997aa1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 14 добавлений и 2 удалений

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

@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@autorest/configuration",
"comment": "Relax directive validation",
"type": "patch"
}
],
"packageName": "@autorest/configuration",
"email": "tiguerin@microsoft.com"
}

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

@ -215,10 +215,11 @@ export const AUTOREST_CONFIGURATION_SCHEMA = {
type: "object",
properties: {
from: { type: "array", items: { type: "string" } },
where: { type: "array", items: { type: "string" } },
// directive is also used in the powershell extension (where and set in particular are object there) https://github.com/Azure/autorest.powershell/blob/main/docs/directives.md
// where: { type: "array", items: { type: "string" } },
reason: { type: "string" },
suppress: { type: "array", deprecated: true, items: { type: "string" } },
set: { type: "array", items: { type: "string" } },
// set: { type: "array", items: { type: "string" } },
transform: { type: "array", items: { type: "string" } },
"text-transform": { type: "array", items: { type: "string" } },
test: { type: "array", items: { type: "string" } },