@azure/arm-datafactory 18.0.0-alpha.20250422.1 → 19.0.0-alpha.20250423.2
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 +80 -0
- package/LICENSE +1 -1
- package/README.md +2 -4
- package/dist/browser/dataFactoryManagementClient.js +1 -1
- package/dist/browser/dataFactoryManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +258 -70
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +30 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +13 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +395 -69
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/commonjs/dataFactoryManagementClient.js +1 -1
- package/dist/commonjs/dataFactoryManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +258 -70
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +33 -3
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +13 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +408 -82
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/esm/dataFactoryManagementClient.js +1 -1
- package/dist/esm/dataFactoryManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +258 -70
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +30 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +13 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +395 -69
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/react-native/dataFactoryManagementClient.js +1 -1
- package/dist/react-native/dataFactoryManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +258 -70
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +30 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +13 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +395 -69
- package/dist/react-native/models/mappers.js.map +1 -1
- package/package.json +10 -8
- package/review/arm-datafactory.api.md +116 -10
package/package.json
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for DataFactoryManagementClient.",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "19.0.0-alpha.20250423.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
12
12
|
"@azure/core-auth": "^1.9.0",
|
|
13
|
-
"@azure/core-client": "^1.9.
|
|
13
|
+
"@azure/core-client": "^1.9.3",
|
|
14
14
|
"@azure/core-lro": "^2.5.4",
|
|
15
15
|
"@azure/core-paging": "^1.6.2",
|
|
16
|
-
"@azure/core-rest-pipeline": "^1.
|
|
16
|
+
"@azure/core-rest-pipeline": "^1.19.1",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"azure",
|
|
22
22
|
"typescript",
|
|
23
23
|
"browser",
|
|
24
|
-
"isomorphic"
|
|
25
|
-
"cloud"
|
|
24
|
+
"isomorphic"
|
|
26
25
|
],
|
|
27
26
|
"license": "MIT",
|
|
28
27
|
"main": "./dist/commonjs/index.js",
|
|
@@ -33,17 +32,20 @@
|
|
|
33
32
|
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
34
33
|
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
36
|
-
"@azure/identity": "^4.
|
|
35
|
+
"@azure/identity": "^4.8.0",
|
|
37
36
|
"@azure/logger": "^1.1.4",
|
|
38
37
|
"@types/node": "^18.0.0",
|
|
39
38
|
"@vitest/browser": "^3.0.9",
|
|
40
39
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
41
40
|
"dotenv": "^16.0.0",
|
|
42
|
-
"playwright": "^1.
|
|
41
|
+
"playwright": "^1.51.1",
|
|
43
42
|
"typescript": "~5.8.2",
|
|
44
43
|
"vitest": "^3.0.9"
|
|
45
44
|
},
|
|
46
|
-
"repository":
|
|
45
|
+
"repository": {
|
|
46
|
+
"type": "git",
|
|
47
|
+
"url": "https://github.com/Azure/azure-sdk-for-js.git"
|
|
48
|
+
},
|
|
47
49
|
"bugs": {
|
|
48
50
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
49
51
|
},
|
|
@@ -933,8 +933,10 @@ export interface AzureMySqlTableDataset extends Dataset {
|
|
|
933
933
|
|
|
934
934
|
// @public
|
|
935
935
|
export interface AzurePostgreSqlLinkedService extends LinkedService {
|
|
936
|
+
azureCloudType?: any;
|
|
936
937
|
commandTimeout?: any;
|
|
937
938
|
connectionString?: any;
|
|
939
|
+
credential?: CredentialReference;
|
|
938
940
|
database?: any;
|
|
939
941
|
encoding?: any;
|
|
940
942
|
encryptedCredential?: string;
|
|
@@ -942,7 +944,13 @@ export interface AzurePostgreSqlLinkedService extends LinkedService {
|
|
|
942
944
|
port?: any;
|
|
943
945
|
readBufferSize?: any;
|
|
944
946
|
server?: any;
|
|
947
|
+
servicePrincipalCredentialType?: any;
|
|
948
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
949
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
950
|
+
servicePrincipalId?: any;
|
|
951
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
945
952
|
sslMode?: any;
|
|
953
|
+
tenant?: any;
|
|
946
954
|
timeout?: any;
|
|
947
955
|
timezone?: any;
|
|
948
956
|
trustServerCertificate?: any;
|
|
@@ -954,6 +962,13 @@ export interface AzurePostgreSqlLinkedService extends LinkedService {
|
|
|
954
962
|
export interface AzurePostgreSqlSink extends CopySink {
|
|
955
963
|
preCopyScript?: any;
|
|
956
964
|
type: "AzurePostgreSqlSink";
|
|
965
|
+
upsertSettings?: AzurePostgreSqlSinkUpsertSettings;
|
|
966
|
+
writeMethod?: AzurePostgreSqlWriteMethodEnum;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
// @public
|
|
970
|
+
export interface AzurePostgreSqlSinkUpsertSettings {
|
|
971
|
+
keys?: any;
|
|
957
972
|
}
|
|
958
973
|
|
|
959
974
|
// @public
|
|
@@ -970,6 +985,9 @@ export interface AzurePostgreSqlTableDataset extends Dataset {
|
|
|
970
985
|
type: "AzurePostgreSqlTable";
|
|
971
986
|
}
|
|
972
987
|
|
|
988
|
+
// @public
|
|
989
|
+
export type AzurePostgreSqlWriteMethodEnum = string;
|
|
990
|
+
|
|
973
991
|
// @public
|
|
974
992
|
export interface AzureQueueSink extends CopySink {
|
|
975
993
|
type: "AzureQueueSink";
|
|
@@ -1530,6 +1548,8 @@ export interface CommonDataServiceForAppsLinkedService extends LinkedService {
|
|
|
1530
1548
|
// @public
|
|
1531
1549
|
export interface CommonDataServiceForAppsSink extends CopySink {
|
|
1532
1550
|
alternateKeyName?: any;
|
|
1551
|
+
bypassBusinessLogicExecution?: any;
|
|
1552
|
+
bypassPowerAutomateFlows?: any;
|
|
1533
1553
|
ignoreNullValues?: any;
|
|
1534
1554
|
type: "CommonDataServiceForAppsSink";
|
|
1535
1555
|
writeBehavior: DynamicsSinkWriteBehavior;
|
|
@@ -1659,13 +1679,13 @@ export interface CopySink {
|
|
|
1659
1679
|
maxConcurrentConnections?: any;
|
|
1660
1680
|
sinkRetryCount?: any;
|
|
1661
1681
|
sinkRetryWait?: any;
|
|
1662
|
-
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "IcebergSink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
1682
|
+
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "TeradataSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "IcebergSink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
1663
1683
|
writeBatchSize?: any;
|
|
1664
1684
|
writeBatchTimeout?: any;
|
|
1665
1685
|
}
|
|
1666
1686
|
|
|
1667
1687
|
// @public (undocumented)
|
|
1668
|
-
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | WarehouseSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | IcebergSink | BlobSink | FileSystemSink | DocumentDbCollectionSink | CosmosDbSqlApiSink | SqlSink | SqlServerSink | AzureSqlSink | SqlMISink | SqlDWSink | SnowflakeSink | SnowflakeV2Sink | OracleSink | AzureDataLakeStoreSink | AzureBlobFSSink | AzureSearchIndexSink | OdbcSink | InformixSink | MicrosoftAccessSink | DynamicsSink | DynamicsCrmSink | CommonDataServiceForAppsSink | AzureDataExplorerSink | SalesforceSink | SalesforceServiceCloudSink | MongoDbAtlasSink | MongoDbV2Sink | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
1688
|
+
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | TeradataSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | WarehouseSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | IcebergSink | BlobSink | FileSystemSink | DocumentDbCollectionSink | CosmosDbSqlApiSink | SqlSink | SqlServerSink | AzureSqlSink | SqlMISink | SqlDWSink | SnowflakeSink | SnowflakeV2Sink | OracleSink | AzureDataLakeStoreSink | AzureBlobFSSink | AzureSearchIndexSink | OdbcSink | InformixSink | MicrosoftAccessSink | DynamicsSink | DynamicsCrmSink | CommonDataServiceForAppsSink | AzureDataExplorerSink | SalesforceSink | SalesforceServiceCloudSink | MongoDbAtlasSink | MongoDbV2Sink | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
1669
1689
|
|
|
1670
1690
|
// @public
|
|
1671
1691
|
export interface CopySource {
|
|
@@ -2301,7 +2321,7 @@ export interface Dataset {
|
|
|
2301
2321
|
};
|
|
2302
2322
|
schema?: any;
|
|
2303
2323
|
structure?: any;
|
|
2304
|
-
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "Iceberg" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "
|
|
2324
|
+
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "Iceberg" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "LakehouseTable" | "SalesforceV2Object" | "SalesforceServiceCloudV2Object" | "WarehouseTable" | "ServiceNowV2Object";
|
|
2305
2325
|
}
|
|
2306
2326
|
|
|
2307
2327
|
// @public
|
|
@@ -2661,6 +2681,8 @@ export interface DynamicsCrmLinkedService extends LinkedService {
|
|
|
2661
2681
|
// @public
|
|
2662
2682
|
export interface DynamicsCrmSink extends CopySink {
|
|
2663
2683
|
alternateKeyName?: any;
|
|
2684
|
+
bypassBusinessLogicExecution?: any;
|
|
2685
|
+
bypassPowerAutomateFlows?: any;
|
|
2664
2686
|
ignoreNullValues?: any;
|
|
2665
2687
|
type: "DynamicsCrmSink";
|
|
2666
2688
|
writeBehavior: DynamicsSinkWriteBehavior;
|
|
@@ -2704,6 +2726,8 @@ export interface DynamicsLinkedService extends LinkedService {
|
|
|
2704
2726
|
// @public
|
|
2705
2727
|
export interface DynamicsSink extends CopySink {
|
|
2706
2728
|
alternateKeyName?: any;
|
|
2729
|
+
bypassBusinessLogicExecution?: any;
|
|
2730
|
+
bypassPowerAutomateFlows?: any;
|
|
2707
2731
|
ignoreNullValues?: any;
|
|
2708
2732
|
type: "DynamicsSink";
|
|
2709
2733
|
writeBehavior: DynamicsSinkWriteBehavior;
|
|
@@ -3536,12 +3560,23 @@ export interface GoogleSheetsLinkedService extends LinkedService {
|
|
|
3536
3560
|
type: "GoogleSheets";
|
|
3537
3561
|
}
|
|
3538
3562
|
|
|
3563
|
+
// @public
|
|
3564
|
+
export type GreenplumAuthenticationType = string;
|
|
3565
|
+
|
|
3539
3566
|
// @public
|
|
3540
3567
|
export interface GreenplumLinkedService extends LinkedService {
|
|
3568
|
+
authenticationType?: GreenplumAuthenticationType;
|
|
3569
|
+
commandTimeout?: any;
|
|
3541
3570
|
connectionString?: any;
|
|
3571
|
+
connectionTimeout?: any;
|
|
3572
|
+
database?: any;
|
|
3542
3573
|
encryptedCredential?: string;
|
|
3574
|
+
host?: any;
|
|
3575
|
+
port?: any;
|
|
3543
3576
|
pwd?: AzureKeyVaultSecretReference;
|
|
3577
|
+
sslMode?: any;
|
|
3544
3578
|
type: "Greenplum";
|
|
3579
|
+
username?: any;
|
|
3545
3580
|
}
|
|
3546
3581
|
|
|
3547
3582
|
// @public
|
|
@@ -3945,11 +3980,11 @@ export interface ImpalaSource extends TabularSource {
|
|
|
3945
3980
|
// @public
|
|
3946
3981
|
export interface ImportSettings {
|
|
3947
3982
|
[property: string]: any;
|
|
3948
|
-
type: "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand";
|
|
3983
|
+
type: "TeradataImportCommand" | "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand";
|
|
3949
3984
|
}
|
|
3950
3985
|
|
|
3951
3986
|
// @public (undocumented)
|
|
3952
|
-
export type ImportSettingsUnion = ImportSettings | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
3987
|
+
export type ImportSettingsUnion = ImportSettings | TeradataImportCommand | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
3953
3988
|
|
|
3954
3989
|
// @public
|
|
3955
3990
|
export interface InformixLinkedService extends LinkedService {
|
|
@@ -4534,6 +4569,13 @@ export enum KnownAzureFunctionActivityMethod {
|
|
|
4534
4569
|
Trace = "TRACE"
|
|
4535
4570
|
}
|
|
4536
4571
|
|
|
4572
|
+
// @public
|
|
4573
|
+
export enum KnownAzurePostgreSqlWriteMethodEnum {
|
|
4574
|
+
BulkInsert = "BulkInsert",
|
|
4575
|
+
CopyCommand = "CopyCommand",
|
|
4576
|
+
Upsert = "Upsert"
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4537
4579
|
// @public
|
|
4538
4580
|
export enum KnownAzureSearchIndexWriteBehaviorType {
|
|
4539
4581
|
Merge = "Merge",
|
|
@@ -4765,6 +4807,11 @@ export enum KnownGoogleBigQueryV2AuthenticationType {
|
|
|
4765
4807
|
UserAuthentication = "UserAuthentication"
|
|
4766
4808
|
}
|
|
4767
4809
|
|
|
4810
|
+
// @public
|
|
4811
|
+
export enum KnownGreenplumAuthenticationType {
|
|
4812
|
+
Basic = "Basic"
|
|
4813
|
+
}
|
|
4814
|
+
|
|
4768
4815
|
// @public
|
|
4769
4816
|
export enum KnownHBaseAuthenticationType {
|
|
4770
4817
|
Anonymous = "Anonymous",
|
|
@@ -4968,6 +5015,11 @@ export enum KnownODataAuthenticationType {
|
|
|
4968
5015
|
Windows = "Windows"
|
|
4969
5016
|
}
|
|
4970
5017
|
|
|
5018
|
+
// @public
|
|
5019
|
+
export enum KnownOracleAuthenticationType {
|
|
5020
|
+
Basic = "Basic"
|
|
5021
|
+
}
|
|
5022
|
+
|
|
4971
5023
|
// @public
|
|
4972
5024
|
export enum KnownOraclePartitionOption {
|
|
4973
5025
|
DynamicRange = "DynamicRange",
|
|
@@ -5361,6 +5413,12 @@ export enum KnownType {
|
|
|
5361
5413
|
LinkedServiceReference = "LinkedServiceReference"
|
|
5362
5414
|
}
|
|
5363
5415
|
|
|
5416
|
+
// @public
|
|
5417
|
+
export enum KnownValueType {
|
|
5418
|
+
Actual = "actual",
|
|
5419
|
+
Display = "display"
|
|
5420
|
+
}
|
|
5421
|
+
|
|
5364
5422
|
// @public
|
|
5365
5423
|
export enum KnownVariableType {
|
|
5366
5424
|
Array = "Array",
|
|
@@ -5403,7 +5461,7 @@ export interface LakeHouseLinkedService extends LinkedService {
|
|
|
5403
5461
|
servicePrincipalId?: any;
|
|
5404
5462
|
servicePrincipalKey?: SecretBaseUnion;
|
|
5405
5463
|
tenant?: any;
|
|
5406
|
-
type: "
|
|
5464
|
+
type: "Lakehouse";
|
|
5407
5465
|
workspaceId?: any;
|
|
5408
5466
|
}
|
|
5409
5467
|
|
|
@@ -5430,7 +5488,7 @@ export interface LakeHouseReadSettings extends StoreReadSettings {
|
|
|
5430
5488
|
export interface LakeHouseTableDataset extends Dataset {
|
|
5431
5489
|
schemaTypePropertiesSchema?: any;
|
|
5432
5490
|
table?: any;
|
|
5433
|
-
type: "
|
|
5491
|
+
type: "LakehouseTable";
|
|
5434
5492
|
}
|
|
5435
5493
|
|
|
5436
5494
|
// @public
|
|
@@ -5498,7 +5556,7 @@ export interface LinkedService {
|
|
|
5498
5556
|
parameters?: {
|
|
5499
5557
|
[propertyName: string]: ParameterSpecification;
|
|
5500
5558
|
};
|
|
5501
|
-
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "
|
|
5559
|
+
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "Lakehouse" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse" | "ServiceNowV2";
|
|
5502
5560
|
version?: string;
|
|
5503
5561
|
}
|
|
5504
5562
|
|
|
@@ -6258,6 +6316,9 @@ export interface Office365Dataset extends Dataset {
|
|
|
6258
6316
|
export interface Office365LinkedService extends LinkedService {
|
|
6259
6317
|
encryptedCredential?: string;
|
|
6260
6318
|
office365TenantId: any;
|
|
6319
|
+
servicePrincipalCredentialType?: any;
|
|
6320
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
6321
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
6261
6322
|
servicePrincipalId: any;
|
|
6262
6323
|
servicePrincipalKey: SecretBaseUnion;
|
|
6263
6324
|
servicePrincipalTenantId: any;
|
|
@@ -6356,6 +6417,9 @@ export interface OperationsListOptionalParams extends coreClient.OperationOption
|
|
|
6356
6417
|
// @public
|
|
6357
6418
|
export type OperationsListResponse = OperationListResponse;
|
|
6358
6419
|
|
|
6420
|
+
// @public
|
|
6421
|
+
export type OracleAuthenticationType = string;
|
|
6422
|
+
|
|
6359
6423
|
// @public
|
|
6360
6424
|
export interface OracleCloudStorageLinkedService extends LinkedService {
|
|
6361
6425
|
accessKeyId?: any;
|
|
@@ -6389,10 +6453,24 @@ export interface OracleCloudStorageReadSettings extends StoreReadSettings {
|
|
|
6389
6453
|
|
|
6390
6454
|
// @public
|
|
6391
6455
|
export interface OracleLinkedService extends LinkedService {
|
|
6392
|
-
|
|
6456
|
+
authenticationType?: OracleAuthenticationType;
|
|
6457
|
+
connectionString?: any;
|
|
6458
|
+
cryptoChecksumClient?: any;
|
|
6459
|
+
cryptoChecksumTypesClient?: any;
|
|
6460
|
+
enableBulkLoad?: any;
|
|
6393
6461
|
encryptedCredential?: string;
|
|
6462
|
+
encryptionClient?: any;
|
|
6463
|
+
encryptionTypesClient?: any;
|
|
6464
|
+
fetchSize?: any;
|
|
6465
|
+
fetchTswtzAsTimestamp?: any;
|
|
6466
|
+
initializationString?: any;
|
|
6467
|
+
initialLobFetchSize?: any;
|
|
6394
6468
|
password?: AzureKeyVaultSecretReference;
|
|
6469
|
+
server?: any;
|
|
6470
|
+
statementCacheSize?: any;
|
|
6471
|
+
supportV1DataTypes?: any;
|
|
6395
6472
|
type: "Oracle";
|
|
6473
|
+
username?: any;
|
|
6396
6474
|
}
|
|
6397
6475
|
|
|
6398
6476
|
// @public
|
|
@@ -6881,12 +6959,13 @@ export interface PrestoLinkedService extends LinkedService {
|
|
|
6881
6959
|
allowSelfSignedServerCert?: any;
|
|
6882
6960
|
authenticationType: PrestoAuthenticationType;
|
|
6883
6961
|
catalog: any;
|
|
6962
|
+
enableServerCertificateValidation?: any;
|
|
6884
6963
|
enableSsl?: any;
|
|
6885
6964
|
encryptedCredential?: string;
|
|
6886
6965
|
host: any;
|
|
6887
6966
|
password?: SecretBaseUnion;
|
|
6888
6967
|
port?: any;
|
|
6889
|
-
serverVersion
|
|
6968
|
+
serverVersion?: any;
|
|
6890
6969
|
timeZoneID?: any;
|
|
6891
6970
|
trustedCertPath?: any;
|
|
6892
6971
|
type: "Presto";
|
|
@@ -7704,6 +7783,7 @@ export interface ScriptAction {
|
|
|
7704
7783
|
// @public
|
|
7705
7784
|
export interface ScriptActivity extends ExecutionActivity {
|
|
7706
7785
|
logSettings?: ScriptActivityTypePropertiesLogSettings;
|
|
7786
|
+
returnMultistatementResult?: any;
|
|
7707
7787
|
scriptBlockExecutionTimeout?: any;
|
|
7708
7788
|
scripts?: ScriptActivityScriptBlock[];
|
|
7709
7789
|
type: "Script";
|
|
@@ -7879,6 +7959,7 @@ export interface ServiceNowV2LinkedService extends LinkedService {
|
|
|
7879
7959
|
export interface ServiceNowV2ObjectDataset extends Dataset {
|
|
7880
7960
|
tableName?: any;
|
|
7881
7961
|
type: "ServiceNowV2Object";
|
|
7962
|
+
valueType?: ValueType;
|
|
7882
7963
|
}
|
|
7883
7964
|
|
|
7884
7965
|
// @public
|
|
@@ -8091,6 +8172,8 @@ export interface SnowflakeV2LinkedService extends LinkedService {
|
|
|
8091
8172
|
password?: SecretBaseUnion;
|
|
8092
8173
|
privateKey?: SecretBaseUnion;
|
|
8093
8174
|
privateKeyPassphrase?: SecretBaseUnion;
|
|
8175
|
+
role?: any;
|
|
8176
|
+
schema?: any;
|
|
8094
8177
|
scope?: any;
|
|
8095
8178
|
tenantId?: any;
|
|
8096
8179
|
type: "SnowflakeV2";
|
|
@@ -8771,14 +8854,26 @@ export interface TeamDeskLinkedService extends LinkedService {
|
|
|
8771
8854
|
// @public
|
|
8772
8855
|
export type TeradataAuthenticationType = string;
|
|
8773
8856
|
|
|
8857
|
+
// @public
|
|
8858
|
+
export interface TeradataImportCommand extends ImportSettings {
|
|
8859
|
+
additionalFormatOptions?: any;
|
|
8860
|
+
type: "TeradataImportCommand";
|
|
8861
|
+
}
|
|
8862
|
+
|
|
8774
8863
|
// @public
|
|
8775
8864
|
export interface TeradataLinkedService extends LinkedService {
|
|
8776
8865
|
authenticationType?: TeradataAuthenticationType;
|
|
8866
|
+
characterSet?: any;
|
|
8777
8867
|
connectionString?: any;
|
|
8778
8868
|
encryptedCredential?: string;
|
|
8869
|
+
httpsPortNumber?: any;
|
|
8870
|
+
maxRespSize?: any;
|
|
8779
8871
|
password?: SecretBaseUnion;
|
|
8872
|
+
portNumber?: any;
|
|
8780
8873
|
server?: any;
|
|
8874
|
+
sslMode?: any;
|
|
8781
8875
|
type: "Teradata";
|
|
8876
|
+
useDataEncryption?: any;
|
|
8782
8877
|
username?: any;
|
|
8783
8878
|
}
|
|
8784
8879
|
|
|
@@ -8792,6 +8887,12 @@ export interface TeradataPartitionSettings {
|
|
|
8792
8887
|
partitionUpperBound?: any;
|
|
8793
8888
|
}
|
|
8794
8889
|
|
|
8890
|
+
// @public
|
|
8891
|
+
export interface TeradataSink extends CopySink {
|
|
8892
|
+
importSettings?: TeradataImportCommand;
|
|
8893
|
+
type: "TeradataSink";
|
|
8894
|
+
}
|
|
8895
|
+
|
|
8795
8896
|
// @public
|
|
8796
8897
|
export interface TeradataSource extends TabularSource {
|
|
8797
8898
|
partitionOption?: any;
|
|
@@ -9088,8 +9189,10 @@ export type Type = string;
|
|
|
9088
9189
|
export interface TypeConversionSettings {
|
|
9089
9190
|
allowDataTruncation?: any;
|
|
9090
9191
|
culture?: any;
|
|
9192
|
+
dateFormat?: any;
|
|
9091
9193
|
dateTimeFormat?: any;
|
|
9092
9194
|
dateTimeOffsetFormat?: any;
|
|
9195
|
+
timeFormat?: any;
|
|
9093
9196
|
timeSpanFormat?: any;
|
|
9094
9197
|
treatBooleanAsNumber?: any;
|
|
9095
9198
|
}
|
|
@@ -9138,6 +9241,9 @@ export interface ValidationActivity extends ControlActivity {
|
|
|
9138
9241
|
type: "Validation";
|
|
9139
9242
|
}
|
|
9140
9243
|
|
|
9244
|
+
// @public
|
|
9245
|
+
export type ValueType = string;
|
|
9246
|
+
|
|
9141
9247
|
// @public
|
|
9142
9248
|
export interface VariableSpecification {
|
|
9143
9249
|
defaultValue?: any;
|