Skip to content

Commit 528e36c

Browse files
authored
[Hub Generated] Public private branch 'shdeshmu/updateExistingAPIVersion' (#15261)
* Updated existing properties in current APIVersions * pretier check
1 parent 84daa99 commit 528e36c

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,9 @@
561561
"ServiceIssue",
562562
"PlannedMaintenance",
563563
"HealthAdvisory",
564-
"RCA"
564+
"RCA",
565+
"EmergingIssues",
566+
"SecurityAdvisory"
565567
],
566568
"x-ms-enum": {
567569
"name": "EventTypeValues",
@@ -621,6 +623,7 @@
621623
"description": "Level of event.",
622624
"enum": [
623625
"Critical",
626+
"Error",
624627
"Warning",
625628
"Informational"
626629
],
@@ -710,13 +713,21 @@
710713
"type": "boolean",
711714
"description": "Tells if we want to enable or disable Microsoft Support for this event."
712715
},
716+
"description": {
717+
"type": "string",
718+
"description": "Contains the communication message for the event, that could include summary, root cause and other details."
719+
},
720+
"platformInitiated": {
721+
"type": "boolean",
722+
"description": "Is true if the event is platform initiated."
723+
},
713724
"enableChatWithUs": {
714725
"type": "boolean",
715726
"description": "Tells if we want to enable or disable Microsoft Support for this event."
716727
},
717728
"priority": {
718729
"type": "integer",
719-
"description": "Priority level of the event."
730+
"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."
720731
},
721732
"lastUpdateTime": {
722733
"type": "string",

specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,9 @@
456456
"ServiceIssue",
457457
"PlannedMaintenance",
458458
"HealthAdvisory",
459-
"RCA"
459+
"RCA",
460+
"EmergingIssues",
461+
"SecurityAdvisory"
460462
],
461463
"x-ms-enum": {
462464
"name": "EventTypeValues",
@@ -516,6 +518,7 @@
516518
"description": "Level of event.",
517519
"enum": [
518520
"Critical",
521+
"Error",
519522
"Warning",
520523
"Informational"
521524
],
@@ -605,13 +608,21 @@
605608
"type": "boolean",
606609
"description": "Tells if we want to enable or disable Microsoft Support for this event."
607610
},
611+
"description": {
612+
"type": "string",
613+
"description": "Contains the communication message for the event, that could include summary, root cause and other details."
614+
},
615+
"platformInitiated": {
616+
"type": "boolean",
617+
"description": "Is true if the event is platform initiated."
618+
},
608619
"enableChatWithUs": {
609620
"type": "boolean",
610621
"description": "Tells if we want to enable or disable Microsoft Support for this event."
611622
},
612623
"priority": {
613624
"type": "integer",
614-
"description": "Priority level of the event."
625+
"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."
615626
},
616627
"lastUpdateTime": {
617628
"type": "string",

0 commit comments

Comments
 (0)