Skip to content

Compile Error - Unable to find the put() method in the ClaimsPolicyRequestBuilder class in Microsoft Graph SDK version 6.28.0 (beta) #1111

@avenger20005

Description

@avenger20005

Describe the bug

Our application uses the put() method to update custom claims in the ClaimsPolicyRequestBuilder class. However, after rebuilding the application, it started failing and showing compile errors. The build process is now pulling in version 6.28.0 of the Microsoft Graph SDK, and the put() method is no longer available in that version. For some reason, the put() method seems to be missing from the updated SDK

Expected behavior

The put() method should be available in the ClaimsPolicyRequestBuilder class to maintain backward compatibility.

How to reproduce

Use version 6.28.0 of the Microsoft Graph SDK (beta) to reproduce the error.

SDK Version

6.28.0

Latest version known to work for scenario above?

6.26.0

Known Workarounds

We started using the older 6.26.0 version, and the put() method is available in that version.

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions