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

Microsoft Graph Beta Java SDK

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

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoftgraph/msgraph-beta-sdk-java/pull/956)

### Expected behavior Making a call to User.setProxyAddresses() succeeds when "User.ReadWrite.All" and "Directory.ReadWrite.All" application permissions are granted in the Azure portal with admin consent given. ### Actual behavior An exception...

Needs: attention :wave:

reflect changes in https://github.com/microsoftgraph/msgraph-sdk-java/pull/1987 to update the baseline not only this unblocks potential future PRs, but also increases our security posture since a lot of plugins were added since our...

### Expected behavior API calls with errors should return a useable error response. ### Actual behavior An exception is thrown while parsing the permission error response: ``` com.microsoft.graph.beta.models.odataerrors.ODataError: at com.microsoft.graph.beta.models.odataerrors.ODataError.createFromDiscriminatorValue(ODataError.java:36)...

question
Needs: attention :wave:

We need to make sure the weekly generation for the new preview Kiota-based version of the beta JAVA SDK is working correctly and the version is available for users.

bug
kiota

:robot: I have created a release *beep* *boop* --- ## [6.14.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.13.0...v6.14.0) (2024-08-19) ### Features * **generation:** update request builders and models ([4916f90](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/4916f90a563998c64ceb65c3293e899208559cb5)) * **generation:** update request builders and models ([1963048](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/1963048a3cf81744c424eecc709f77267d882d13))...

autorelease: pending

### Describe the bug The Device class https://github.com/microsoftgraph/msgraph-beta-sdk-java/blob/main/src/main/java/com/microsoft/graph/beta/generated/models/Device.java has several attributes missing in this SDK (and certainly others) compared to what's returned by the API: * `createdDateTime` * ~`deletedDateTime`~ (available,...

type:bug
dependency:metadata

### Describe the bug Im updating a user with new sponsors but in the update user throw an internal issue. ### Expected behavior Update the user with the sponsors provided...

Needs: attention :wave:
Needs: Attention 👋
Type: Question

### Expected behavior Successful Android app build with [msgraph-beta-sdk-java](https://github.com/microsoftgraph/msgraph-beta-sdk-java) dependency ### Actual behavior When we try to build an Android App with msgraph-beta-sdk-java dependency we got Zip64NotSupportedException: ``` Caused by:...

type:bug
external
priority:p1

### Describe the bug Using the com.microsoft.graph.beta.serviceclient.GraphServiceClient as betaGraphClient I can successfully create audit log queries using `betaGraphClient.security().auditLog().queries().post(auditLogQuery)` but cannot delete the queries using `betaGraphClient.security().auditLog().queries().byAuditLogQueryId(queryId).delete()` The call fails with ```...

type:bug