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..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 @@ -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", 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..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 @@ -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",