Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Insights to add version stable/2018-03-01 #12371

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