From debc6ae24786fb77c16b918ef8b90d2b959f7cc8 Mon Sep 17 00:00:00 2001 From: Thomas Pham Date: Tue, 13 Dec 2022 11:54:03 -0800 Subject: [PATCH 1/3] Task 16564293: Update swagger description of new budget alert. --- .../Microsoft.Insights/stable/2021-09-01/actionGroups_API.json | 2 +- .../Microsoft.Insights/stable/2022-04-01/actionGroups_API.json | 2 +- .../Microsoft.Insights/stable/2022-06-01/actionGroups_API.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json index 69e5861381f1..88f4f32f9614 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json @@ -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, budget, actualcostbudget, forecastedbudget" }, "emailReceivers": { "type": "array", diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json index a34f37f398f6..598d0c7fece2 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json @@ -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, budget, actualcostbudget, forecastedbudget" }, "emailReceivers": { "x-ms-identifiers": [], diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json index 5f8bb4e6aa3c..2b4242f21223 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json @@ -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, budget, actualcostbudget, forecastedbudget" }, "emailReceivers": { "x-ms-identifiers": [], From 3e88adcf3e17299a3cc0ba5572dbaca6bfd015b5 Mon Sep 17 00:00:00 2001 From: Thomas Pham Date: Tue, 3 Jan 2023 09:29:40 -0800 Subject: [PATCH 2/3] Also remove "budget" as it will not longer be used. --- .../Microsoft.Insights/stable/2021-09-01/actionGroups_API.json | 2 +- .../Microsoft.Insights/stable/2022-04-01/actionGroups_API.json | 2 +- .../Microsoft.Insights/stable/2022-06-01/actionGroups_API.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json index 88f4f32f9614..0e8633a917c6 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2021-09-01/actionGroups_API.json @@ -786,7 +786,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, actualcostbudget, forecastedbudget" + "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", diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json index 598d0c7fece2..c9d61f9f3011 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-04-01/actionGroups_API.json @@ -682,7 +682,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, actualcostbudget, forecastedbudget" + "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": [], diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json index 2b4242f21223..000cfdb7a076 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2022-06-01/actionGroups_API.json @@ -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, actualcostbudget, forecastedbudget" + "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": [], From 73513b7dac91d5ab89af708037ee1967454e4ec7 Mon Sep 17 00:00:00 2001 From: Thomas Pham Date: Wed, 4 Jan 2023 09:38:43 -0800 Subject: [PATCH 3/3] Add custom words --- custom-words.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom-words.txt b/custom-words.txt index dc135c7f1690..3d8e94dfac55 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -2624,6 +2624,8 @@ logalertv1numresult logalertv1metricmeasurement activitylog budget +actualcostbudget +forecastedbudget syncsets Syncsets openshiftclusters