@azure/arm-datafactory 12.0.1-alpha.20240109.1 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,48 @@
1
1
  # Release History
2
+
3
+ ## 13.0.0 (2023-12-28)
4
+
5
+ **Features**
2
6
 
3
- ## 12.0.1 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
7
+ - Added Interface SalesforceServiceCloudV2LinkedService
8
+ - Added Interface SalesforceServiceCloudV2ObjectDataset
9
+ - Added Interface SalesforceServiceCloudV2Sink
10
+ - Added Interface SalesforceServiceCloudV2Source
11
+ - Added Interface SalesforceV2LinkedService
12
+ - Added Interface SalesforceV2ObjectDataset
13
+ - Added Interface SalesforceV2Sink
14
+ - Added Interface SalesforceV2Source
15
+ - Added Type Alias SalesforceV2SinkWriteBehavior
16
+ - Added Type Alias SalesforceV2SourceReadBehavior
17
+ - Interface MariaDBLinkedService has a new optional parameter database
18
+ - Interface MariaDBLinkedService has a new optional parameter driverVersion
19
+ - Interface MariaDBLinkedService has a new optional parameter password
20
+ - Interface MariaDBLinkedService has a new optional parameter port
21
+ - Interface MariaDBLinkedService has a new optional parameter server
22
+ - Interface MariaDBLinkedService has a new optional parameter username
23
+ - Interface MySqlLinkedService has a new optional parameter database
24
+ - Interface MySqlLinkedService has a new optional parameter driverVersion
25
+ - Interface MySqlLinkedService has a new optional parameter port
26
+ - Interface MySqlLinkedService has a new optional parameter server
27
+ - Interface MySqlLinkedService has a new optional parameter sslMode
28
+ - Interface MySqlLinkedService has a new optional parameter username
29
+ - Interface MySqlLinkedService has a new optional parameter useSystemTrustStore
30
+ - Interface StoreWriteSettings has a new optional parameter metadata
31
+ - Interface WebActivity has a new optional parameter httpRequestTimeout
32
+ - Interface WebActivity has a new optional parameter turnOffAsync
33
+ - Type of parameter type of interface CopySink has two new values "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink"
34
+ - Type of parameter type of interface CopySource has two new values "SalesforceV2Source" | "SalesforceServiceCloudV2Source"
35
+ - Type of parameter type of interface Dataset has two new values "SalesforceV2Object" | "SalesforceServiceCloudV2Object"
36
+ - Type of parameter type of interface LinkedService has two new values "SalesforceV2" | "SalesforceServiceCloudV2"
37
+ - Type of parameter type of interface TabularSource has a new value "SalesforceV2Source"
38
+ - Added Enum KnownSalesforceV2SinkWriteBehavior
39
+ - Added Enum KnownSalesforceV2SourceReadBehavior
10
40
 
11
- ### Other Changes
41
+ **Breaking Changes**
12
42
 
43
+ - Interface MariaDBLinkedService no longer has parameter pwd
44
+
45
+
13
46
  ## 12.0.0 (2023-11-10)
14
47
 
15
48
  **Features**
package/dist/index.js CHANGED
@@ -1010,6 +1010,14 @@ exports.KnownSparkJobReferenceType = void 0;
1010
1010
  /** SparkJobDefinitionReference */
1011
1011
  KnownSparkJobReferenceType["SparkJobDefinitionReference"] = "SparkJobDefinitionReference";
1012
1012
  })(exports.KnownSparkJobReferenceType || (exports.KnownSparkJobReferenceType = {}));
1013
+ /** Known values of {@link SalesforceV2SinkWriteBehavior} that the service accepts. */
1014
+ exports.KnownSalesforceV2SinkWriteBehavior = void 0;
1015
+ (function (KnownSalesforceV2SinkWriteBehavior) {
1016
+ /** Insert */
1017
+ KnownSalesforceV2SinkWriteBehavior["Insert"] = "Insert";
1018
+ /** Upsert */
1019
+ KnownSalesforceV2SinkWriteBehavior["Upsert"] = "Upsert";
1020
+ })(exports.KnownSalesforceV2SinkWriteBehavior || (exports.KnownSalesforceV2SinkWriteBehavior = {}));
1013
1021
  /** Known values of {@link RecurrenceFrequency} that the service accepts. */
1014
1022
  exports.KnownRecurrenceFrequency = void 0;
1015
1023
  (function (KnownRecurrenceFrequency) {
@@ -1274,6 +1282,14 @@ exports.KnownNetezzaPartitionOption = void 0;
1274
1282
  /** DynamicRange */
1275
1283
  KnownNetezzaPartitionOption["DynamicRange"] = "DynamicRange";
1276
1284
  })(exports.KnownNetezzaPartitionOption || (exports.KnownNetezzaPartitionOption = {}));
1285
+ /** Known values of {@link SalesforceV2SourceReadBehavior} that the service accepts. */
1286
+ exports.KnownSalesforceV2SourceReadBehavior = void 0;
1287
+ (function (KnownSalesforceV2SourceReadBehavior) {
1288
+ /** Query */
1289
+ KnownSalesforceV2SourceReadBehavior["Query"] = "query";
1290
+ /** QueryAll */
1291
+ KnownSalesforceV2SourceReadBehavior["QueryAll"] = "queryAll";
1292
+ })(exports.KnownSalesforceV2SourceReadBehavior || (exports.KnownSalesforceV2SourceReadBehavior = {}));
1277
1293
 
1278
1294
  /*
1279
1295
  * Copyright (c) Microsoft Corporation.
@@ -6896,6 +6912,38 @@ const StoreWriteSettings = {
6896
6912
  type: {
6897
6913
  name: "any"
6898
6914
  }
6915
+ },
6916
+ metadata: {
6917
+ serializedName: "metadata",
6918
+ type: {
6919
+ name: "Sequence",
6920
+ element: {
6921
+ type: {
6922
+ name: "Composite",
6923
+ className: "MetadataItem"
6924
+ }
6925
+ }
6926
+ }
6927
+ }
6928
+ }
6929
+ }
6930
+ };
6931
+ const MetadataItem = {
6932
+ type: {
6933
+ name: "Composite",
6934
+ className: "MetadataItem",
6935
+ modelProperties: {
6936
+ name: {
6937
+ serializedName: "name",
6938
+ type: {
6939
+ name: "any"
6940
+ }
6941
+ },
6942
+ value: {
6943
+ serializedName: "value",
6944
+ type: {
6945
+ name: "any"
6946
+ }
6899
6947
  }
6900
6948
  }
6901
6949
  }
@@ -7592,26 +7640,6 @@ const StoredProcedureParameter = {
7592
7640
  }
7593
7641
  }
7594
7642
  };
7595
- const MetadataItem = {
7596
- type: {
7597
- name: "Composite",
7598
- className: "MetadataItem",
7599
- modelProperties: {
7600
- name: {
7601
- serializedName: "name",
7602
- type: {
7603
- name: "any"
7604
- }
7605
- },
7606
- value: {
7607
- serializedName: "value",
7608
- type: {
7609
- name: "any"
7610
- }
7611
- }
7612
- }
7613
- }
7614
- };
7615
7643
  const SqlUpsertSettings = {
7616
7644
  type: {
7617
7645
  name: "Composite",
@@ -10674,9 +10702,43 @@ const MySqlLinkedService = {
10674
10702
  uberParent: "LinkedService",
10675
10703
  additionalProperties: { type: { name: "Object" } },
10676
10704
  polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
10677
- modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { connectionString: {
10705
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { driverVersion: {
10706
+ serializedName: "typeProperties.driverVersion",
10707
+ type: {
10708
+ name: "any"
10709
+ }
10710
+ }, connectionString: {
10678
10711
  serializedName: "typeProperties.connectionString",
10679
- required: true,
10712
+ type: {
10713
+ name: "any"
10714
+ }
10715
+ }, server: {
10716
+ serializedName: "typeProperties.server",
10717
+ type: {
10718
+ name: "any"
10719
+ }
10720
+ }, port: {
10721
+ serializedName: "typeProperties.port",
10722
+ type: {
10723
+ name: "any"
10724
+ }
10725
+ }, username: {
10726
+ serializedName: "typeProperties.username",
10727
+ type: {
10728
+ name: "any"
10729
+ }
10730
+ }, database: {
10731
+ serializedName: "typeProperties.database",
10732
+ type: {
10733
+ name: "any"
10734
+ }
10735
+ }, sslMode: {
10736
+ serializedName: "typeProperties.sslMode",
10737
+ type: {
10738
+ name: "any"
10739
+ }
10740
+ }, useSystemTrustStore: {
10741
+ serializedName: "typeProperties.useSystemTrustStore",
10680
10742
  type: {
10681
10743
  name: "any"
10682
10744
  }
@@ -13458,13 +13520,38 @@ const MariaDBLinkedService = {
13458
13520
  uberParent: "LinkedService",
13459
13521
  additionalProperties: { type: { name: "Object" } },
13460
13522
  polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
13461
- modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { connectionString: {
13523
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { driverVersion: {
13524
+ serializedName: "typeProperties.driverVersion",
13525
+ type: {
13526
+ name: "any"
13527
+ }
13528
+ }, connectionString: {
13462
13529
  serializedName: "typeProperties.connectionString",
13463
13530
  type: {
13464
13531
  name: "any"
13465
13532
  }
13466
- }, pwd: {
13467
- serializedName: "typeProperties.pwd",
13533
+ }, server: {
13534
+ serializedName: "typeProperties.server",
13535
+ type: {
13536
+ name: "any"
13537
+ }
13538
+ }, port: {
13539
+ serializedName: "typeProperties.port",
13540
+ type: {
13541
+ name: "any"
13542
+ }
13543
+ }, username: {
13544
+ serializedName: "typeProperties.username",
13545
+ type: {
13546
+ name: "any"
13547
+ }
13548
+ }, database: {
13549
+ serializedName: "typeProperties.database",
13550
+ type: {
13551
+ name: "any"
13552
+ }
13553
+ }, password: {
13554
+ serializedName: "typeProperties.password",
13468
13555
  type: {
13469
13556
  name: "Composite",
13470
13557
  className: "AzureKeyVaultSecretReference"
@@ -15255,6 +15342,80 @@ const LakeHouseLinkedService = {
15255
15342
  } })
15256
15343
  }
15257
15344
  };
15345
+ const SalesforceV2LinkedService = {
15346
+ serializedName: "SalesforceV2",
15347
+ type: {
15348
+ name: "Composite",
15349
+ className: "SalesforceV2LinkedService",
15350
+ uberParent: "LinkedService",
15351
+ additionalProperties: { type: { name: "Object" } },
15352
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
15353
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { environmentUrl: {
15354
+ serializedName: "typeProperties.environmentUrl",
15355
+ type: {
15356
+ name: "any"
15357
+ }
15358
+ }, clientId: {
15359
+ serializedName: "typeProperties.clientId",
15360
+ type: {
15361
+ name: "any"
15362
+ }
15363
+ }, clientSecret: {
15364
+ serializedName: "typeProperties.clientSecret",
15365
+ type: {
15366
+ name: "Composite",
15367
+ className: "SecretBase"
15368
+ }
15369
+ }, apiVersion: {
15370
+ serializedName: "typeProperties.apiVersion",
15371
+ type: {
15372
+ name: "any"
15373
+ }
15374
+ }, encryptedCredential: {
15375
+ serializedName: "typeProperties.encryptedCredential",
15376
+ type: {
15377
+ name: "String"
15378
+ }
15379
+ } })
15380
+ }
15381
+ };
15382
+ const SalesforceServiceCloudV2LinkedService = {
15383
+ serializedName: "SalesforceServiceCloudV2",
15384
+ type: {
15385
+ name: "Composite",
15386
+ className: "SalesforceServiceCloudV2LinkedService",
15387
+ uberParent: "LinkedService",
15388
+ additionalProperties: { type: { name: "Object" } },
15389
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
15390
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { environmentUrl: {
15391
+ serializedName: "typeProperties.environmentUrl",
15392
+ type: {
15393
+ name: "any"
15394
+ }
15395
+ }, clientId: {
15396
+ serializedName: "typeProperties.clientId",
15397
+ type: {
15398
+ name: "any"
15399
+ }
15400
+ }, clientSecret: {
15401
+ serializedName: "typeProperties.clientSecret",
15402
+ type: {
15403
+ name: "Composite",
15404
+ className: "SecretBase"
15405
+ }
15406
+ }, apiVersion: {
15407
+ serializedName: "typeProperties.apiVersion",
15408
+ type: {
15409
+ name: "any"
15410
+ }
15411
+ }, encryptedCredential: {
15412
+ serializedName: "typeProperties.encryptedCredential",
15413
+ type: {
15414
+ name: "String"
15415
+ }
15416
+ } })
15417
+ }
15418
+ };
15258
15419
  const AmazonS3Dataset = {
15259
15420
  serializedName: "AmazonS3Object",
15260
15421
  type: {
@@ -17400,6 +17561,48 @@ const LakeHouseTableDataset = {
17400
17561
  } })
17401
17562
  }
17402
17563
  };
17564
+ const SalesforceV2ObjectDataset = {
17565
+ serializedName: "SalesforceV2Object",
17566
+ type: {
17567
+ name: "Composite",
17568
+ className: "SalesforceV2ObjectDataset",
17569
+ uberParent: "Dataset",
17570
+ additionalProperties: { type: { name: "Object" } },
17571
+ polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
17572
+ modelProperties: Object.assign(Object.assign({}, Dataset.type.modelProperties), { objectApiName: {
17573
+ serializedName: "typeProperties.objectApiName",
17574
+ type: {
17575
+ name: "any"
17576
+ }
17577
+ }, reportId: {
17578
+ serializedName: "typeProperties.reportId",
17579
+ type: {
17580
+ name: "any"
17581
+ }
17582
+ } })
17583
+ }
17584
+ };
17585
+ const SalesforceServiceCloudV2ObjectDataset = {
17586
+ serializedName: "SalesforceServiceCloudV2Object",
17587
+ type: {
17588
+ name: "Composite",
17589
+ className: "SalesforceServiceCloudV2ObjectDataset",
17590
+ uberParent: "Dataset",
17591
+ additionalProperties: { type: { name: "Object" } },
17592
+ polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
17593
+ modelProperties: Object.assign(Object.assign({}, Dataset.type.modelProperties), { objectApiName: {
17594
+ serializedName: "typeProperties.objectApiName",
17595
+ type: {
17596
+ name: "any"
17597
+ }
17598
+ }, reportId: {
17599
+ serializedName: "typeProperties.reportId",
17600
+ type: {
17601
+ name: "any"
17602
+ }
17603
+ } })
17604
+ }
17605
+ };
17403
17606
  const ControlActivity = {
17404
17607
  serializedName: "Container",
17405
17608
  type: {
@@ -20729,6 +20932,32 @@ const SharePointOnlineListSource = {
20729
20932
  } })
20730
20933
  }
20731
20934
  };
20935
+ const SalesforceServiceCloudV2Source = {
20936
+ serializedName: "SalesforceServiceCloudV2Source",
20937
+ type: {
20938
+ name: "Composite",
20939
+ className: "SalesforceServiceCloudV2Source",
20940
+ uberParent: "CopySource",
20941
+ additionalProperties: { type: { name: "Object" } },
20942
+ polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,
20943
+ modelProperties: Object.assign(Object.assign({}, CopySource.type.modelProperties), { soqlQuery: {
20944
+ serializedName: "SOQLQuery",
20945
+ type: {
20946
+ name: "any"
20947
+ }
20948
+ }, readBehavior: {
20949
+ serializedName: "readBehavior",
20950
+ type: {
20951
+ name: "any"
20952
+ }
20953
+ }, additionalColumns: {
20954
+ serializedName: "additionalColumns",
20955
+ type: {
20956
+ name: "any"
20957
+ }
20958
+ } })
20959
+ }
20960
+ };
20732
20961
  const DelimitedTextSink = {
20733
20962
  serializedName: "DelimitedTextSink",
20734
20963
  type: {
@@ -21779,6 +22008,58 @@ const LakeHouseTableSink = {
21779
22008
  } })
21780
22009
  }
21781
22010
  };
22011
+ const SalesforceV2Sink = {
22012
+ serializedName: "SalesforceV2Sink",
22013
+ type: {
22014
+ name: "Composite",
22015
+ className: "SalesforceV2Sink",
22016
+ uberParent: "CopySink",
22017
+ additionalProperties: { type: { name: "Object" } },
22018
+ polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,
22019
+ modelProperties: Object.assign(Object.assign({}, CopySink.type.modelProperties), { writeBehavior: {
22020
+ serializedName: "writeBehavior",
22021
+ type: {
22022
+ name: "String"
22023
+ }
22024
+ }, externalIdFieldName: {
22025
+ serializedName: "externalIdFieldName",
22026
+ type: {
22027
+ name: "any"
22028
+ }
22029
+ }, ignoreNullValues: {
22030
+ serializedName: "ignoreNullValues",
22031
+ type: {
22032
+ name: "any"
22033
+ }
22034
+ } })
22035
+ }
22036
+ };
22037
+ const SalesforceServiceCloudV2Sink = {
22038
+ serializedName: "SalesforceServiceCloudV2Sink",
22039
+ type: {
22040
+ name: "Composite",
22041
+ className: "SalesforceServiceCloudV2Sink",
22042
+ uberParent: "CopySink",
22043
+ additionalProperties: { type: { name: "Object" } },
22044
+ polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,
22045
+ modelProperties: Object.assign(Object.assign({}, CopySink.type.modelProperties), { writeBehavior: {
22046
+ serializedName: "writeBehavior",
22047
+ type: {
22048
+ name: "String"
22049
+ }
22050
+ }, externalIdFieldName: {
22051
+ serializedName: "externalIdFieldName",
22052
+ type: {
22053
+ name: "any"
22054
+ }
22055
+ }, ignoreNullValues: {
22056
+ serializedName: "ignoreNullValues",
22057
+ type: {
22058
+ name: "any"
22059
+ }
22060
+ } })
22061
+ }
22062
+ };
21782
22063
  const SnowflakeExportCopyCommand = {
21783
22064
  serializedName: "SnowflakeExportCopyCommand",
21784
22065
  type: {
@@ -23163,6 +23444,16 @@ const WebActivity = {
23163
23444
  type: {
23164
23445
  name: "Boolean"
23165
23446
  }
23447
+ }, httpRequestTimeout: {
23448
+ serializedName: "typeProperties.httpRequestTimeout",
23449
+ type: {
23450
+ name: "any"
23451
+ }
23452
+ }, turnOffAsync: {
23453
+ serializedName: "typeProperties.turnOffAsync",
23454
+ type: {
23455
+ name: "Boolean"
23456
+ }
23166
23457
  }, datasets: {
23167
23458
  serializedName: "typeProperties.datasets",
23168
23459
  type: {
@@ -25223,6 +25514,27 @@ const AmazonRedshiftSource = {
25223
25514
  } })
25224
25515
  }
25225
25516
  };
25517
+ const SalesforceV2Source = {
25518
+ serializedName: "SalesforceV2Source",
25519
+ type: {
25520
+ name: "Composite",
25521
+ className: "SalesforceV2Source",
25522
+ uberParent: "TabularSource",
25523
+ additionalProperties: { type: { name: "Object" } },
25524
+ polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
25525
+ modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { soqlQuery: {
25526
+ serializedName: "SOQLQuery",
25527
+ type: {
25528
+ name: "any"
25529
+ }
25530
+ }, readBehavior: {
25531
+ serializedName: "readBehavior",
25532
+ type: {
25533
+ name: "any"
25534
+ }
25535
+ } })
25536
+ }
25537
+ };
25226
25538
  const TumblingWindowTriggerDependencyReference = {
25227
25539
  serializedName: "TumblingWindowTriggerDependencyReference",
25228
25540
  type: {
@@ -25433,6 +25745,8 @@ let discriminators = {
25433
25745
  "LinkedService.SharePointOnlineList": SharePointOnlineListLinkedService,
25434
25746
  "LinkedService.AzureSynapseArtifacts": AzureSynapseArtifactsLinkedService,
25435
25747
  "LinkedService.LakeHouse": LakeHouseLinkedService,
25748
+ "LinkedService.SalesforceV2": SalesforceV2LinkedService,
25749
+ "LinkedService.SalesforceServiceCloudV2": SalesforceServiceCloudV2LinkedService,
25436
25750
  "Dataset.AmazonS3Object": AmazonS3Dataset,
25437
25751
  "Dataset.Avro": AvroDataset,
25438
25752
  "Dataset.Excel": ExcelDataset,
@@ -25530,6 +25844,8 @@ let discriminators = {
25530
25844
  "Dataset.SharePointOnlineListResource": SharePointOnlineListResourceDataset,
25531
25845
  "Dataset.AzureDatabricksDeltaLakeDataset": AzureDatabricksDeltaLakeDataset,
25532
25846
  "Dataset.LakeHouseTable": LakeHouseTableDataset,
25847
+ "Dataset.SalesforceV2Object": SalesforceV2ObjectDataset,
25848
+ "Dataset.SalesforceServiceCloudV2Object": SalesforceServiceCloudV2ObjectDataset,
25533
25849
  "Activity.Container": ControlActivity,
25534
25850
  "Activity.Execution": ExecutionActivity,
25535
25851
  "Activity.ExecuteWranglingDataflow": ExecuteWranglingDataflowActivity,
@@ -25644,6 +25960,7 @@ let discriminators = {
25644
25960
  "CopySource.SnowflakeSource": SnowflakeSource,
25645
25961
  "CopySource.AzureDatabricksDeltaLakeSource": AzureDatabricksDeltaLakeSource,
25646
25962
  "CopySource.SharePointOnlineListSource": SharePointOnlineListSource,
25963
+ "CopySource.SalesforceServiceCloudV2Source": SalesforceServiceCloudV2Source,
25647
25964
  "CopySink.DelimitedTextSink": DelimitedTextSink,
25648
25965
  "CopySink.JsonSink": JsonSink,
25649
25966
  "CopySink.OrcSink": OrcSink,
@@ -25684,6 +26001,8 @@ let discriminators = {
25684
26001
  "CopySink.MongoDbV2Sink": MongoDbV2Sink,
25685
26002
  "CopySink.CosmosDbMongoDbApiSink": CosmosDbMongoDbApiSink,
25686
26003
  "CopySink.LakeHouseTableSink": LakeHouseTableSink,
26004
+ "CopySink.SalesforceV2Sink": SalesforceV2Sink,
26005
+ "CopySink.SalesforceServiceCloudV2Sink": SalesforceServiceCloudV2Sink,
25687
26006
  "ExportSettings.SnowflakeExportCopyCommand": SnowflakeExportCopyCommand,
25688
26007
  "ExportSettings.AzureDatabricksDeltaLakeExportCommand": AzureDatabricksDeltaLakeExportCommand,
25689
26008
  "ImportSettings.AzureDatabricksDeltaLakeImportCommand": AzureDatabricksDeltaLakeImportCommand,
@@ -25792,6 +26111,7 @@ let discriminators = {
25792
26111
  "TabularSource.OracleServiceCloudSource": OracleServiceCloudSource,
25793
26112
  "TabularSource.GoogleAdWordsSource": GoogleAdWordsSource,
25794
26113
  "TabularSource.AmazonRedshiftSource": AmazonRedshiftSource,
26114
+ "TabularSource.SalesforceV2Source": SalesforceV2Source,
25795
26115
  "TriggerDependencyReference.TumblingWindowTriggerDependencyReference": TumblingWindowTriggerDependencyReference
25796
26116
  };
25797
26117
 
@@ -26373,8 +26693,16 @@ var Mappers = /*#__PURE__*/Object.freeze({
26373
26693
  SalesforceServiceCloudObjectDataset: SalesforceServiceCloudObjectDataset,
26374
26694
  SalesforceServiceCloudSink: SalesforceServiceCloudSink,
26375
26695
  SalesforceServiceCloudSource: SalesforceServiceCloudSource,
26696
+ SalesforceServiceCloudV2LinkedService: SalesforceServiceCloudV2LinkedService,
26697
+ SalesforceServiceCloudV2ObjectDataset: SalesforceServiceCloudV2ObjectDataset,
26698
+ SalesforceServiceCloudV2Sink: SalesforceServiceCloudV2Sink,
26699
+ SalesforceServiceCloudV2Source: SalesforceServiceCloudV2Source,
26376
26700
  SalesforceSink: SalesforceSink,
26377
26701
  SalesforceSource: SalesforceSource,
26702
+ SalesforceV2LinkedService: SalesforceV2LinkedService,
26703
+ SalesforceV2ObjectDataset: SalesforceV2ObjectDataset,
26704
+ SalesforceV2Sink: SalesforceV2Sink,
26705
+ SalesforceV2Source: SalesforceV2Source,
26378
26706
  SapBWLinkedService: SapBWLinkedService,
26379
26707
  SapBwCubeDataset: SapBwCubeDataset,
26380
26708
  SapBwSource: SapBwSource,
@@ -33012,7 +33340,7 @@ class DataFactoryManagementClient extends coreClient__namespace.ServiceClient {
33012
33340
  requestContentType: "application/json; charset=utf-8",
33013
33341
  credential: credentials
33014
33342
  };
33015
- const packageDetails = `azsdk-js-arm-datafactory/12.0.1`;
33343
+ const packageDetails = `azsdk-js-arm-datafactory/13.0.0`;
33016
33344
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
33017
33345
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
33018
33346
  : `${packageDetails}`;