Skip to content

Commit 7047051

Browse files
authored
Merge pull request MicrosoftDocs#3172 from cimares/patch-3
Update Connect-PnPMicrosoftGraph.md
2 parents 961af61 + af64538 commit 7047051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-pnp/Connect-PnPMicrosoftGraph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Uses the Microsoft Authentication Library (Preview) to connect to Azure AD and t
3232
Connect-PnPMicrosoftGraph -Scopes $arrayOfScopes
3333
```
3434

35-
Connects to Azure AD and gets and OAuth 2.0 Access Token to consume the Microsoft Graph API including the declared permission scopes. The available permission scopes are defined at the following URL: https://graph.microsoft.io/en-us/docs/authorization/permission_scopes
35+
Connects to Azure AD and gets and OAuth 2.0 Access Token to consume the Microsoft Graph API including the declared permission scopes. The available permission scopes are defined at the following URL: https://developer.microsoft.com/en-us/graph/docs/authorization/permission_scopes
3636

3737
### ------------------EXAMPLE 2------------------
3838
```powershell
@@ -93,4 +93,4 @@ Accept pipeline input: False
9393
9494
## RELATED LINKS
9595
96-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
96+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)

0 commit comments

Comments
 (0)