Wrongly defined delta
on messages
#1087
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
We define a delta on messages (
msgraph-sdk-python/msgraph/generated/users/item/messages/messages_request_builder.py
Line 140 in 9542fa0
await client.users.by_user_id(some_id).messages.delta.get()
, however the API doesn't support this (yet) and thus simply returnsUnsupported request: Change tracking is not supported against 'microsoft.graph.message'.
Tracking changes on messages, according to the docs, only exists on a per mailfolder basis. message resource type
Expected behavior
Not having it defined (or get Graph API to finally support tracking).
How to reproduce
Given some GraphServiceClient
client
, a user or mailbox with idsome_id
and appropriate permissions call:SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
No response
Configuration
No response
Other information
Disclaimer this might as well not be a msgraph-sdk-python issue but generally wrongly defined in the msgraph-sdk. I'm reporting it here because I only checked here.
The text was updated successfully, but these errors were encountered: