Skip to content

Conversation

@justinyoo
Copy link
Contributor

Related to #489

To extend the GitHub Actions capability to other CI/CD pipelines, like Azure DevOps, this PR is to provide both PowerShell script and Bash shell script for developers to choose.

@justinyoo justinyoo added enhancement New feature or request v1.5.0 labels Oct 17, 2022
@justinyoo justinyoo added this to the Release 202209 - v1.5.0 milestone Oct 17, 2022
@justinyoo justinyoo merged commit b0fd0b8 into main Oct 17, 2022
@justinyoo justinyoo deleted the feature/openapi-scripts branch October 17, 2022 13:33
@alteredtastes
Copy link

@justinyoo Do these helper scripts run the function app and then just retrieve the document from the exposed swagger endpoint?

I am hoping to generate types at dev time for our frontend using this and an openapi to typescript converter. I've attempted it with the exposed swagger endpoint before but full app bootup just takes too much time for efficient development.

I tried Swashuckle.AspNetCore.Cli swagger command against a netcore app instead and it was super fast - easily could be run on-the-fly during dev. Should these helper scripts generate the document swiftly like the Swashbuckle one does?

@justinyoo
Copy link
Contributor Author

@alteredtastes That would be the end goal. But for now, please use this.

Derich367 pushed a commit to Derich367/azure-functions-openapi-extension that referenced this pull request Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FW: Re: Auto Generated Swagger(OpenAPI) Document for Azure Functions .NET 6

3 participants