Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2023-12-20 13:58:19 -03:00 committed by GitHub
parent e36f95318c
commit fa34222152

View file

@ -31,12 +31,12 @@ General procedures:
4. Deploy General Bots; 4. Deploy General Bots;
5. Setup Azure Permissions to connect to SharePoint Drive 5. Setup Azure Permissions to connect to SharePoint Drive
Microsoft Graph - Microsoft Graph
Sites.Read.All - Sites.Read.All
Sites.ReadWrite.All - Sites.ReadWrite.All
User.Read - User.Read
Application.Read.All - Application.Read.All
Application.ReadWrite.All - Application.ReadWrite.All
6. /setupSecurity to get access to Bot Drive (Clean: https://www.domstamand.com/removing-user-consent-from-an-azure-ad-application/); 6. /setupSecurity to get access to Bot Drive (Clean: https://www.domstamand.com/removing-user-consent-from-an-azure-ad-application/);
7. /publish to publish packages on root bot. 7. /publish to publish packages on root bot.