azure-functions-openapi-extension
azure-functions-openapi-extension copied to clipboard
PowerShell 3.x Function Support for OpenAPI Extension
Describe the issue
Is this extension supported by PowerShell Functions?
@timd19 Thanks for the issue. This extension doesn't officially support PowerShell function. But you can add proxies.json on top of your PowerShell function to render Swagger UI and OpenAPI document.
Thanks, @justinyoo - Do you have an example of this? It would be great to provide OAS with PS functions.