Skip to content

Commit b0dfea4

Browse files
authored
(Azure CXP) fix typo #35124
change SearchResult to SearchResults in sample
1 parent 5517ff9 commit b0dfea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/alerts-common-schema-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Any alert instance describes the resource that was affected and the cause of the
167167
"SearchIntervalInMinutes": "15",
168168
"Threshold": 10000,
169169
"Operator": "Less Than",
170-
"SearchResult": {
170+
"SearchResults": {
171171
"tables": [
172172
{
173173
"name": "PrimaryResult",
@@ -230,7 +230,7 @@ Any alert instance describes the resource that was affected and the cause of the
230230
"Threshold": 10000,
231231
"Operator": "Less Than",
232232
"ApplicationId": "8e20151d-75b2-4d66-b965-153fb69d65a6",
233-
"SearchResult": {
233+
"SearchResults": {
234234
"tables": [
235235
{
236236
"name": "PrimaryResult",

0 commit comments

Comments
 (0)