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
I'm getting a warning about IdentityGovernance.EntitlementManagement.AccessPackageCatalogs.GetAsync() being obsolete:
Warning CS0618 : 'AccessPackageCatalogsRequestBuilder.GetAsync(Action<AccessPackageCatalogsRequestBuilder.AccessPackageCatalogsRequestBuilderGetRequestConfiguration>?, CancellationToken)' is obsolete: ' as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31'
I've not been able to find a way to resolve this - what should I be calling instead?
Thanks!
The text was updated successfully, but these errors were encountered:
This would suggest that the deprecated annotation may have been incorrectly applied in the metadata. This will need to be followed up by the API team for clarification.
I'm using
Microsoft.Graph.Beta 5.49.0-preview
, the latest at the time of writing.This is a snippet of my code:
I'm getting a warning about
IdentityGovernance.EntitlementManagement.AccessPackageCatalogs.GetAsync()
being obsolete:I've not been able to find a way to resolve this - what should I be calling instead?
Thanks!
The text was updated successfully, but these errors were encountered: