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
Testing Check Open Api version by using DocumentTests.css
It would be great to have the ability to produce swagger.json or swagger.yaml when the FunctionApp is compiled. Issue: When we are running a pipeline (using a bicep template) to...
**Describe the issue** Lack of documentation. I would love if someone shows me the postman call to test: ```c# [OpenApiSecurity("user_auth_header", SecuritySchemeType.Http, Scheme = OpenApiSecuritySchemeType.Bearer, BearerFormat = "JWT", Name = "Authorization")]...
According to the swagger documentation, there is a possibility to use multiple authentication types by combining the security requirements using a logical OR / AND operator. If I set two...
I see no possibility to insert new lines in some fields, e.g. the `Description` field on `OpenApiOperation` attribute. Standard newline character `\n` does not work and is rendered within the...
**Describe the issue** I need to configure the authorization level of my Swagger pages. So, I follow this document [here](https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/openapi.md#configure-authorization-level). First, there is a confusion in the name. In the...
**Describe the issue** OpenApiRequestBody not able to serialise the JsonObject datatype (System.Text.Json.Nodes) in version 1.2.0 . **To Reproduce** Steps to reproduce the behavior: 1. Create new Azure Function POST API...
I am wanting to display extra information such as build version (not to show in APIM) in Swagger UI. I want to avoid doing it in the description so it...
**Documentation / Feature Proposal** The fix in https://github.com/Azure/azure-functions-openapi-extension/pull/217 to detect the root project has definitely resolved some of the issues with the generated swagger document being empty. However immediately after...
I am using a HTTP trigger Function app with Azure AD auth. I don't want to validate the Swagger json with "https://validator.swagger.io/validator/debug?url=xxx" as the validator.swagger.io won't have access to this...