From 194e84c0a6bb3d94d832a03d5aa5ec976562a18e Mon Sep 17 00:00:00 2001 From: Maoliang Huang Date: Tue, 25 Aug 2020 15:01:42 -0700 Subject: [PATCH] Add new examples to AlertsManagement - Add new examples to the following modules: AlertsManagement --- .../AlertsManagement/help/Get-AzAlert.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/AlertsManagement/AlertsManagement/help/Get-AzAlert.md b/src/AlertsManagement/AlertsManagement/help/Get-AzAlert.md index dc8c5047a800..a6ea08551ee9 100644 --- a/src/AlertsManagement/AlertsManagement/help/Get-AzAlert.md +++ b/src/AlertsManagement/AlertsManagement/help/Get-AzAlert.md @@ -55,6 +55,15 @@ PS C:\> Get-AzAlert -AlertId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529" | Format-Lis Get Alert details by Id (GUID) or Resource Id (Complete ARM Id) +### Example 3 + +Get Alerts Information. (autogenerated) + + +```powershell +Get-AzAlert -IncludeContext $true -TimeRange '1h' +``` + ## PARAMETERS ### -AlertId