Revert "Alerting: Add is_paused attr to the POST alert rule group endpoint" (#62310)

Revert "Alerting: Add is_paused attr to the POST alert rule group endpoint (#62253)"

This reverts commit 3ccafe3a5a.
This commit is contained in:
George Robinson
2023-01-27 13:41:36 +01:00
committed by GitHub
parent 846acd28ff
commit b6db1ed524
6 changed files with 7 additions and 20 deletions
@@ -97,7 +97,6 @@ func validateRuleNode(
RuleGroup: groupName,
NoDataState: noDataState,
ExecErrState: errorState,
IsPaused: ruleNode.GrafanaManagedAlert.IsPaused,
}
newAlertRule.For, err = validateForInterval(ruleNode)