msgraph-sdk-python
msgraph-sdk-python copied to clipboard
ChangeNotificationCollection not included
Describe the bug
ChangeNotificationCollection and ChangeNotification are not included in the SDK for python, but are for c# (see c#-example here: https://github.com/microsoftgraph/msgraph-training-changenotifications/blob/ca2b76fb295018595298f85c49e23f8fad96b1c8/demos/03-track-changes/Controllers/NotificationsController.cs#L76C56-L85).
Expected behavior
Import of
from msgraph.generated.models.changenotificationcollection import ChangeNotificationCollection
from msgraph.generated.models.changenotification import ChangeNotification
grants use of the classes.
How to reproduce
install the latest version of the sdk try to import the missing classes
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_