oav
oav copied to clipboard
Tools for validating OpenAPI (Swagger) files.
Hi team, For a TSP Interface of ArmResourceActionAsync like so (LRO headers reqd = **AzureAsync**, **Location**, **Retry-After**):  TSP compile yields an openAPI.json like so (all 3 headers present): ...
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...