Skip to content

Commit 9c57753

Browse files
committed
minor fix
1 parent 87077a0 commit 9c57753

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Be cautious when granting permissions to apps. To learn more on how to evaluate
5454

5555
:::zone pivot="delegated-perms"
5656

57-
### Delegated permissions
57+
### Restore delegated permissions
5858

5959
```powershell
6060
# WARNING: Setting $ForceGrantUpdate to true will modify permission grants without
@@ -235,6 +235,8 @@ if ($ForceGrantUpdate -eq $true) {
235235

236236
:::zone pivot="app-perms"
237237

238+
### Restore app-only permissions
239+
238240
>[!NOTE]
239241
>Granting app-only Microsoft Graph permissions requires the global administrator role.
240242
@@ -345,8 +347,3 @@ if ($ForceGrantUpdate -eq $true) {
345347
```
346348

347349
:::zone-end
348-
349-
350-
351-
### Application permissions
352-

0 commit comments

Comments
 (0)