-
Notifications
You must be signed in to change notification settings - Fork 221
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
Bug - Latest Graph metadata changes causes Generation reports errors using #1668
Comments
@zengin Should this issue be closed since the issue is traceable to the OpenAPI doc? |
The issue is mitigated, but it will come back with tomorrow's scheduled generation run, unless I fix microsoftgraph/MSGraph-SDK-Code-Generator#782 beforehand to block releasing the OpenAPI doc. Even then we need another issue where we fix the root cause parsing error. I don't know where that belongs at the moment as I am not sure if it is the document itself or the parsing library (cc: @andrueastman @irvinesunday @baywet). Only after root causing that, we should close this issue in favor of the underlying issue IMO. |
This looks to be an issue with the conversion library which looks to be generating incorrect openApi descriptions. microsoft/OpenAPI.NET.OData#243 has been created to follow up on this. |
Hey everyone,
Now, before Mustafa added the validation step (which I believe should be using hidi instead), the actual blocking step was the disambiguation one in CSharp, which I think we should prioritize. Kiota does log errors on invalid OpenAPI documents but doesn't fail. Of course we should also prioritize fixing the OpenAPI.net and the conversion lib (1, 2, 3) as it impacts more than just Kiota at this point and other tools/apps might choose to completely fail on invalid descriptions (devx API). I hope this helps everyone see the bigger picture, don't hesitate if you have questions and/or comments! |
I think we can close this one for now as microsoft/OpenAPI.NET.OData#243 has been resolved and the errors are no longer reported on parsing the openApi document. cc @baywet |
Closing. Can you help make sure a release of hidi with the updated conversion library is out today so the generation pipeline tomorrow takes advantage of all the fixes please? |
No worries. Will do |
The latest changes microsoftgraph/msgraph-metadata@0e2b708 cause bugs in generation.
The text was updated successfully, but these errors were encountered: