Skip to content

Commit 974fee6

Browse files
committed
Minor edits
1 parent 5038011 commit 974fee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoftgraph/docs-conceptual/how-to-grant-revoke-api-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Before you can grant delegated permissions, you must first identify the delegate
4444
In this article, you use the `Microsoft Graph` service principal in the tenant as your resource service principal.
4545
4646
```powershell
47-
Get-MgServicePrincipal -Filter "displayName eq 'Microsoft Graph'" -Property Oauth2PermissionScopes | Select -ExpandProperty Oauth2PermissionScopes | fl
47+
Get-MgServicePrincipal -Filter "displayName eq 'Microsoft Graph'" -Property Oauth2PermissionScopes | Select -ExpandProperty Oauth2PermissionScopes | Format-List
4848
```
4949

5050
```Output

0 commit comments

Comments
 (0)