You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_