Skip to content

Commit 4d3c4ad

Browse files
authored
Merge pull request #113880 from scottwtang/scottwtang-patch-1
Fixed typos in the code example
2 parents a6ff26d + 5267395 commit 4d3c4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ New-MgOauth2PermissionGrant -BodyParameter $params |
131131
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' and consentType eq 'AllPrincipals'"
135135
```
136136
## Grant admin consent for application permissions
137137

0 commit comments

Comments
 (0)