Skip to content

Commit 94f96a3

Browse files
noneumarharryli0108
authored andcommitted
Updated correlationInterval example value (Azure#24584)
1 parent 1bcc3e1 commit 94f96a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2023-05-01-preview/examples/AlertProcessingRules_Create_or_update_add_correlation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"field": "essentials.alertRule"
2020
}
2121
],
22-
"correlationInterval": "00:30:00",
22+
"correlationInterval": "PT30M",
2323
"priority": 50,
2424
"notificationsForCorrelatedAlerts": "SuppressAlways"
2525
}
@@ -52,7 +52,7 @@
5252
"field": "essentials.alertRule"
5353
}
5454
],
55-
"correlationInterval": "00:30:00",
55+
"correlationInterval": "PT30M",
5656
"priority": 50,
5757
"notificationsForCorrelatedAlerts": "SuppressAlways"
5858
}
@@ -89,7 +89,7 @@
8989
"field": "essentials.alertRule"
9090
}
9191
],
92-
"correlationInterval": "00:30:00",
92+
"correlationInterval": "PT30M",
9393
"priority": 50,
9494
"notificationsForCorrelatedAlerts": "SuppressAlways"
9595
}

0 commit comments

Comments
 (0)