Skip to content

Commit e584f45

Browse files
Merge pull request SharePoint#7218 from KoenZomers/patch-37
Actualizing some parts of Consume the Microsoft Graph in the SharePoint Framework
2 parents 0f3e1a9 + c65c298 commit e584f45

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/spfx/use-aad-tutorial.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Consume the Microsoft Graph in the SharePoint Framework
33
description: Tutorial on using the AadHttpClient or MSGraphClient class to connect to the Microsoft Graph in SharePoint Framework solutions.
4-
ms.date: 12/04/2020
4+
ms.date: 07/29/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -608,11 +608,7 @@ You're now ready to build, bundle, package, and deploy the solution.
608608

609609
A message in the lower part of the screen tells you that the solution package requires permissions approval. This is because of the `webApiPermissionRequests` property in the **package-solution.json** file.
610610

611-
1. Open the SharePoint Admin Center of your tenant, and in the upper-right corner of the screen, select **Try the preview**.
612-
613-
![Screenshot of the Try the new SharePoint admin center link](../images/use-aadhttpclient-enterpriseapi-grant-trypreview.png)
614-
615-
1. In the new Admin Center, in the left quick launch menu, select the **API management** menu item. You'll see a page similar to the following.
611+
1. In the modern SharePoint Online Admin Center, in the left quick launch menu, under **Advanced** select the **API access** menu item. You'll see a page similar to the following.
616612

617613
![Screenshot of the WebApiPermission management page](../images/use-aadhttpclient-enterpriseapi-grant-newsharepointadmincenter.png)
618614

Loading

0 commit comments

Comments
 (0)