Alerting: Add LogicOr operation option (#89258)

---------

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
This commit is contained in:
Lu Shueh Chou
2024-08-16 11:02:14 -04:00
committed by GitHub
co-authored by brendamuir
parent 62abaea8f5
commit 126169f3ca
9 changed files with 77 additions and 11 deletions
+2 -1
View File
@@ -559,7 +559,8 @@
"type": "string",
"enum": [
"and",
"or"
"or",
"logic-or"
],
"x-enum-description": {}
}