File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/AlertsManagement/AlertsManagement/help Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Gets the summary of alerts grouped by some properties.
17
17
### [ Get-AzAlert] ( Get-AzAlert.md )
18
18
Gets list of alerts filtered on various parameters.
19
19
20
- ### [ Get-AzAlertHistory ] ( Get-AzAlertHistory .md )
20
+ ### [ Get-AzAlertObjectHistory ] ( Get-AzAlertObjectHistory .md )
21
21
Gets history of alert - keeps track of monitor condition and state modifications.
22
22
23
23
### [ Update-AzAlertState] ( Update-AzAlertState.md )
Original file line number Diff line number Diff line change 1
1
---
2
2
external help file : Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.dll-Help.xml
3
3
Module Name : Az.AlertsManagement
4
- online version : https://docs.microsoft.com/en-us/powershell/module/az.alertsmanagement/get-azalerthistory
4
+ online version : https://docs.microsoft.com/en-us/powershell/module/az.alertsmanagement/get-azalertobjecthistory
5
5
schema : 2.0.0
6
6
---
7
7
8
- # Get-AzAlertHistory
8
+ # Get-AzAlertObjectHistory
9
9
10
10
## SYNOPSIS
11
11
Gets Alert History information
12
12
13
13
## SYNTAX
14
14
15
15
```
16
- Get-AzAlertHistory -AlertId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
16
+ Get-AzAlertObjectHistory -AlertId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
17
17
```
18
18
19
19
## DESCRIPTION
20
- ** Get-AzAlertHistory ** cmdlet gets history of alert.
20
+ ** Get-AzAlertObjectHistory ** cmdlet gets history of alert.
21
21
22
22
## EXAMPLES
23
23
24
24
### Example 1
25
25
``` powershell
26
- PS C:\> Get-AzAlertHistory -AlertId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529"
26
+ PS C:\> Get-AzAlertObjectHistory -AlertId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529"
27
27
```
28
28
29
29
Gets alert history details.
You can’t perform that action at this time.
0 commit comments