[docs] Add to "Swagger LintDiff for TypeSpec" (#27451)

This commit is contained in:
Mike Harder 2024-01-26 01:53:15 -08:00 коммит произвёл GitHub
Родитель 581bcb0b1c
Коммит 8829910ca2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -167,6 +167,10 @@ We believe this is a false positive: https://github.com/Azure/azure-openapi-vali
We believe this is a false positive: https://github.com/Azure/azure-openapi-validator/issues/642. Until fixed, spec authors should **not** suppress the violations in `readme.md`, but rather have label `Approved-LintDiff` applied to their PR to ignore the errors.
### `@singleton` causes `EvenSegmentedPathForPutOperation` and `XmsPageableForListCalls`
If `EvenSegmentedPathForPutOperation` and/or `XmsPageableForListCalls` are failing for OpenAPI generated from TypeSpec using `@singleton` (OpenAPI path ends with `/default`), we believe this is a false positive: https://github.com/Azure/azure-openapi-validator/issues/646. Until fixed, spec authors should **not** suppress the violations in `readme.md`, but rather have label `Approved-LintDiff` applied to their PR to ignore the errors.
## `Swagger Avocado`
>[!IMPORTANT]