Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
57765ae
[AutoSync] a47392b2af [ADF CDC]: Adding swagger details fro change da…
AzureRestAPISpecReview Mar 22, 2023
7369f7e
[AutoSync] e3098d7b6d minor fixes
AzureRestAPISpecReview Mar 23, 2023
7316d2f
[AutoSync] 894d2085b6 [ADF CDC]: Adding swagger details fro change da…
AzureRestAPISpecReview Apr 24, 2023
f172a6e
[AutoSync] a57bfb913d fix github PR errors
AzureRestAPISpecReview Apr 24, 2023
3b893f2
[AutoSync] 188cfc209b Prettier fix
AzureRestAPISpecReview Apr 24, 2023
b5bc1ff
[AutoSync] 003e9372cd More Prettier fixes
AzureRestAPISpecReview Apr 24, 2023
ea013ce
[AutoSync] 2a6709b9f6 Prettier fix
AzureRestAPISpecReview Apr 24, 2023
dbb6750
[AutoSync] f7c4446460 Prettier fix
AzureRestAPISpecReview Apr 26, 2023
2f45fef
[AutoSync] feeb683e02 [ADF CDC]: fixing prettier check errors
AzureRestAPISpecReview May 10, 2023
e1a5f0b
[AutoSync] 2741256ecb Fixing Lint diff errors for start and stop
AzureRestAPISpecReview May 15, 2023
965bc61
Merge branch 'main' into datafactory/users/amja/adfcdc_sdk
amjn May 15, 2023
330133b
Delete Pipeline.json
amjn May 15, 2023
84e39a3
[AutoSync] 4a8529cd46 Prettier check fixes
AzureRestAPISpecReview May 15, 2023
23f5993
[AutoSync] a3223319e8 Fixing github merge conflit for pipeline json
AzureRestAPISpecReview May 15, 2023
913ee7f
[AutoSync] 630d1747b3 Reverting previous change
AzureRestAPISpecReview May 15, 2023
e676e9b
Update Pipeline.json
amjn May 15, 2023
c1e8b97
[AutoSync] 8416fbc461 Fixing ApiDocPreview error and adding API for s…
AzureRestAPISpecReview May 18, 2023
4ed2e0b
[AutoSync] bf4c5adda9 Fixing Lint diff errors
AzureRestAPISpecReview May 18, 2023
4c78ac8
[AutoSync] 282a6da05b Setting next link name to null for status api, …
AzureRestAPISpecReview May 18, 2023
64143e0
Update Pipeline.json
amjn May 18, 2023
070c66f
[AutoSync] 9cccea0aaf Fxining model validation issues
AzureRestAPISpecReview May 22, 2023
7f00e28
Merge branch 'main' into datafactory/users/amja/adfcdc_sdk
amjn May 22, 2023
153656e
[AutoSync] 3d278dba84 Fixing RESPONSE_BODY_NOT_IN_EXAMPLE model valid…
AzureRestAPISpecReview May 22, 2023
50aaac1
Update Pipeline.json
amjn May 22, 2023
eb41029
[AutoSync] 1379face5a Addressing the review comments, deleting x-ms-p…
AzureRestAPISpecReview May 23, 2023
a3e2f23
Update Pipeline.json
amjn May 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3417,8 +3417,18 @@
"outputColumns": {
"type": "object",
"x-ms-format": "dfe-list-generic",
"x-ms-format-element-type": "object",
"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\" } ]"
"x-ms-format-element-type": "OutputColumn",
"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\" } ]"
}
}
},
"OutputColumn": {
"description": "The columns to be read out from the Office 365 table.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the table column. Type: string."
}
}
},
Expand Down
Loading