Skip to content

Commit

Permalink
AKS - regulated fix for 'Alert rule payload cannot be empty' issue wi…
Browse files Browse the repository at this point in the history
…th new scheduledQueryRules API version (#51)
  • Loading branch information
magrande authored Dec 2, 2021
1 parent 636b223 commit 171777c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions cluster-stamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,9 @@
],
"properties": {
"description":"The only images we want in live/ are those that came from this ACR instance, but from the quarantine/ repository.",
"actions": [],
"actions": {
"actionGroups": []
},
"criteria": {
"allOf": [
{
Expand Down Expand Up @@ -956,7 +958,9 @@
],
"properties": {
"description":"Example from: https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-alerts",
"actions": [],
"actions": {
"actionGroups": []
},
"criteria": {
"allOf": [
{
Expand Down
8 changes: 6 additions & 2 deletions cluster-stamp.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,9 @@
],
"properties": {
"description":"The only images we want in live/ are those that came from this ACR instance, but from the quarantine/ repository.",
"actions": [],
"actions": {
"actionGroups": []
},
"criteria": {
"allOf": [
{
Expand Down Expand Up @@ -956,7 +958,9 @@
],
"properties": {
"description":"Example from: https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-alerts",
"actions": [],
"actions": {
"actionGroups": []
},
"criteria": {
"allOf": [
{
Expand Down

0 comments on commit 171777c

Please sign in to comment.