File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
articles/active-directory/manage-apps Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Be cautious when granting permissions to apps. To learn more on how to evaluate
54
54
55
55
:::zone pivot="delegated-perms"
56
56
57
- ### Delegated permissions
57
+ ### Restore delegated permissions
58
58
59
59
``` powershell
60
60
# WARNING: Setting $ForceGrantUpdate to true will modify permission grants without
@@ -235,6 +235,8 @@ if ($ForceGrantUpdate -eq $true) {
235
235
236
236
:::zone pivot="app-perms"
237
237
238
+ ### Restore app-only permissions
239
+
238
240
> [ !NOTE]
239
241
> Granting app-only Microsoft Graph permissions requires the global administrator role.
240
242
@@ -345,8 +347,3 @@ if ($ForceGrantUpdate -eq $true) {
345
347
```
346
348
347
349
::: zone-end
348
-
349
-
350
-
351
- ### Application permissions
352
-
You can’t perform that action at this time.
0 commit comments