Skip to content

Commit

Permalink
Task 16564293: Update swagger description of new budget alert. (#21879)
Browse files Browse the repository at this point in the history
* Task 16564293: Update swagger description of new budget alert.

* Also remove "budget" as it will not longer be used.

* Add custom words

Co-authored-by: Thomas Pham <[email protected]>
  • Loading branch information
thomasp98296 and Thomas Pham authored Jan 5, 2023
1 parent b89013b commit 76f3342
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2632,6 +2632,8 @@ logalertv1numresult
logalertv1metricmeasurement
activitylog
budget
actualcostbudget
forecastedbudget
syncsets
Syncsets
openshiftclusters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
"alertType": {
"type": "string",
"maxLength": 30,
"description": "The name of the supported alert type."
"description": "The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, actualcostbudget, forecastedbudget"
},
"emailReceivers": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
"alertType": {
"type": "string",
"maxLength": 30,
"description": "The name of the supported alert type."
"description": "The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, actualcostbudget, forecastedbudget"
},
"emailReceivers": {
"x-ms-identifiers": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
"alertType": {
"type": "string",
"maxLength": 30,
"description": "The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, budget"
"description": "The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, actualcostbudget, forecastedbudget"
},
"emailReceivers": {
"x-ms-identifiers": [],
Expand Down

0 comments on commit 76f3342

Please sign in to comment.