msgraph-sdk-php icon indicating copy to clipboard operation
msgraph-sdk-php copied to clipboard

missing models for ChangeNotification & ChangeNotificationCollection

Open merrillh opened this issue 9 months ago • 0 comments

Describe the bug

I'm unable to find the ChangeNotification & ChangeNotificationCollection models in version 2 of the msgraph-sdk-php.

These 2 models are included in version 1. https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.110.0/src/Model

These classes appear to have been left out of other versions of the graph sdk, but were fixed: https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/95

I also looked at a C# implementation for coding hints, looked at similar models in the source code for various models, and looked through Kiota documentation for deserialization, but wasn't able to find a straightforward way to handle change notifications using the graph api sdk. If more documentation & examples could be added to the SDK, that would be helpful.

Expected behavior

Click to expand log ``` ``` ### Configuration _No response_ ### Other information _No response_

merrillh avatar Apr 02 '25 22:04 merrillh