Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a typo in the cmdlet #14112

Merged
merged 1 commit into from
Feb 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Monitor/Monitor/help/Get-AzActivityLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The Get-AzActivityLog cmdlet retrieve Activity Log events. The events can be ass

### Example 1: Get an event log by subscription ID
```
PS C:\>Get-ActivityAzLog
PS C:\>Get-AzActivityLog
```

This command lists at most 1000 events associated with the user's subscription ID that took place 7 days from the current date/time.
Expand Down