You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting at version 0.27.0 to 0.30.0 the Odata type property on models might be inaccurate (e.g. User has an OData type of #microsoft.graph.directoryObject instead of #microsoft.graph.user) which causes some write operations to fail.
The error message might or might not reflect that aspect, it depends on the target API.
Starting at version 0.27.0 to 0.30.0 the Odata type property on models might be inaccurate (e.g. User has an OData type of
#microsoft.graph.directoryObject
instead of#microsoft.graph.user
) which causes some write operations to fail.The error message might or might not reflect that aspect, it depends on the target API.
We're working to fix the issue in the conversion library where it comes from so the information is accurate in this SDK.
In the meantime you can either:
model.SetType(nil)
line before the failing POST/PATCH/PUT operations (GET/DELETE not impacted)We'll close this issue when the situation is resolved. Thanks to @abjoseph for reporting this on #212
The text was updated successfully, but these errors were encountered: