azure-functions-openapi-extension icon indicating copy to clipboard operation
azure-functions-openapi-extension copied to clipboard

This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties

Results 237 azure-functions-openapi-extension issues
Sort by recently updated
recently updated
newest added

**Describe the issue** I am using `Microsoft.Azure.WebJobs.Extensions.OpenApi` in my azure function to generate my OpenAPI spec. Unfortunately generating bearer token authentication in the `swagger.json` fails. Azure function info: ``` xml...

**Describe the issue** By default, when converting an enum, the first index will be considered as the default enum property. However, in some cases, the enum properties are optional meaning...

**Cannot access the swagger ui or openAPI doc endpoints after setting Auth to Function level** If you set the open API auth level to anything other than Anonymous (User, Function,...

When using 2 classes with the same name, but in different namespaces, only one of the classes is defined in the Swagger UI and the json file. In the below...

Keep track of the subAcceptors that have been applied and do not run multiple times for the same type. #54

Here is a code sample to reproduce the issue: ```c# public class Function1 { private const string ContentType = "application/json"; public List Lib { get; set; } = new List();...

bug

**Describe the issue** Currently constructor injection is not supported for many classes, I have come across DefaultOpenApiConfigurationOptions which complains about missing parameter less constructor `No parameterless constructor defined` when the...

v1.4.0

**Describe the issue** See minimal repro at https://github.com/johnnyreilly/azure-functions-openapi-extension-error-repro Consider the following: ```cs public class Alias : System.Collections.Generic.Dictionary { } public partial class IsBroken { public Alias? Attributes { get; set;...

> This is the list of features, enhancements, and bug fixes to be released into the upcoming releases, especially with breaking changes. > > This is not the complete list,...

v2.0.0
v3.0.0