Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,10 @@ directive:
- suppress: R4007
from: metricBaselines_API.json
reason: 'Updating the error response to the new format would be a breaking change.'
- suppress: OBJECT_ADDITIONAL_PROPERTIES
from: metricAlert_API.json
where: $.definitions.MetricAlertResource
reason: 'Action is expected to receive a subclass of Resource'
```

### Tag: profile-hybrid-2019-03-01
Expand Down