Skip to content

Commit 429283e

Browse files
[Hub Generated] Publish private branch 'datafactory/v-jinpan/FixO365' (#24085)
* [AutoSync] 4844c5088f Add OutputColumnsElement For Track2 Upgrade * [AutoSync] 0fe3e1a701 update * [AutoSync] 39056bdca3 update --------- Co-authored-by: swagger-automation <[email protected]>
1 parent 1e77878 commit 429283e

File tree

1 file changed

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

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,8 +3417,18 @@
34173417
"outputColumns": {
34183418
"type": "object",
34193419
"x-ms-format": "dfe-list-generic",
3420-
"x-ms-format-element-type": "object",
3421-
"description": "The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { \"name\": \"Id\" }, { \"name\": \"CreatedDateTime\" } ]"
3420+
"x-ms-format-element-type": "OutputColumn",
3421+
"description": "The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { \"name\": \"Id\" }, { \"name\": \"CreatedDateTime\" } ]"
3422+
}
3423+
}
3424+
},
3425+
"OutputColumn": {
3426+
"description": "The columns to be read out from the Office 365 table.",
3427+
"type": "object",
3428+
"properties": {
3429+
"name": {
3430+
"type": "string",
3431+
"description": "Name of the table column. Type: string."
34223432
}
34233433
}
34243434
},

0 commit comments

Comments
 (0)