-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.openpublishing.redirection.json
24 lines (24 loc) · 1.17 KB
/
.openpublishing.redirection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"redirections": [
{
"source_path": "microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlace.md",
"redirect_url": "https://learn.microsoft.com//powershell/microsoftgraph/",
"redirect_document_id": false
},
{
"source_path": "microsoftgraph/docs-conceptual/tutorial-grant-delegated-api-permissions.md",
"redirect_url": "https://learn.microsoft.com/powershell/microsoftgraph/how-to-grant-revoke-api-permissions?pivots=grant-delegated-permissions",
"redirect_document_id": false
},
{
"source_path": "microsoftgraph/docs-conceptual/tutorial-grant-app-only-api-permissions.md",
"redirect_url": "https://learn.microsoft.com/powershell/microsoftgraph/how-to-grant-revoke-api-permissions?pivots=grant-application-permissions",
"redirect_document_id": false
},
{
"source_path": "microsoftgraph/docs-conceptual/tutorial-pim.md",
"redirect_url": "https://learn.microsoft.com/powershell/microsoftgraph/how-to-assign-microsoft-entra-roles-in-pim",
"redirect_document_id": false
}
]
}