-
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
Draft
rwilson504
wants to merge
28
commits into
dotnet:main
Choose a base branch
from
rwilson504:PowerPlatformPlugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2602d56
Add PowerPlatformSpecGeneratorPlugin and configuration schema
3fc6cef
Merge branch 'dotnet:main' into PowerPlatformPlugin
rwilson504 1e21295
Add PowerPlatformSpecGeneratorPlugin for OpenAPI spec generation from…
3166f08
Refactor OpenApiSpecGeneratorPlugin and add PowerPlatformOpenApiSpecG…
fffe447
feat: Enhance OpenAPI Spec Generator Plugin with post-processing capa…
04ddcbe
fix: Update synchronous processing of path item details and improve p…
b15277b
feat: Enhance PowerPlatformOpenApiSpecGeneratorPlugin with detailed X…
4bdeece
fix: Improve logging for OpenAPI docs serialization in OpenApiSpecGen…
16dbc64
fix: Update comment in ProcessPathItem method to clarify extensibilit…
5430eaf
Merge branch 'main' into PowerPlatformPlugin
rwilson504 ad1edf7
fix: Rename $schema property to $schemaReference for clarity in schem…
e255206
Merge branch 'PowerPlatformPlugin' of https://github.com/rwilson504/d…
c31dff0
fix: Update ConnectorMetadataConfig to use IReadOnlyList for Categori…
5e5976d
feat: Introduce new configuration classes and prompts for OpenAPI spe…
2bc4dc9
fix: Refactor OpenAPI contact information handling to allow null valu…
1f37afd
fix: Update documentation to reflect the removal of the x-ms-generate…
3f3f387
fix: Refactor contact information handling in OpenAPI document to use…
57cc4af
fix: Update OpenApiSpecGeneratorPlugin and PowerPlatformOpenApiSpecGe…
ab7a267
fix: Update PowerPlatformOpenApiSpecGeneratorPlugin to use chat compl…
5f6ecad
fix: Update launch configuration to include config file argument and …
a964d37
fix: Update RemoveResponseHeadersIfDisabled method to handle null pat…
27037ea
fix: Rearrange properties in PowerPlatformOpenApiSpecGeneratorPlugin …
e0b64a4
fix: Add default values to properties in PowerPlatformOpenApiSpecGene…
7b5df25
fix: Refactor ProcessPathItemAsync method to improve async handling a…
032ae05
fix: Update GetOperationIdAsync and GetOperationDescriptionAsync meth…
264d676
fix: Remove unnecessary line from PowerPlatformOpenApiSpecGeneratorPl…
c2ce935
Refactor OpenApiSpecGeneratorPlugin and PowerPlatformOpenApiSpecGener…
9bd6b21
Merge branch 'main' into PowerPlatformPlugin
waldekmastykarz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The configuration class doesn't include properties for includeResponseHeaders, contact, and connectorMetadata, which are defined in the JSON schema. Add these properties so the plugin can bind the full configuration.
Copilot uses AI. Check for mistakes.