Skip to content

Commit 8d8f37e

Browse files
committed
fix blocking issue and minor suggestion from Jackson
1 parent 8a95d04 commit 8d8f37e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/active-directory/manage-apps/restore-permissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restore revoked permissions granted to applications
2+
title: Restore revoked permissions granted to applications in Azure Active Directory
33
description: Learn how to review and restore revoked permissions for an application in Azure Active Directory.
44
services: active-directory
55
author: Jackson-Woods
@@ -41,8 +41,8 @@ To restore previously revoked permissions for an application, you need:
4141
>[!NOTE]
4242
>Regranting admin consent will remove any granted permissions that are not part of the default set configured by the developer.
4343
44-
If you know the specific permission that was revoked, you can grant it again manually using [PowerShell](/powershell/microsoftgraph/tutorial-grant-delegated-api-permissions?view=graph-powershell-1.0&preserve-view=true) or the [Microsoft Graph API](/graph/permissions-grant-via-msgraph?tabs=http&pivots=grant-delegated-permissions).
45-
If you don't know the revoked permissions, you can use the scripts provided in this article to detect and restore revoked permissions.
44+
- If you know the specific permission that was revoked, you can grant it again manually using [PowerShell](/powershell/microsoftgraph/tutorial-grant-delegated-api-permissions?view=graph-powershell-1.0&preserve-view=true) or the [Microsoft Graph API](/graph/permissions-grant-via-msgraph?tabs=http&pivots=grant-delegated-permissions).
45+
- If you don't know the revoked permissions, you can use the scripts provided in this article to detect and restore revoked permissions.
4646

4747
First, set the servicePrincipalId value in the script to the ID value for the enterprise app whose permissions you want to restore. This ID is also called the `object ID` in the Azure portal **Enterprise applications** page.
4848

articles/active-directory/manage-apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
href: grant-consent-single-user.md
145145
- name: Review permissions granted to apps
146146
href: manage-application-permissions.md
147-
- name: Restore revoked permissons
147+
- name: Restore revoked permissions
148148
href: restore-permissions.md
149149
- name: Manage user assignment
150150
href: assign-user-or-group-access-portal.md

0 commit comments

Comments
 (0)