Skip to content

Commit a52d338

Browse files
committed
Polishing
1 parent 1f014c6 commit a52d338

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
-945 KB
Loading

docs/spfx/set-up-your-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set up your SharePoint Framework development environment
33
description: Use Visual Studio or your own custom development environment to build SharePoint Framework solutions. You can use a Mac, PC, or Linux.
4-
ms.date: 01/08/2018
4+
ms.date: 02/15/2018
55
ms.prod: sharepoint
66
---
77

docs/spfx/use-aad-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Consuming APIs secured with Azure Active Directory within SharePoint Framework
33
description: Tutorial on using the AadHttpClient or MSGraphClient class to connect to AAD-secured APIs in SharePoint Framework solutions.
4-
ms.date: 02/13/2018
4+
ms.date: 02/15/2018
55
ms.prod: sharepoint
66
---
77

@@ -27,7 +27,7 @@ In the following screenshot, you can see the UI of a client-side web part that a
2727
As you can see, the client-side web part allows to search users based on their name, and provides all the matching users through a **DetailsList** component of Office UI Fabric. Moreover, the web part has a configurable option, available in the property pane, to select how to access the Microsoft Graph. In fact, starting from SharePoint Framework v.1.4.1 you can access the Microsoft Graph either using the native graph client (**MSGraphClient**), or the low level type to access any AAD-secured REST API (**AadHttpClient**).
2828

2929
> [!NOTE]
30-
> You can find the full source code of the sample solution in the following GitHub repository [spfx-api-scopes-tutorial](???).
30+
> You can find the full source code of the sample solution in the following GitHub repository [spfx-api-scopes-tutorial](#).
3131
3232
## <a name="CreatingTheSolution"></a>Creating the solution
3333
In the following sections you will be able to build the solution with a step by step approach. Here are the main sections of the process:

docs/spfx/use-aadhttpclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect to AAD-secured APIs in SharePoint Framework solutions
33
description: Use the AadHttpClient class to connect to AAD-secured APIs in SharePoint Framework solutions.
4-
ms.date: 02/13/2018
4+
ms.date: 02/15/2018
55
ms.prod: sharepoint
66
---
77

docs/spfx/use-msgraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use the MSGraphClient to connect to Microsoft Graph
33
description: Use the MSGraphClient class to make calls to the Microsoft Graph REST API.
4-
ms.date: 02/13/2018
4+
ms.date: 02/15/2018
55
ms.prod: sharepoint
66
---
77

0 commit comments

Comments
 (0)