oav icon indicating copy to clipboard operation
oav copied to clipboard

Tools for validating OpenAPI (Swagger) files.

Results 142 oav issues
Sort by recently updated
recently updated
newest added

Hi team, For a TSP Interface of ArmResourceActionAsync like so (LRO headers reqd = **AzureAsync**, **Location**, **Retry-After**): ![Image](https://github.com/user-attachments/assets/a752516a-58e1-4f4b-83a5-0a85939b765c) TSP compile yields an openAPI.json like so (all 3 headers present): ![Image](https://github.com/user-attachments/assets/10a60799-1477-4ba9-b831-0d534dccc140)...

bug

In [this quickstart step](https://github.com/Azure/azure-rest-api-specs/blob/main/documentation/api-scenario/how-to/QuickStart.md#2-create-env-file) we encourage spec authors to create a `.env` file with a `client_id` and `client_secret` defined. This is now disallowed by azure guidelines, so the entire scenario...