Skip to content

Commit 7e9eb8a

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#114297
We made changes in line no: 131, 134. From: 1.Confirm that you've granted tenant wide admin consent by running the following request. To: 4.Confirm that you've granted tenant wide admin consent by running the following request. Note: Space added in line no 134
1 parent 325771c commit 7e9eb8a

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)