Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@
"severity",
"evaluationFrequency",
"windowSize",
"criteria"
"criteria",
"scopes"
],
"properties": {
"description": {
Expand Down Expand Up @@ -545,6 +546,11 @@
"type": "string",
"format": "date-time",
"description": "Last time the rule was updated in ISO8601 format."
},
"isMigrated": {
"type": "string",
"description": "the value indicating whether this alert rule is migrated.",
"readOnly": true
}
},
"description": "An alert rule."
Expand Down Expand Up @@ -609,6 +615,11 @@
"type": "string",
"format": "date-time",
"description": "Last time the rule was updated in ISO8601 format."
},
"isMigrated": {
"type": "string",
"description": "the value indicating whether this alert rule is migrated.",
"readOnly": true
}
},
"description": "An alert rule properties for patch."
Expand Down