azure-functions-openapi-extension
azure-functions-openapi-extension copied to clipboard
Possible Feature Request: Ability to select which version operations in the Function are mapped to
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 ApiVersion in Web API projects.
I currently make use of tags in the OpenApiOperation attribute to separate the OpenApi documentation by version when generating the docs using the CLI in this repo. I then publish these documentations in a Azure Pipeline to a Azure API Management Service Instance. However, once the docs are published to APIM, the version is duplicated in the URL path.
I am not sure if this is possible with the current release package but would help publish Functions to APIM.
Thanks for your consideration.