Skip to content

Commit

Permalink
Fix bug on rule group update
Browse files Browse the repository at this point in the history
  • Loading branch information
savpek committed Oct 30, 2024
1 parent 3c4603f commit ff01cd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Pinja.Azure.Alerts/Set-AlertRulesLogicAppReceiver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ function Set-AlertRulesLogicAppReceiver {
-ResourceGroup $ResourceGroup `
-ShortName "azure-alerts" `
-LogicAppReceiver $ActionGroupLogicAppReceiver `
-Location Global `
-Enabled:(!$DisableAlerts)
}
else {
Expand All @@ -134,7 +133,6 @@ function Set-AlertRulesLogicAppReceiver {
-Location Global `
-Enabled:(!$DisableAlerts)
}

}
}

Expand Down

0 comments on commit ff01cd2

Please sign in to comment.