Checking the config.ts and it contains the https://graph.windows.net/Directory.AccessAsUser.All scope for the Azure AD Graph API which is deprecated and replaced by the Microsoft Graph API.
I don't see any command in the code calling the Azure AD Graph API, so it should be safe to remove the https://graph.windows.net/Directory.AccessAsUser.All scope.
In worst case, Microsoft may block adding and granting permissions for the Azure AD Graph API and the setup command will fail.
https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview
Checking the config.ts and it contains the
https://graph.windows.net/Directory.AccessAsUser.Allscope for the Azure AD Graph API which is deprecated and replaced by the Microsoft Graph API.I don't see any command in the code calling the Azure AD Graph API, so it should be safe to remove the
https://graph.windows.net/Directory.AccessAsUser.Allscope.In worst case, Microsoft may block adding and granting permissions for the Azure AD Graph API and the
setupcommand will fail.https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview