Skip to content

Commit

Permalink
Fixed a typo in the cmdlet (#14112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrnst authored Feb 4, 2021
1 parent 2697237 commit 97e5352
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 97e5352

Please sign in to comment.