Skip to content

Commit

Permalink
Renamed swagger file to ResourceHealthAlerts (Azure#11164)
Browse files Browse the repository at this point in the history
* Renamed swagger file to ResourceHealthAlertRules

* Extracted operations API to AlertsManagement file

* Renamed ResourceHealthAlerts to ResourceHealthAlertRules

* Added new file to readme

* Updated examples

* Fixed prettier issues

* Prettier fix
  • Loading branch information
giladsu authored and giromm2ms committed Dec 20, 2020
1 parent 576773c commit c31d010
Show file tree
Hide file tree
Showing 8 changed files with 591 additions and 538 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"criteria": {
"allOf": [
{
"healthMonitorName": "root",
"monitorNames": [
"root"
],
"namespace": "VmGuestHealth"
}
]
Expand Down Expand Up @@ -48,7 +50,7 @@
"criteria": {
"allOf": [
{
"healthMonitorName": "root",
"monitorNames": "root",
"namespace": "VmGuestHealth"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"criteria": {
"allOf": [
{
"healthMonitorName": "root",
"monitorNames": [
"root"
],
"namespace": "VmGuestHealth"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"criteria": {
"allOf": [
{
"healthMonitorName": "root",
"monitorNames": [
"root"
],
"namespace": "VmGuestHealth"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"criteria": {
"allOf": [
{
"healthMonitorName": "root",
"monitorNames": [
"root"
],
"namespace": "VmGuestHealth"
}
]
Expand Down Expand Up @@ -47,7 +49,9 @@
"criteria": {
"allOf": [
{
"healthMonitorName": "root",
"monitorNames": [
"root"
],
"namespace": "VmGuestHealth"
}
]
Expand Down
1 change: 1 addition & 0 deletions specification/alertsmanagement/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ These settings apply only when `--tag=package-2020-08-04` is specified on the co
``` yaml $(tag) == 'package-2020-08-04-preview'
input-file:
- Microsoft.AlertsManagement/preview/2020-08-04-preview/AlertsManagement.json
- Microsoft.AlertsManagement/preview/2020-08-04-preview/ResourceHealthAlertRules.json
```

---
Expand Down

0 comments on commit c31d010

Please sign in to comment.