Hello,
Can you please confirm if we should do anything with this situation:
We have some Microsoft apps and our own apps registered or added via enterprise apps
For all those apps, under the Azure App Registration->Permissions section, we see the message: "This application is using Azure AD Graph API, which is on a deprecation path. Starting June 30th, 2020 we will no longer add any new features to Azure AD Graph API. We strongly recommend that you upgrade your application to use Microsoft Graph API instead of Azure AD Graph API to access Azure Active Directory resources. Learn more"
If we change manually the Permissions grant from Azure Active Directory Graph to Microsoft Graph, then the message disappears
But should we do this for all apps, like for all that we have registered or added via the Enterprise apps section or it can be kept with Azure Active Directory Graph,
Because any new app registered or added via Enterprise apps still by default receives the Azure Active Directory Graph permissions grant.
Or we should walk one by one app and change from Azure Active Directory Graph to Microsoft Graph? Or this will be done automatically from the Microsoft side when the date comes (June 30th, 2022)?
And if we should do this manually, should it be done for Microsoft Apps and for 3rd-party registered?
And if we should do this manually, is it possible to replace it automatically using a PowerShell script?