Skip to content

Commit d54a50e

Browse files
dandandanliu915AzureRestAPISpecReview
authored andcommitted
[AutoSync] 30108fc4c3 Fixed Adls swagger to support expression (Azure#23396)
Co-authored-by: swagger-automation <[email protected]>
1 parent 800ff5d commit d54a50e

File tree

1 file changed

+10
-10
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+10
-10
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@
356356
"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)."
357357
},
358358
"enablePartitionDiscovery": {
359-
"type": "boolean",
360-
"description": "Indicates whether to enable partition discovery."
359+
"type": "object",
360+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
361361
},
362362
"partitionRootPath": {
363363
"type": "object",
@@ -411,8 +411,8 @@
411411
"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)."
412412
},
413413
"enablePartitionDiscovery": {
414-
"type": "boolean",
415-
"description": "Indicates whether to enable partition discovery."
414+
"type": "object",
415+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
416416
},
417417
"partitionRootPath": {
418418
"type": "object",
@@ -1010,8 +1010,8 @@
10101010
],
10111011
"properties": {
10121012
"expiryDateTime": {
1013-
"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).",
1014-
"type": "object"
1013+
"type": "object",
1014+
"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)."
10151015
}
10161016
}
10171017
},
@@ -4786,8 +4786,8 @@
47864786
],
47874787
"properties": {
47884788
"copyBehavior": {
4789-
"description": "The type of copy behavior for copy sink.",
4790-
"type": "object"
4789+
"type": "object",
4790+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
47914791
},
47924792
"enableAdlsSingleFileParallel": {
47934793
"description": "Single File Parallel.",
@@ -4805,8 +4805,8 @@
48054805
],
48064806
"properties": {
48074807
"copyBehavior": {
4808-
"description": "The type of copy behavior for copy sink.",
4809-
"type": "object"
4808+
"type": "object",
4809+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
48104810
},
48114811
"metadata": {
48124812
"type": "array",

0 commit comments

Comments
 (0)