azure-functions-openapi-extension
azure-functions-openapi-extension copied to clipboard
This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties
It would be very nice to be able to add a custom visitor, for when you have a custom type, that needs special processing, or for fixing/working around issues before...
**Describe the issue** At the moment you have to manually add attribute classes on top of the FunctionName decorator to enable OpenAPI metadata and make the method visible in the...
I was wondering why this flag is set to false. I would like to define a common function template in a base class and have functions derive from it, but...
According to the docs here: https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/openapi-cli.md > The CLI is available for download at GitHub. It's always tagged with cli-. Download the latest version of CLI. > > Linux: azfuncopenapi-v-netcoreapp3.1-linux-x64.zip...
When running the function app via func start or deploying via Azure devops, the swagger ui says No operations defined in spec Steps to reproduce the behavior: Create a new...
**Describe the issue** If the project uses different assembly versions, and the CLI tries to load the assembly with conflicting versions, it will not continue. The stack trace below shows...
**Describe the issue** The CLI does not have an [option](https://github.com/Azure/azure-functions-openapi-extension/blob/main/src/Microsoft.Azure.WebJobs.Extensions.OpenApi.CLI/Program.cs#L47-L52) to override the naming strategy. That would be useful to have. **To Reproduce** N/a **Expected behavior** Naming strategy selectable via...
**Describe the issue** ``` Object reference not set to an instance of an object. at Microsoft.Azure.WebJobs.Extensions.OpenApi.Document.Build(Assembly assembly, OpenApiVersionType version) in azure-functions-openapi-extension/src/Microsoft.Azure.WebJobs.Extensions.OpenApi/Document.cs:line 137 at Microsoft.Azure.WebJobs.Extensions.OpenApi.Document.Build(String assemblyPath, OpenApiVersionType version) in azure-functions-openapi-extension/src/Microsoft.Azure.WebJobs.Extensions.OpenApi/Document.cs:line 124...
Hello, I would like to request the ability to select which version an operation belongs to without having to specify the version in the route. Similar to the `MapToApiVersion` and...
**Describe the issue** Is this extension supported by PowerShell Functions?