Skip to content

Commit 84dfc2b

Browse files
[Hub Generated] Publish private branch 'datafactory/users/amja/adfcdc_sdk' (#24167)
* [AutoSync] a47392b2af [ADF CDC]: Adding swagger details fro change data capture resource to generate its SDK * [AutoSync] e3098d7b6d minor fixes * [AutoSync] 894d2085b6 [ADF CDC]: Adding swagger details fro change data capture resource to generate its SDK * [AutoSync] a57bfb913d fix github PR errors * [AutoSync] 188cfc209b Prettier fix * [AutoSync] 003e9372cd More Prettier fixes * [AutoSync] 2a6709b9f6 Prettier fix * [AutoSync] f7c4446460 Prettier fix * [AutoSync] feeb683e02 [ADF CDC]: fixing prettier check errors * [AutoSync] 2741256ecb Fixing Lint diff errors for start and stop * Delete Pipeline.json * [AutoSync] 4a8529cd46 Prettier check fixes * [AutoSync] a3223319e8 Fixing github merge conflit for pipeline json * [AutoSync] 630d1747b3 Reverting previous change * Update Pipeline.json Reverting any change caused by change data capture PR * [AutoSync] 8416fbc461 Fixing ApiDocPreview error and adding API for status of the cdc * [AutoSync] bf4c5adda9 Fixing Lint diff errors * [AutoSync] 282a6da05b Setting next link name to null for status api, as its model does not have the next link * Update Pipeline.json Reverting pipeline json changes that are not part of azure dev ops original PR * [AutoSync] 9cccea0aaf Fxining model validation issues * [AutoSync] 3d278dba84 Fixing RESPONSE_BODY_NOT_IN_EXAMPLE model validation error * Update Pipeline.json reverting unintentional changes from pipeline json * [AutoSync] 1379face5a Addressing the review comments, deleting x-ms-pageable * Update Pipeline.json Reverting pipeline json changes which are not part of this PR --------- Co-authored-by: swagger-automation <swagger@microsoft.com>
1 parent c9fd307 commit 84dfc2b

File tree

12 files changed

+4955
-0
lines changed

12 files changed

+4955
-0
lines changed

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

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 410 additions & 0 deletions
Large diffs are not rendered by default.

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ChangeDataCapture_Create.json

Lines changed: 1329 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "12345678-1234-1234-1234-12345678abc",
4+
"resourceGroupName": "exampleResourceGroup",
5+
"factoryName": "exampleFactoryName",
6+
"changeDataCaptureName": "exampleChangeDataCapture",
7+
"api-version": "2018-06-01"
8+
},
9+
"responses": {
10+
"200": {},
11+
"204": {}
12+
}
13+
}

0 commit comments

Comments
 (0)