Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
merill authored and github-actions[bot] committed Dec 14, 2024
1 parent cf470a8 commit 20ed9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/commands/Invoke-MtGraphRequest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Note: Batch requests don't support caching.
### EXAMPLE 1

```powershell
Invoke-MtGraph -RelativeUri "users" -Filter "displayName eq 'John Doe'" -Select "displayName" -Top 10
Invoke-MtGraph -RelativeUri "users" -Filter "displayName eq 'John Doe'" -Select "displayName"
```

Get all users with a display name of "John Doe" and return the first 10 results.
Expand Down

0 comments on commit 20ed9d3

Please sign in to comment.