Skip to content

Commit b2d09fe

Browse files
Merge pull request #250394 from Naveenommi-MSFT/patch-65
(AzureCXP) fixes MicrosoftDocs/azure-docs#114297
2 parents b4d25e6 + 7e9eb8a commit b2d09fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/manage-apps/grant-admin-consent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ New-MgOauth2PermissionGrant -BodyParameter $params |
128128
Format-List Id, ClientId, ConsentType, ResourceId, Scope
129129
```
130130
131-
1. Confirm that you've granted tenant wide admin consent by running the following request.
131+
4. Confirm that you've granted tenant wide admin consent by running the following request.
132132

133133
```powershell
134-
Get-MgOauth2PermissionGrant-Filter "clientId eq 'b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94' consentType eq 'AllPrincipals'"
134+
Get-MgOauth2PermissionGrant -Filter "clientId eq 'b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94' consentType eq 'AllPrincipals'"
135135
```
136136
## Grant admin consent for application permissions
137137

0 commit comments

Comments
 (0)