Skip to content

Commit 16a3acc

Browse files
committed
Adding 3 new fields maintenanceId, maintenanceType and argQuery to Events Object and modified examples accordingly
1 parent 56018dc commit 16a3acc

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2023-07-01-preview/ResourceHealth.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,18 @@
11971197
"impactType": {
11981198
"type": "string",
11991199
"description": "The type of the impact"
1200+
},
1201+
"maintenanceId": {
1202+
"type": "string",
1203+
"description": "Unique Id for Planned maintenance event"
1204+
},
1205+
"maintenanceType": {
1206+
"type": "string",
1207+
"description": "The type of Planned maintenance event"
1208+
},
1209+
"argQuery": {
1210+
"type": "string",
1211+
"description": "ARG Query to fetch the affected resources from their existing ARG locations"
12001212
}
12011213
}
12021214
}

specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2023-07-01-preview/examples/Event_GetBySubscriptionIdAndTrackingId.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@
9595
"enableChatWithUs": false,
9696
"priority": 2,
9797
"lastUpdateTime": "2018-11-08T00:00:00Z",
98-
"hirStage": "resolved"
98+
"hirStage": "resolved",
99+
"maintenanceId": "{maintenanceId}",
100+
"maintenanceType": "{maintenanceType}",
101+
"argQuery": "{argQuery}"
99102
}
100103
}
101104
}

specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2023-07-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@
9393
"enableChatWithUs": false,
9494
"priority": 2,
9595
"lastUpdateTime": "2018-11-08T00:00:00Z",
96-
"hirStage": "resolved"
96+
"hirStage": "resolved",
97+
"maintenanceId": "{maintenanceId}",
98+
"maintenanceType": "{maintenanceType}",
99+
"argQuery": "{argQuery}"
97100
}
98101
}
99102
}

specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2023-07-01-preview/examples/Events_ListBySubscriptionId.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@
9696
"enableChatWithUs": false,
9797
"priority": 2,
9898
"lastUpdateTime": "2018-11-08T00:00:00Z",
99-
"hirStage": "resolved"
99+
"hirStage": "resolved",
100+
"maintenanceId": "{maintenanceId}",
101+
"maintenanceType": "{maintenanceType}",
102+
"argQuery": "{argQuery}"
100103
}
101104
}
102105
],

0 commit comments

Comments
 (0)