Michael Mainer
Michael Mainer
Can you please provide a requestId and time stamp from the 400 response? If you can share a sanitized request and response that would be helpful as well (the response...
@curry684 Instead of trying to access the manager resource directly with `/users/{id}/manager`, I suggest that you use expansion: `/users/{id}?$expand=manager`. If the user has a manager, the manager property will be...
What value do you get for e.Error.Code? I suspect that the error code is not set. This may be a scenario that doesn't have a map.
This is really a documentation bug. We shouldn't have attempted to do error mapping with the client since there are way too many services errors in the Microsoft Graph ecosystem...
The reason why we wouldn't set all of the potential methods on a request object is that there are capabilities that aren't supported on a particular request. We have backlog...
Per capability interface is an interesting idea versus including a capability set on a single interface as we currently have. It would require a rewrite of our templates. How would...
This will likely be addressed in https://github.com/microsoft/kiota
@habex-ch Kiota will be the next generation code generator for creating the code files in Microsoft.Graph. We will refactor our code generation outputs so that it makes more sense. When...
Thank you @baywet for bringing this up.
Do you have any cases that make any changes to the original email before deleting the attachment? This could cause this conflict. This is not an issue in the SDK.