diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/AlertsManagement.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/AlertsManagement.json index b478a1c46f6a..395631212fc3 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/AlertsManagement.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/AlertsManagement.json @@ -893,6 +893,16 @@ } } }, + "actionStatus": { + "type": "object", + "description": "Action status", + "properties": { + "isSuppressed": { + "type": "boolean", + "description": "Value indicating whether alert is suppressed." + } + } + }, "alertProperties": { "type": "object", "description": "An alert created in alert management service.", @@ -995,6 +1005,11 @@ "modelAsString": true } }, + "alertRule": { + "type": "string", + "description": "Rule(monitor) which fired alert instance. Depending on the monitor service, this would be ARM id or name of the rule.", + "readOnly": true + }, "sourceCreatedId": { "type": "string", "description": "Unique Id created by monitor service", @@ -1031,6 +1046,13 @@ "type": "object", "description": "More details which are contextual to the monitor service.", "readOnly": true + }, + "actionStatus": { + "$ref": "#/definitions/actionStatus" + }, + "description": { + "type": "string", + "description": "Alert description." } } }, diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_ChangeState.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_ChangeState.json index 2291117a6649..315ddaaf77cf 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_ChangeState.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_ChangeState.json @@ -27,7 +27,11 @@ "startDateTime": "2018-06-12T22:05:09Z", "lastModifiedDateTime": "2018-06-12T22:05:09Z", "lastModifiedUserName": "vikramm@microsoft.com", - "payload": {} + "payload": {}, + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "id": "/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100", "type": "Microsoft.AlertsManagement/alerts", diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_GetById.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_GetById.json index 9cf5350d5d06..ad842957bc86 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_GetById.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_GetById.json @@ -23,7 +23,11 @@ "startDateTime": "2018-06-12T22:05:09Z", "lastModifiedDateTime": "2018-06-12T22:05:09Z", "lastModifiedUserName": "System", - "payload": {} + "payload": {}, + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "id": "/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100", "type": "Microsoft.AlertsManagement/alerts", diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_List.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_List.json index adfb727b2fd8..80d469a4f828 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_List.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2018-05-05-preview/examples/Alerts_List.json @@ -25,7 +25,11 @@ "startDateTime": "2018-06-12T22:05:09Z", "lastModifiedDateTime": "2018-06-12T22:05:09Z", "lastModifiedUserName": "System", - "payload": {} + "payload": {}, + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "id": "/subscriptions/1e3ff1c0-771a-4119-a03b-be82a51e232d/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100", "type": "Microsoft.AlertsManagement/alerts", @@ -48,7 +52,11 @@ "startDateTime": "2018-06-12T21:40:09Z", "lastModifiedDateTime": "2018-06-12T21:40:09Z", "lastModifiedUserName": "System", - "payload": {} + "payload": {}, + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "id": "/subscriptions/1e3ff1c0-771a-4119-a03b-be82a51e232d/providers/Microsoft.AlertsManagement/alerts/239f0e9f-9871-4c8b-a6a2-b893853d1066", "type": "Microsoft.AlertsManagement/alerts", diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/AlertsManagement.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/AlertsManagement.json index ed96b1ddb65b..4a03ef8004f2 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/AlertsManagement.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/AlertsManagement.json @@ -1028,6 +1028,16 @@ "description": "Information specific to the monitor service that gives more contextual details about the alert.", "readOnly": true }, + "actionStatus": { + "type": "object", + "description": "Action status", + "properties": { + "isSuppressed": { + "type": "boolean", + "description": "Value indicating whether alert is suppressed." + } + } + }, "essentials": { "type": "object", "description": "This object contains consistent fields across different monitor services.", @@ -1172,6 +1182,13 @@ "type": "string", "description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.", "readOnly": true + }, + "actionStatus": { + "$ref": "#/definitions/actionStatus" + }, + "description": { + "type": "string", + "description": "Alert description." } } }, diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_ChangeState.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_ChangeState.json index 11fed4baf027..ac235902deee 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_ChangeState.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_ChangeState.json @@ -29,7 +29,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_GetById.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_GetById.json index 287f6df052e8..ebd48cf94ebf 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_GetById.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_GetById.json @@ -25,7 +25,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_List.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_List.json index 1eb7984f0fac..6c9ee5492c43 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_List.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-03-01-preview/examples/Alerts_List.json @@ -27,7 +27,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} @@ -55,7 +59,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json index a2fc3f89d47e..b9a31b57382e 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json @@ -836,6 +836,16 @@ "description": "Information specific to the monitor service that gives more contextual details about the alert.", "readOnly": true }, + "actionStatus": { + "type": "object", + "description": "Action status", + "properties": { + "isSuppressed": { + "type": "boolean", + "description": "Value indicating whether alert is suppressed." + } + } + }, "essentials": { "type": "object", "description": "This object contains consistent fields across different monitor services.", @@ -980,6 +990,13 @@ "type": "string", "description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.", "readOnly": true + }, + "actionStatus": { + "$ref": "#/definitions/actionStatus" + }, + "description": { + "type": "string", + "description": "Alert description." } } }, diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_ChangeState.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_ChangeState.json index f85869a98a5a..df4e89918770 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_ChangeState.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_ChangeState.json @@ -29,7 +29,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_GetById.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_GetById.json index a4a3351ecd0e..c586a2e9de24 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_GetById.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_GetById.json @@ -25,7 +25,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_List.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_List.json index 95d0c5c543e7..929a98c7fa4f 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_List.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/examples/Alerts_List.json @@ -27,7 +27,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} @@ -55,7 +59,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json index 4ac3fbdee568..906623e152e6 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json @@ -1020,6 +1020,16 @@ "description": "Information specific to the monitor service that gives more contextual details about the alert.", "readOnly": true }, + "actionStatus": { + "type": "object", + "description": "Action status", + "properties": { + "isSuppressed": { + "type": "boolean", + "description": "Value indicating whether alert is suppressed." + } + } + }, "essentials": { "type": "object", "description": "This object contains consistent fields across different monitor services.", @@ -1164,6 +1174,13 @@ "type": "string", "description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.", "readOnly": true + }, + "actionStatus": { + "$ref": "#/definitions/actionStatus" + }, + "description": { + "type": "string", + "description": "Alert description." } } }, diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_ChangeState.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_ChangeState.json index 4a9c6197eae1..cc597940df99 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_ChangeState.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_ChangeState.json @@ -29,7 +29,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_GetById.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_GetById.json index 0ae4bc98a436..b77631b9c146 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_GetById.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_GetById.json @@ -25,7 +25,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_List.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_List.json index 531a0ded090e..1cbb87ce252c 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_List.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2018-05-05/examples/Alerts_List.json @@ -27,7 +27,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} @@ -55,7 +59,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/AlertsManagement.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/AlertsManagement.json index c7f52dfc4257..cd85970c6a16 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/AlertsManagement.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/AlertsManagement.json @@ -882,6 +882,16 @@ "description": "Information specific to the monitor service that gives more contextual details about the alert.", "readOnly": true }, + "actionStatus": { + "type": "object", + "description": "Action status", + "properties": { + "isSuppressed": { + "type": "boolean", + "description": "Value indicating whether alert is suppressed." + } + } + }, "essentials": { "type": "object", "description": "This object contains consistent fields across different monitor services.", @@ -1027,6 +1037,13 @@ "type": "string", "description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.", "readOnly": true + }, + "actionStatus": { + "$ref": "#/definitions/actionStatus" + }, + "description": { + "type": "string", + "description": "Alert description." } } }, diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_ChangeState.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_ChangeState.json index 815a2b80b924..4c2b943e4595 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_ChangeState.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_ChangeState.json @@ -29,7 +29,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_GetById.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_GetById.json index 89fd509d8d86..60b5d078794e 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_GetById.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_GetById.json @@ -25,7 +25,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} diff --git a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_List.json b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_List.json index bf653949d930..4021eaf5e8d3 100644 --- a/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_List.json +++ b/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-03-01/examples/Alerts_List.json @@ -27,7 +27,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {} @@ -55,7 +59,11 @@ "startDateTime": "2018-09-13T15:51:02Z", "lastModifiedDateTime": "2018-09-13T15:51:02Z", "lastModifiedUserName": "System", - "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z" + "monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z", + "actionStatus": { + "isSuppressed": false + }, + "description": "description of the alert" }, "egressConfig": {}, "context": {}