Skip to content

Commit 33f841b

Browse files
authored
Fixed typos in the code example
1 parent c6a0176 commit 33f841b

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
@@ -130,7 +130,7 @@ New-MgOauth2PermissionGrant -BodyParameter $params |
130130
1. Confirm that you've granted tenant wide admin consent by running the following request.
131131

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

0 commit comments

Comments
 (0)