Skip to content

Commit 461d76d

Browse files
author
SDK Automation
committed
Generated from 9f67eba124c32faac295fdbaf5997b039fec9f0b
add column delimiter for SAP Table/open hub
1 parent 821f350 commit 461d76d

File tree

11 files changed

+435
-37
lines changed

11 files changed

+435
-37
lines changed

sdk/datafactory/arm-datafactory/src/models/dataFlowDebugSessionMappers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export {
1818
AmazonS3Location,
1919
AvroDataset,
2020
AvroFormat,
21+
AzPowerShellSetup,
2122
AzureBatchLinkedService,
2223
AzureBlobDataset,
2324
AzureBlobFSDataset,

sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export {
2828
AvroSink,
2929
AvroSource,
3030
AvroWriteSettings,
31+
AzPowerShellSetup,
3132
AzureBatchLinkedService,
3233
AzureBlobDataset,
3334
AzureBlobFSDataset,
@@ -391,6 +392,7 @@ export {
391392
ResponsysSource,
392393
RestResourceDataset,
393394
RestServiceLinkedService,
395+
RestSink,
394396
RestSource,
395397
RetryPolicy,
396398
SalesforceLinkedService,

sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export {
2828
AvroSink,
2929
AvroSource,
3030
AvroWriteSettings,
31+
AzPowerShellSetup,
3132
AzureBatchLinkedService,
3233
AzureBlobDataset,
3334
AzureBlobFSDataset,
@@ -391,6 +392,7 @@ export {
391392
ResponsysSource,
392393
RestResourceDataset,
393394
RestServiceLinkedService,
395+
RestSink,
394396
RestSource,
395397
RetryPolicy,
396398
SalesforceLinkedService,

sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export {
2929
AvroSink,
3030
AvroSource,
3131
AvroWriteSettings,
32+
AzPowerShellSetup,
3233
AzureBatchLinkedService,
3334
AzureBlobDataset,
3435
AzureBlobFSDataset,
@@ -396,6 +397,7 @@ export {
396397
ResponsysSource,
397398
RestResourceDataset,
398399
RestServiceLinkedService,
400+
RestSink,
399401
RestSource,
400402
RetryPolicy,
401403
SalesforceLinkedService,

0 commit comments

Comments
 (0)