Skip to content

Commit b719f17

Browse files
dandandanliu915Dan Liu
andauthored
Sync ADF Adls swagger change of expression suport to synapse (#23454)
Co-authored-by: Dan Liu <liudan7@microsoft.com>
1 parent 1863a97 commit b719f17

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@
313313
"description": "Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string)."
314314
},
315315
"enablePartitionDiscovery": {
316-
"type": "boolean",
317-
"description": "Indicates whether to enable partition discovery."
316+
"type": "object",
317+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
318318
},
319319
"partitionRootPath": {
320320
"type": "object",
@@ -368,8 +368,8 @@
368368
"description": "Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string)."
369369
},
370370
"enablePartitionDiscovery": {
371-
"type": "boolean",
372-
"description": "Indicates whether to enable partition discovery."
371+
"type": "object",
372+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
373373
},
374374
"partitionRootPath": {
375375
"type": "object",
@@ -861,8 +861,8 @@
861861
],
862862
"properties": {
863863
"expiryDateTime": {
864-
"description": "Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of \"2018-12-01T05:00:00Z\". Default value is NULL. Type: integer (or Expression with resultType integer).",
865-
"type": "object"
864+
"type": "object",
865+
"description": "Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of \"2018-12-01T05:00:00Z\". Default value is NULL. Type: string (or Expression with resultType string)."
866866
}
867867
}
868868
},
@@ -4593,8 +4593,8 @@
45934593
],
45944594
"properties": {
45954595
"copyBehavior": {
4596-
"description": "The type of copy behavior for copy sink.",
4597-
"type": "object"
4596+
"type": "object",
4597+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
45984598
},
45994599
"enableAdlsSingleFileParallel": {
46004600
"description": "Single File Parallel.",
@@ -4612,8 +4612,8 @@
46124612
],
46134613
"properties": {
46144614
"copyBehavior": {
4615-
"description": "The type of copy behavior for copy sink.",
4616-
"type": "object"
4615+
"type": "object",
4616+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
46174617
}
46184618
}
46194619
},

0 commit comments

Comments
 (0)