From 8829910ca21fbeafd6a7c53187a87fa5b236d171 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 26 Jan 2024 01:53:15 -0800 Subject: [PATCH] [docs] Add to "Swagger LintDiff for TypeSpec" (#27451) --- documentation/ci-fix.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/ci-fix.md b/documentation/ci-fix.md index a02a62f26a9..da861ae9d34 100644 --- a/documentation/ci-fix.md +++ b/documentation/ci-fix.md @@ -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]