Skip to content

Commit f4e7a1c

Browse files
authored
fix lint errors in Synapse trigger.json (#19660)
1 parent 80e5364 commit f4e7a1c

File tree

1 file changed

+13
-4
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

1 file changed

+13
-4
lines changed

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Trigger.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"type": "array",
3030
"items": {
3131
"type": "object"
32-
}
32+
},
33+
"x-ms-identifiers": []
3334
}
3435
},
3536
"additionalProperties": {
@@ -67,7 +68,10 @@
6768
"items": {
6869
"$ref": "../artifacts.json#/definitions/TriggerPipelineReference"
6970
},
70-
"description": "Pipelines that need to be started."
71+
"description": "Pipelines that need to be started.",
72+
"x-ms-identifiers": [
73+
"/pipelineReference/referenceName"
74+
]
7175
}
7276
}
7377
},
@@ -202,7 +206,8 @@
202206
"items": {
203207
"$ref": "#/definitions/RecurrenceScheduleOccurrence"
204208
},
205-
"description": "The monthly occurrences."
209+
"description": "The monthly occurrences.",
210+
"x-ms-identifiers": []
206211
}
207212
},
208213
"additionalProperties": {
@@ -284,6 +289,7 @@
284289
},
285290
"BlobEventsTrigger": {
286291
"description": "Trigger that runs every time a Blob event occurs.",
292+
"type": "object",
287293
"allOf": [
288294
{
289295
"$ref": "#/definitions/MultiplePipelineTrigger"
@@ -342,6 +348,7 @@
342348
},
343349
"CustomEventsTrigger": {
344350
"description": "Trigger that runs every time a custom event is received.",
351+
"type": "object",
345352
"allOf": [
346353
{
347354
"$ref": "#/definitions/MultiplePipelineTrigger"
@@ -365,7 +372,8 @@
365372
"type": "array",
366373
"items": {
367374
"type": "object"
368-
}
375+
},
376+
"x-ms-identifiers": []
369377
},
370378
"scope": {
371379
"description": "The ARM resource ID of the Azure Event Grid Topic.",
@@ -384,6 +392,7 @@
384392
},
385393
"TumblingWindowTrigger": {
386394
"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).",
395+
"type": "object",
387396
"allOf": [
388397
{
389398
"$ref": "#/definitions/Trigger"

0 commit comments

Comments
 (0)