From f0e6eb7f2ec6ecd5be02d7e26ca10a3ea70f2338 Mon Sep 17 00:00:00 2001 From: shdesmu Date: Fri, 18 Jun 2021 13:12:42 -0700 Subject: [PATCH 1/2] Updated existing properties in current APIVersions --- .../preview/2018-08-01/ResourceHealth.json | 17 ++++++++++++++--- .../stable/2018-07-01/ResourceHealth.json | 17 ++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json index 9bcfc79ddd76..16614d1cce5c 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json @@ -561,7 +561,9 @@ "ServiceIssue", "PlannedMaintenance", "HealthAdvisory", - "RCA" + "RCA", + "EmergingIssues", + "SecurityAdvisory" ], "x-ms-enum": { "name": "EventTypeValues", @@ -621,6 +623,7 @@ "description": "Level of event.", "enum": [ "Critical", + "Error", "Warning", "Informational" ], @@ -710,13 +713,21 @@ "type": "boolean", "description": "Tells if we want to enable or disable Microsoft Support for this event." }, + "description": { + "type": "string", + "description": "Contains the communication message for the event, that could include summary, root cause and other details." + }, + "platformInitiated": { + "type": "boolean", + "description": "Is true if the event is platform initiated." + }, "enableChatWithUs": { "type": "boolean", "description": "Tells if we want to enable or disable Microsoft Support for this event." }, "priority": { "type": "integer", - "description": "Priority level of the event." + "description": "Priority level of the event. Has value from 0 to 23. 0 is the highest priority. Service issue events have higher priority followed by planned maintenance and health advisory. Critical events have higher priority followed by error, warning and informational. Furthermore, active events have higher priority than resolved." }, "lastUpdateTime": { "type": "string", @@ -1560,4 +1571,4 @@ "description": "EventId for the Service health event" } } -} +} \ No newline at end of file diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json index 641ea46f5f22..8ffb96d59b1f 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json @@ -456,7 +456,9 @@ "ServiceIssue", "PlannedMaintenance", "HealthAdvisory", - "RCA" + "RCA", + "EmergingIssues", + "SecurityAdvisory" ], "x-ms-enum": { "name": "EventTypeValues", @@ -516,6 +518,7 @@ "description": "Level of event.", "enum": [ "Critical", + "Error", "Warning", "Informational" ], @@ -605,13 +608,21 @@ "type": "boolean", "description": "Tells if we want to enable or disable Microsoft Support for this event." }, + "description": { + "type": "string", + "description": "Contains the communication message for the event, that could include summary, root cause and other details." + }, + "platformInitiated": { + "type": "boolean", + "description": "Is true if the event is platform initiated." + }, "enableChatWithUs": { "type": "boolean", "description": "Tells if we want to enable or disable Microsoft Support for this event." }, "priority": { "type": "integer", - "description": "Priority level of the event." + "description": "Priority level of the event. Has value from 0 to 23. 0 is the highest priority. Service issue events have higher priority followed by planned maintenance and health advisory. Critical events have higher priority followed by error, warning and informational. Furthermore, active events have higher priority than resolved." }, "lastUpdateTime": { "type": "string", @@ -1395,4 +1406,4 @@ "x-ms-parameter-location": "method" } } -} +} \ No newline at end of file From fa1ae9957e003ae38f2435bcbd3fa96650130565 Mon Sep 17 00:00:00 2001 From: shdesmu Date: Fri, 18 Jun 2021 22:40:22 -0700 Subject: [PATCH 2/2] pretier check --- .../preview/2018-08-01/ResourceHealth.json | 2 +- .../stable/2018-07-01/ResourceHealth.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json index 16614d1cce5c..f7b98da96c4c 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json @@ -1571,4 +1571,4 @@ "description": "EventId for the Service health event" } } -} \ No newline at end of file +} diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json index 8ffb96d59b1f..5a4d2ec900c1 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json @@ -1406,4 +1406,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +}