Skip to content
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

.Net: Fixes for importing Copilot plugin manifests #9880

Conversation

markwallace-microsoft
Copy link
Member

Motivation and Context

Import importing Copilot plugin manifests fails for some of the Microsoft Graph endpoints because:

  • Operation descriptions are too long, this PR limits them to 1000 characters
  • Duplicate parameters e.g. @odata.type and dateTime. This PR adds the ability to filter out some parameters.

Description

Contribution Checklist

@markwallace-microsoft markwallace-microsoft requested a review from a team as a code owner December 4, 2024 17:59
@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Dec 4, 2024
@github-actions github-actions bot changed the title Fixes for importing Copilot plugin manifests .Net: Fixes for importing Copilot plugin manifests Dec 4, 2024
@markwallace-microsoft markwallace-microsoft marked this pull request as ready for review December 6, 2024 12:08
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Dec 6, 2024
Merged via the queue into microsoft:main with commit f62fef3 Dec 6, 2024
16 checks passed
@markwallace-microsoft markwallace-microsoft deleted the users/markwallace/issue_9872_1 branch December 6, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants