- Introduced secrets detection feature to safeguard sensitive data.
- Fixed null reference bug when 'ScheduleEndDateTime' was not provided
- Added cmdlets for Prometheus rule group
- Added parameter
comment
forUpdate-AzAlerteState
- Added support for 24-hour clock in
Set-AzAlertProcessingRule
[#17762]
- Fixed bug for
Get-AzAlertProcessingRule
does not fetch more than 50 Alert Processing Rules - Fixed bug for
Get-AzAlert
rounds down the number of alerts to multiple of 100
- Substitute cmdlets:
Get-AzActionRule
withGet-AzAlertProcessingRule
Set-AzActionRule
withSet-AzAlertProcessingRule
Update-AzActionRule
withUpdate-AzAlertProcessingRule
Remove-AzActionRule
withRemove-AzAlertProcessingRule
- Fixed bug for
Set-AzActionRule
when RecurrenceType is "Once" and no "ReccurentValue" provided [#14476]
- Fixed bug for
Set-AzActionRule
incorrectly parsedTargetResourceTypeCondition
toMonitorCondition
[#12258]
- Updated AlertsManagement SDK version to 0.9.2-preview.
- Added Subscription Scope Type for Set-AzActionRule.
- Updated Examples for Set-AzActionRule, to show scope types as well.
- Updated help messages and document for
Get-AzActionRule
- Update references in .psd1 to use relative path
- Preview of
Az.AlertsManagement
module - Powershell Cmdlets for Alerts Management Resource Provider to manage alerts, action rules and smart groups.