Skip to content

Commit 097b609

Browse files
authored
Fix Important formatting.
1 parent 79d064d commit 097b609

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/spfx/overview-graphhttpclient.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Overview of the GraphHttpClient class (preview)
22

3-
>**Important:** The **GraphHttpClient** is currently in preview and is subject to change. It is not currently supported for use in production environments.
3+
> [!IMPORTANT]
4+
>The **GraphHttpClient** is currently in preview and is subject to change. It is not currently supported for use in production environments.
45
56
You can use Microsoft Graph to build powerful solutions that access data from Office 365 and other Microsoft services. To connect SharePoint Framework (SPFx) solutions to Microsoft Graph, you have to register an Azure Active Directory (Azure AD) application and complete the authorization flow. To make this easier, you can use the SPFx **GraphHttpClient** class to call Microsoft Graph directly, without any additional setup.
67

@@ -63,4 +64,4 @@ To acquire a valid access token, **GraphHttpClient** issues a web request to the
6364

6465
- [Application Customizer GraphClient from Modern Teamsite sample](https://github.com/SharePoint/sp-dev-fx-extensions/tree/master/samples/js-application-graph-client).
6566
- [Use GraphHttpClient to call Microsoft Graph](call-microsoft-graph-using-graphhttpclient.md)
66-
- [Microsoft Graph Dev Center](https://developer.microsoft.com/en-us/graph/)
67+
- [Microsoft Graph Dev Center](https://developer.microsoft.com/en-us/graph/)

0 commit comments

Comments
 (0)