-
Notifications
You must be signed in to change notification settings - Fork 76
Add PowerPlatformSpecGeneratorPlugin and configuration schema #1184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Implemented the PowerPlatformSpecGeneratorPlugin to generate OpenAPI specifications from recorded requests. - Added configuration options including inclusion of OPTIONS requests, specification format (JSON/YAML), and contact/connector metadata. - Created a JSON schema for validating the plugin's configuration settings.
@dotnet-policy-service agree |
@dotnet-policy-service agree |
Thanks for the PR! As we're still working on this, let me mark it as draft so that we don't merge it while it's still in progress |
Here is my initial draft for a Power Platform Plugin. It needs to be implemented better either through post processing or inheritance from the OpenAPI plugin but wanted to overriding the OpenAPI plugin to shows the differences between a normal OpenAPI file and a Power Platform formatted OpenAPI file. Will need some feedback.
#1183