Skip to content

Commit be04c36

Browse files
author
Mahak Jain
committed
Fix static analysis error
1 parent eb2607a commit be04c36

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/AlertsManagement/AlertsManagement/help/Az.AlertsManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gets the summary of alerts grouped by some properties.
1717
### [Get-AzAlert](Get-AzAlert.md)
1818
Gets list of alerts filtered on various parameters.
1919

20-
### [Get-AzAlertHistory](Get-AzAlertHistory.md)
20+
### [Get-AzAlertObjectHistory](Get-AzAlertObjectHistory.md)
2121
Gets history of alert - keeps track of monitor condition and state modifications.
2222

2323
### [Update-AzAlertState](Update-AzAlertState.md)

src/AlertsManagement/AlertsManagement/help/Get-AzAlertHistory.md renamed to src/AlertsManagement/AlertsManagement/help/Get-AzAlertObjectHistory.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.dll-Help.xml
33
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
55
schema: 2.0.0
66
---
77

8-
# Get-AzAlertHistory
8+
# Get-AzAlertObjectHistory
99

1010
## SYNOPSIS
1111
Gets Alert History information
1212

1313
## SYNTAX
1414

1515
```
16-
Get-AzAlertHistory -AlertId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
16+
Get-AzAlertObjectHistory -AlertId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
**Get-AzAlertHistory** cmdlet gets history of alert.
20+
**Get-AzAlertObjectHistory** cmdlet gets history of alert.
2121

2222
## EXAMPLES
2323

2424
### Example 1
2525
```powershell
26-
PS C:\> Get-AzAlertHistory -AlertId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529"
26+
PS C:\> Get-AzAlertObjectHistory -AlertId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529"
2727
```
2828

2929
Gets alert history details.

0 commit comments

Comments
 (0)