Skip to content

Invalid/incorrect Operation descriptions from the metadata using OpenAPI.NET.OData v1.0.10 #999

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

Closed
irvinesunday opened this issue May 18, 2022 · 0 comments · Fixed by #1000
Assignees
Labels
type: bug Something isn't working

Comments

@irvinesunday
Copy link
Contributor

Using v1.0.10 of the OpenAPI.NET.OData library, we experience the below Operation description issues, as picked from the Graph metadata:

  • We have relative markdown links in the descriptions. PowerShell and Kiota-based clients only support absolute URLs in their descriptions:
    MicrosoftTeams-image (34)
    MicrosoftTeams-image (38)

  • In some operations, descriptions don't match API reference docs. This can be confusing to customers when a description doesn't match the operation they are using, e.g., Update application - Microsoft Graph v1.0 | Microsoft Docs
    MicrosoftTeams-image (35)

  • There are some which are empty:
    MicrosoftTeams-image (36)

  • Some have Read-only or Nullable texts
    MicrosoftTeams-image (37)

Some clean-up needs to be done first in Api Doctor to fix these descriptions. In the meantime, we need to disable Operation descriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant