Skip to content

Commit

Permalink
Typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
savpek committed Mar 28, 2024
1 parent 267309e commit 6128a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinja.Azure.Alerts/Set-AlertRules.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Set-AlertRules {
}


if ($PSCmdlet.ShouldProcess($ResourceGroup, "Update-AzActionGrou - azure-alerts")) {
if ($PSCmdlet.ShouldProcess($ResourceGroup, "Update-AzActionGroug - azure-alerts")) {
if (Get-AzActionGroup -Name "azure-alerts" -ResourceGroup $ResourceGroup) {
$alertRef = Update-AzActionGroup `
-Name "azure-alerts" `
Expand Down

0 comments on commit 6128a5a

Please sign in to comment.