msgraph-sdk-design
msgraph-sdk-design copied to clipboard
Requirements and design documents for Microsoft Graph SDKs
Should we create a MiddlewareException? Should we have RequestProcessingException and a ResponseProcessingException so a user knows if the call was actually made?
https://microsoftgraph.github.io/msgraph-sdk-design/ returns a 404
Multiple users reporting similar issue starting 11/7 or so. https://statics.teams.cdn.office.net/evergreen-assets/safelinks/2/atp-safelinks.html **Situation:** Before we were able to see all shared with me files As of 11/7+/- a few days, this functionality...
For update shiftPreferences API, the documentation is pointing to use `PATCH` method. However `PATCH` is not supported and `PUT` has to be used. But the msgraph java sdk only support...