The new 'uxSetting' object may not be fetched through 'entra' which is marked as deprecated #1075
Labels
dependency:metadata
Awaiting fix from core dependency project module
status:waiting-for-dependency
An issue that has core project dependency that's currently blocking it
type:bug
A broken experience
Describe the bug
I want to access the
uxSetting
resource which was recently added to the API: https://developer.microsoft.com/en-us/graph/changelog/?search=d52616ae-d7cc-4833-bf29-0150cf92f7d7Thankfully I noticed it's already available in the SDK since September: https://github.com/microsoftgraph/msgraph-beta-sdk-java/blob/main/src/main/java/com/microsoft/graph/beta/generated/models/UxSetting.java
I found I need to call the
UxSettingRequestBuilder
, only exposed via theEntraRequestBuilder
howeverentra().uxSetting()
is marked as deprecated potentially for the reason "PrivatePreview":msgraph-beta-sdk-java/src/main/java/com/microsoft/graph/beta/generated/admin/entra/EntraRequestBuilder.java
Lines 23 to 32 in 4d42841
Perhaps you need to refresh something? Or the Graph API team must remove this private preview tag?
Expected behavior
I should be able to call this:
without a deprecated warning in my IDE
How to reproduce
SDK Version
6.21.0
Latest version known to work for scenario above?
No response
Known Workarounds
ignore the warning
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: