msgraph-sdk-java
msgraph-sdk-java copied to clipboard
Microsoft Graph SDK for Java
### Describe the bug I was trying to get a user together with it's appRoleAssignments in one call. The documentation is pointing out that the expand feature for appRoleAssignments is...
I followed the migration instruction [here](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/docs/upgrade-to-v6.md). After the migration to V6.21, I can not make any request to Azure B2C. This is the error I am getting: > java.lang.NoSuchMethodError: 'com.azure.core.credential.TokenRequestContext...
### Is your feature request related to a problem? Please describe the problem. Hello, I am attempting to use the Microsoft Graph API to send messages to a Microsoft Teams...
### Describe the bug When downloading file from sharepoint using graph api and set the buffer size to be downloaded only 8K ( maximum) is fetched ) instread of the...
### Is your feature request related to a problem? Please describe the problem. yes, while trying to delete profile picture of a contact, it is not working. I get the...
### Describe the bug While creating or modifying a task item, the fields startDateTime and duedatetime of todotask are being set incorrectly while this is not the case for other...
### Describe the bug On Android with a minified build, an exception occurs with PageIterator over DriveItems. The PageIterator class calls `getDeclaredMethod("getValue")` on the response class. The response getValue method...
### Describe the bug There is no `createdDateTime` in `com.microsoft.graph.models.ServicePrincipal`. However, when using Graph API via REST or in Graph Explorer, `createdDateTime` is returned for service principals ### Expected behavior...
### Describe the bug OperationStatus.forValue() expects the value to be capitalized, however the webhooks receive e.g. `PlayPromptOperation` entities with the value starts with a small letter. So the SDK expects...
### Describe the bug trying to use the delta api and observed 10s of gigabytes of ram usage from this sdk. ### Expected behavior memory consumption should not be this...