You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Trigger that runs every time a Blob event occurs.",
292
+
"type": "object",
287
293
"allOf": [
288
294
{
289
295
"$ref": "#/definitions/MultiplePipelineTrigger"
@@ -342,6 +348,7 @@
342
348
},
343
349
"CustomEventsTrigger": {
344
350
"description": "Trigger that runs every time a custom event is received.",
351
+
"type": "object",
345
352
"allOf": [
346
353
{
347
354
"$ref": "#/definitions/MultiplePipelineTrigger"
@@ -365,7 +372,8 @@
365
372
"type": "array",
366
373
"items": {
367
374
"type": "object"
368
-
}
375
+
},
376
+
"x-ms-identifiers": []
369
377
},
370
378
"scope": {
371
379
"description": "The ARM resource ID of the Azure Event Grid Topic.",
@@ -384,6 +392,7 @@
384
392
},
385
393
"TumblingWindowTrigger": {
386
394
"description": "Trigger that schedules pipeline runs for all fixed time interval windows from a start time without gaps and also supports backfill scenarios (when start time is in the past).",
0 commit comments