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

ChangeNotification and ChangeNotificationCollection model classes missing in v6 #1891

Open
coinzz opened this issue Mar 19, 2024 · 1 comment
Labels

Comments

@coinzz
Copy link

coinzz commented Mar 19, 2024

Expected behavior

Existance of these two classes under the package com.microsoft.graph.models. A removal of these classes has not been stated in the changelog. These are necessary to read ChangeNotifications from e.g. EventHubs and are still used in examples, e.g. here.

Actual behavior

Classes are missing and therefore serializer.deserializeObject(jsonPayload, ChangeNotificationCollection.class) can't be used.

Steps to reproduce the behavior

Download current version of graph 6.4.0

@baywet
Copy link
Member

baywet commented Mar 19, 2024

Thank you for reporting this.
This is a shortcoming of the new pipeline used to generate the new SDK and I've logged an issue at the source of this issue so we can start addressing it.
It's however going to take a while to be addressed end to end, and given enough customer demand for this, we might handcraft the missing types like we've done in dotnet.

@baywet baywet added the bug label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants