-
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
missing UntypedNode import in Java, in various places #5326
Comments
Hi @andreaTP |
@baywet |
Thank you for the additional information. |
Thanks for the super quick resolution of the issue! 🙏 |
What are you generating using Kiota, clients or plugins?
API Client/SDK
In what context or format are you using Kiota?
Linux executable
Client library/SDK language
Java
Describe the bug
import com.microsoft.kiota.serialization.UntypedNode
is not present in some files whereUntypedNode
is used.Expected behavior
import com.microsoft.kiota.serialization.UntypedNode
should be present every time that is used in the generated code.How to reproduce
Running this command:
Open API description file
No response
Kiota Version
1.17.0
Latest Kiota version known to work for scenario above?(Not required)
1.13.0
Known Workarounds
No response
Configuration
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: