Skip to content

Commit

Permalink
remove alert provenance flag
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradb authored and amotl committed Sep 7, 2023
1 parent 3a4d616 commit 5afaaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana_client/elements/alertingprovisioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_rule_group(self, folder_uid, group_uid):
r = self.client.GET(get_rule_group_path)
return r

def update_rule_group(self, folder_uid, group_uid, alertrule_group, disable_provenance=True):
def update_rule_group(self, folder_uid, group_uid, alertrule_group):
"""
:param folder_uid:
:param group_uid:
Expand Down

0 comments on commit 5afaaa6

Please sign in to comment.