msgraph-sdk-java icon indicating copy to clipboard operation
msgraph-sdk-java copied to clipboard

Microsoft Graph SDK for Java

Results 153 msgraph-sdk-java issues
Sort by recently updated
recently updated
newest added

Serialization of an Graph Drive will lead to an error: ```java 15:31:32.872 [Test worker] WARN de.baudc.connector.microsoft.graph.adapter.out.GraphDriveConverter -- Could not serialize graphDrive: com.microsoft.graph.models.Drive@70b630d java.lang.IllegalStateException: Dangling name: group at com.google.gson.stream.JsonWriter.close(JsonWriter.java:346) at com.google.gson.stream.JsonWriter.endObject(JsonWriter.java:321)...

Needs: Attention :wave:
type:question
area:serialization

### Expected behavior Subscription Lifecycle events (and possibly others) that contain an `organizationId` property instead of a `tenantId` property should be fully parsed. ### Actual behavior When a subscription lifecycle...

service issue
Needs: Attention :wave:

### Issue I noticed that the `com.microsoft.graph.models.Group` class doesn't have the `creationOptions` field. However, this field is available in the HTTP response if I make a HTTP request to the...

status:waiting-for-dependency
type:question
dependency:metadata

:robot: I have created a release *beep* *boop* --- ## [6.14.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.13.0...v6.14.0) (2024-07-03) ### Features * **generation:** update request builders and models ([3e676ae](https://github.com/microsoftgraph/msgraph-sdk-java/commit/3e676aee71498cb5b0aa07d5888113a99c37051c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....

autorelease: pending

Hi, I'm upgrading microsoft graph from 5.80.0 to 6.13.0. The pom.xml part change: ``` com.microsoft.graph microsoft-graph 6.13.0 com.microsoft.graph microsoft-graph-core 3.1.14 com.azure azure-core 1.49.1 com.azure azure-identity 1.12.2 com.azure azure-core-http-okhttp 1.12.0 ```...

status:waiting-for-triage

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.

### Expected behavior [Updating the map "additionalData" from "PasswordProfile" from "User" resource](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/src/main/java/com/microsoft/graph/generated/models/PasswordProfile.java#L119) by adding some entries. I'm trying to add a field called "password-reset-verify-token" of type String. I'm using: -...

Needs: Attention :wave:
type:question

I am testing the latest version (6.6.0) of Graph SDK with a small program, but I am encountering a compile error due to a dependency issue. ## Expected behavior The...

Needs: Attention :wave:
type:bug

Hi Team, We have an application which reads the Sharepoint path and downloads the contents of the files present in the path using Graph API Java SDK. The application has...

I have the issue that the sdk posts no body (again). Related to https://github.com/microsoftgraph/msgraph-sdk-java/issues/1972 and https://github.com/microsoftgraph/msgraph-sdk-java/issues/1872 that i have posted before. I can finally reproduce the issue, it occurs when...