Azure / azure-openapi-validator

Azure Open API Validator
MIT License
44 stars 43 forks source link

Fix false alarm for XmsPageableForListCalls rule #695

Closed AkhilaIlla closed 1 month ago

AkhilaIlla commented 1 month ago

The rule checks if the list calls have XmsPageableForListCalls field & hence the logic tries to get all the paths that dont end with "}" & flags paths like "/providers/Microsoft.PortalServices/copilotSettings/default" which is still valid.

This PR addresses such issues.