Skip to content

Commit

Permalink
fix lint errors in Synapse trigger.json (#19660)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjungao718 authored Jul 22, 2022
1 parent 80e5364 commit f4e7a1c
Showing 1 changed file with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"type": "array",
"items": {
"type": "object"
}
},
"x-ms-identifiers": []
}
},
"additionalProperties": {
Expand Down Expand Up @@ -67,7 +68,10 @@
"items": {
"$ref": "../artifacts.json#/definitions/TriggerPipelineReference"
},
"description": "Pipelines that need to be started."
"description": "Pipelines that need to be started.",
"x-ms-identifiers": [
"/pipelineReference/referenceName"
]
}
}
},
Expand Down Expand Up @@ -202,7 +206,8 @@
"items": {
"$ref": "#/definitions/RecurrenceScheduleOccurrence"
},
"description": "The monthly occurrences."
"description": "The monthly occurrences.",
"x-ms-identifiers": []
}
},
"additionalProperties": {
Expand Down Expand Up @@ -284,6 +289,7 @@
},
"BlobEventsTrigger": {
"description": "Trigger that runs every time a Blob event occurs.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/MultiplePipelineTrigger"
Expand Down Expand Up @@ -342,6 +348,7 @@
},
"CustomEventsTrigger": {
"description": "Trigger that runs every time a custom event is received.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/MultiplePipelineTrigger"
Expand All @@ -365,7 +372,8 @@
"type": "array",
"items": {
"type": "object"
}
},
"x-ms-identifiers": []
},
"scope": {
"description": "The ARM resource ID of the Azure Event Grid Topic.",
Expand All @@ -384,6 +392,7 @@
},
"TumblingWindowTrigger": {
"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).",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Trigger"
Expand Down

0 comments on commit f4e7a1c

Please sign in to comment.