@azure/arm-datafactory 16.0.1-alpha.20240827.1 → 17.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 +63 -33
- package/dist/index.js +231 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +1 -1
- package/dist-esm/src/models/index.d.ts +94 -9
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +4 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +3 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +223 -1
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +5 -5
- package/review/arm-datafactory.api.md +51 -2
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +96 -7
- package/src/models/mappers.ts +255 -1
- package/types/arm-datafactory.d.ts +97 -9
|
@@ -32,7 +32,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
|
32
32
|
requestContentType: "application/json; charset=utf-8",
|
|
33
33
|
credential: credentials,
|
|
34
34
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-datafactory/
|
|
35
|
+
const packageDetails = `azsdk-js-arm-datafactory/17.0.0`;
|
|
36
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
38
|
: `${packageDetails}`;
|
|
@@ -688,6 +688,8 @@ export interface LinkedService {
|
|
|
688
688
|
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";
|
|
689
689
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
690
690
|
[property: string]: any;
|
|
691
|
+
/** Version of the linked service. */
|
|
692
|
+
version?: string;
|
|
691
693
|
/** The integration runtime reference. */
|
|
692
694
|
connectVia?: IntegrationRuntimeReference;
|
|
693
695
|
/** Linked service description. */
|
|
@@ -2076,6 +2078,19 @@ export interface SsisVariable {
|
|
|
2076
2078
|
/** Variable sensitive value. */
|
|
2077
2079
|
sensitiveValue?: string;
|
|
2078
2080
|
}
|
|
2081
|
+
/** Azure Storage linked service properties. */
|
|
2082
|
+
export interface AzureStorageLinkedServiceTypeProperties {
|
|
2083
|
+
/** The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
2084
|
+
connectionString?: any;
|
|
2085
|
+
/** The Azure key vault secret reference of accountKey in connection string. */
|
|
2086
|
+
accountKey?: AzureKeyVaultSecretReference;
|
|
2087
|
+
/** SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
2088
|
+
sasUri?: any;
|
|
2089
|
+
/** The Azure key vault secret reference of sasToken in sas uri. */
|
|
2090
|
+
sasToken?: AzureKeyVaultSecretReference;
|
|
2091
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
2092
|
+
encryptedCredential?: string;
|
|
2093
|
+
}
|
|
2079
2094
|
/** Sql Server family connector common linked service properties. */
|
|
2080
2095
|
export interface SqlServerBaseLinkedServiceTypeProperties {
|
|
2081
2096
|
/** The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string). */
|
|
@@ -2641,6 +2656,8 @@ export interface ExecuteDataFlowActivityTypeProperties {
|
|
|
2641
2656
|
staging?: DataFlowStagingInfo;
|
|
2642
2657
|
/** The integration runtime reference. */
|
|
2643
2658
|
integrationRuntime?: IntegrationRuntimeReference;
|
|
2659
|
+
/** Continuation settings for execute data flow activity. */
|
|
2660
|
+
continuationSettings?: ContinuationSettingsReference;
|
|
2644
2661
|
/** Compute properties for data flow activity. */
|
|
2645
2662
|
compute?: ExecuteDataFlowActivityTypePropertiesCompute;
|
|
2646
2663
|
/** Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) */
|
|
@@ -2652,6 +2669,15 @@ export interface ExecuteDataFlowActivityTypeProperties {
|
|
|
2652
2669
|
/** Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer) */
|
|
2653
2670
|
sourceStagingConcurrency?: any;
|
|
2654
2671
|
}
|
|
2672
|
+
/** Continuation settings for execute data flow activity. */
|
|
2673
|
+
export interface ContinuationSettingsReference {
|
|
2674
|
+
/** Continuation TTL in minutes. */
|
|
2675
|
+
continuationTtlInMinutes?: any;
|
|
2676
|
+
/** Idle condition. */
|
|
2677
|
+
idleCondition?: any;
|
|
2678
|
+
/** Customized checkpoint key. */
|
|
2679
|
+
customizedCheckpointKey?: any;
|
|
2680
|
+
}
|
|
2655
2681
|
/** Compute properties for data flow activity. */
|
|
2656
2682
|
export interface ExecuteDataFlowActivityTypePropertiesCompute {
|
|
2657
2683
|
/** Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string) */
|
|
@@ -3205,6 +3231,10 @@ export interface AzureTableStorageLinkedService extends LinkedService {
|
|
|
3205
3231
|
sasToken?: AzureKeyVaultSecretReference;
|
|
3206
3232
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3207
3233
|
encryptedCredential?: string;
|
|
3234
|
+
/** Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property. */
|
|
3235
|
+
serviceEndpoint?: any;
|
|
3236
|
+
/** The credential reference containing authentication information. */
|
|
3237
|
+
credential?: CredentialReference;
|
|
3208
3238
|
}
|
|
3209
3239
|
/** Azure SQL Data Warehouse linked service. */
|
|
3210
3240
|
export interface AzureSqlDWLinkedService extends LinkedService {
|
|
@@ -3327,6 +3357,8 @@ export interface SqlServerLinkedService extends LinkedService {
|
|
|
3327
3357
|
encryptedCredential?: string;
|
|
3328
3358
|
/** Sql always encrypted properties. */
|
|
3329
3359
|
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
|
|
3360
|
+
/** The credential reference containing authentication information. */
|
|
3361
|
+
credential?: CredentialReference;
|
|
3330
3362
|
}
|
|
3331
3363
|
/** Amazon RDS for SQL Server linked service. */
|
|
3332
3364
|
export interface AmazonRdsForSqlServerLinkedService extends LinkedService {
|
|
@@ -3592,8 +3624,10 @@ export interface DynamicsLinkedService extends LinkedService {
|
|
|
3592
3624
|
serviceUri?: any;
|
|
3593
3625
|
/** The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string). */
|
|
3594
3626
|
organizationName?: any;
|
|
3595
|
-
/** The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string). */
|
|
3627
|
+
/** The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
|
|
3596
3628
|
authenticationType: any;
|
|
3629
|
+
/** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
|
|
3630
|
+
domain?: any;
|
|
3597
3631
|
/** User name to access the Dynamics instance. Type: string (or Expression with resultType string). */
|
|
3598
3632
|
username?: any;
|
|
3599
3633
|
/** Password to access the Dynamics instance. */
|
|
@@ -3623,8 +3657,10 @@ export interface DynamicsCrmLinkedService extends LinkedService {
|
|
|
3623
3657
|
serviceUri?: any;
|
|
3624
3658
|
/** The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string). */
|
|
3625
3659
|
organizationName?: any;
|
|
3626
|
-
/** The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string). */
|
|
3660
|
+
/** The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
|
|
3627
3661
|
authenticationType: any;
|
|
3662
|
+
/** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
|
|
3663
|
+
domain?: any;
|
|
3628
3664
|
/** User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string). */
|
|
3629
3665
|
username?: any;
|
|
3630
3666
|
/** Password to access the Dynamics CRM instance. */
|
|
@@ -3654,8 +3690,10 @@ export interface CommonDataServiceForAppsLinkedService extends LinkedService {
|
|
|
3654
3690
|
serviceUri?: any;
|
|
3655
3691
|
/** The organization name of the Common Data Service for Apps instance. The property is required for on-prem and required for online when there are more than one Common Data Service for Apps instances associated with the user. Type: string (or Expression with resultType string). */
|
|
3656
3692
|
organizationName?: any;
|
|
3657
|
-
/** The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string). */
|
|
3693
|
+
/** The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
|
|
3658
3694
|
authenticationType: any;
|
|
3695
|
+
/** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
|
|
3696
|
+
domain?: any;
|
|
3659
3697
|
/** User name to access the Common Data Service for Apps instance. Type: string (or Expression with resultType string). */
|
|
3660
3698
|
username?: any;
|
|
3661
3699
|
/** Password to access the Common Data Service for Apps instance. */
|
|
@@ -3727,6 +3765,10 @@ export interface AzureFileStorageLinkedService extends LinkedService {
|
|
|
3727
3765
|
snapshot?: any;
|
|
3728
3766
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3729
3767
|
encryptedCredential?: string;
|
|
3768
|
+
/** File service endpoint of the Azure File Storage resource. It is mutually exclusive with connectionString, sasUri property. */
|
|
3769
|
+
serviceEndpoint?: any;
|
|
3770
|
+
/** The credential reference containing authentication information. */
|
|
3771
|
+
credential?: CredentialReference;
|
|
3730
3772
|
}
|
|
3731
3773
|
/** Linked service for Amazon S3 Compatible. */
|
|
3732
3774
|
export interface AmazonS3CompatibleLinkedService extends LinkedService {
|
|
@@ -4400,6 +4442,12 @@ export interface RestServiceLinkedService extends LinkedService {
|
|
|
4400
4442
|
resource?: any;
|
|
4401
4443
|
/** The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string). */
|
|
4402
4444
|
scope?: any;
|
|
4445
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
4446
|
+
servicePrincipalCredentialType?: any;
|
|
4447
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
4448
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
4449
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
4450
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
4403
4451
|
}
|
|
4404
4452
|
/** Linked service for TeamDesk. */
|
|
4405
4453
|
export interface TeamDeskLinkedService extends LinkedService {
|
|
@@ -5270,6 +5318,14 @@ export interface VerticaLinkedService extends LinkedService {
|
|
|
5270
5318
|
type: "Vertica";
|
|
5271
5319
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
5272
5320
|
connectionString?: any;
|
|
5321
|
+
/** Server name for connection. Type: string. */
|
|
5322
|
+
server?: any;
|
|
5323
|
+
/** The port for the connection. Type: integer. */
|
|
5324
|
+
port?: any;
|
|
5325
|
+
/** Username for authentication. Type: string. */
|
|
5326
|
+
uid?: any;
|
|
5327
|
+
/** Database name for connection. Type: string. */
|
|
5328
|
+
database?: any;
|
|
5273
5329
|
/** The Azure key vault secret reference of password in connection string. */
|
|
5274
5330
|
pwd?: AzureKeyVaultSecretReference;
|
|
5275
5331
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
@@ -5314,7 +5370,7 @@ export interface HDInsightOnDemandLinkedService extends LinkedService {
|
|
|
5314
5370
|
/** The allowed idle time for the on-demand HDInsight cluster. Specifies how long the on-demand HDInsight cluster stays alive after completion of an activity run if there are no other active jobs in the cluster. The minimum value is 5 mins. Type: string (or Expression with resultType string). */
|
|
5315
5371
|
timeToLive: any;
|
|
5316
5372
|
/** Version of the HDInsight cluster. Type: string (or Expression with resultType string). */
|
|
5317
|
-
|
|
5373
|
+
versionTypePropertiesVersion: any;
|
|
5318
5374
|
/** Azure Storage linked service to be used by the on-demand cluster for storing and processing data. */
|
|
5319
5375
|
linkedServiceName: LinkedServiceReference;
|
|
5320
5376
|
/** The customer’s subscription to host the cluster. Type: string (or Expression with resultType string). */
|
|
@@ -5681,7 +5737,13 @@ export interface SharePointOnlineListLinkedService extends LinkedService {
|
|
|
5681
5737
|
/** The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string). */
|
|
5682
5738
|
servicePrincipalId: any;
|
|
5683
5739
|
/** The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
5684
|
-
servicePrincipalKey
|
|
5740
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
5741
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
5742
|
+
servicePrincipalCredentialType?: any;
|
|
5743
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
5744
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
5745
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
5746
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
5685
5747
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
5686
5748
|
encryptedCredential?: string;
|
|
5687
5749
|
}
|
|
@@ -6788,6 +6850,8 @@ export interface ExecuteWranglingDataflowActivity extends Activity {
|
|
|
6788
6850
|
staging?: DataFlowStagingInfo;
|
|
6789
6851
|
/** The integration runtime reference. */
|
|
6790
6852
|
integrationRuntime?: IntegrationRuntimeReference;
|
|
6853
|
+
/** Continuation settings for execute data flow activity. */
|
|
6854
|
+
continuationSettings?: ContinuationSettingsReference;
|
|
6791
6855
|
/** Compute properties for data flow activity. */
|
|
6792
6856
|
compute?: ExecuteDataFlowActivityTypePropertiesCompute;
|
|
6793
6857
|
/** Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) */
|
|
@@ -7165,6 +7229,13 @@ export interface LinkedIntegrationRuntimeRbacAuthorization extends LinkedIntegra
|
|
|
7165
7229
|
/** The credential reference containing authentication information. */
|
|
7166
7230
|
credential?: CredentialReference;
|
|
7167
7231
|
}
|
|
7232
|
+
/** Azure Table Storage linked service properties. */
|
|
7233
|
+
export interface AzureTableStorageLinkedServiceTypeProperties extends AzureStorageLinkedServiceTypeProperties {
|
|
7234
|
+
/** Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property. */
|
|
7235
|
+
serviceEndpoint?: any;
|
|
7236
|
+
/** The credential reference containing authentication information. */
|
|
7237
|
+
credential?: CredentialReference;
|
|
7238
|
+
}
|
|
7168
7239
|
/** Azure SQL Data Warehouse linked service properties. */
|
|
7169
7240
|
export interface AzureSqlDWLinkedServiceTypeProperties extends SqlServerBaseLinkedServiceTypeProperties {
|
|
7170
7241
|
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
@@ -7206,6 +7277,8 @@ export interface SqlServerLinkedServiceTypeProperties extends SqlServerBaseLinke
|
|
|
7206
7277
|
encryptedCredential?: string;
|
|
7207
7278
|
/** Sql always encrypted properties. */
|
|
7208
7279
|
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
|
|
7280
|
+
/** The credential reference containing authentication information. */
|
|
7281
|
+
credential?: CredentialReference;
|
|
7209
7282
|
}
|
|
7210
7283
|
/** Amazon Rds for SQL Server linked service properties. */
|
|
7211
7284
|
export interface AmazonRdsForSqlServerLinkedServiceTypeProperties extends SqlServerBaseLinkedServiceTypeProperties {
|
|
@@ -8727,6 +8800,8 @@ export interface SnowflakeExportCopyCommand extends ExportSettings {
|
|
|
8727
8800
|
additionalFormatOptions?: {
|
|
8728
8801
|
[propertyName: string]: any;
|
|
8729
8802
|
};
|
|
8803
|
+
/** The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). */
|
|
8804
|
+
storageIntegration?: any;
|
|
8730
8805
|
}
|
|
8731
8806
|
/** Azure Databricks Delta Lake export command settings. */
|
|
8732
8807
|
export interface AzureDatabricksDeltaLakeExportCommand extends ExportSettings {
|
|
@@ -8758,6 +8833,8 @@ export interface SnowflakeImportCopyCommand extends ImportSettings {
|
|
|
8758
8833
|
additionalFormatOptions?: {
|
|
8759
8834
|
[propertyName: string]: any;
|
|
8760
8835
|
};
|
|
8836
|
+
/** The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). */
|
|
8837
|
+
storageIntegration?: any;
|
|
8761
8838
|
}
|
|
8762
8839
|
/** A copy activity tabular translator. */
|
|
8763
8840
|
export interface TabularTranslator extends CopyTranslator {
|
|
@@ -9397,6 +9474,8 @@ export interface ExecuteDataFlowActivity extends ExecutionActivity {
|
|
|
9397
9474
|
staging?: DataFlowStagingInfo;
|
|
9398
9475
|
/** The integration runtime reference. */
|
|
9399
9476
|
integrationRuntime?: IntegrationRuntimeReference;
|
|
9477
|
+
/** Continuation settings for execute data flow activity. */
|
|
9478
|
+
continuationSettings?: ContinuationSettingsReference;
|
|
9400
9479
|
/** Compute properties for data flow activity. */
|
|
9401
9480
|
compute?: ExecuteDataFlowActivityTypePropertiesCompute;
|
|
9402
9481
|
/** Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) */
|
|
@@ -10966,7 +11045,9 @@ export declare enum KnownSqlServerAuthenticationType {
|
|
|
10966
11045
|
/** SQL */
|
|
10967
11046
|
SQL = "SQL",
|
|
10968
11047
|
/** Windows */
|
|
10969
|
-
Windows = "Windows"
|
|
11048
|
+
Windows = "Windows",
|
|
11049
|
+
/** UserAssignedManagedIdentity */
|
|
11050
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
10970
11051
|
}
|
|
10971
11052
|
/**
|
|
10972
11053
|
* Defines values for SqlServerAuthenticationType. \
|
|
@@ -10974,7 +11055,8 @@ export declare enum KnownSqlServerAuthenticationType {
|
|
|
10974
11055
|
* this enum contains the known values that the service supports.
|
|
10975
11056
|
* ### Known values supported by the service
|
|
10976
11057
|
* **SQL** \
|
|
10977
|
-
* **Windows**
|
|
11058
|
+
* **Windows** \
|
|
11059
|
+
* **UserAssignedManagedIdentity**
|
|
10978
11060
|
*/
|
|
10979
11061
|
export type SqlServerAuthenticationType = string;
|
|
10980
11062
|
/** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
|
|
@@ -12319,7 +12401,9 @@ export declare enum KnownDynamicsAuthenticationType {
|
|
|
12319
12401
|
/** Ifd */
|
|
12320
12402
|
Ifd = "Ifd",
|
|
12321
12403
|
/** AADServicePrincipal */
|
|
12322
|
-
AADServicePrincipal = "AADServicePrincipal"
|
|
12404
|
+
AADServicePrincipal = "AADServicePrincipal",
|
|
12405
|
+
/** ActiveDirectory */
|
|
12406
|
+
ActiveDirectory = "Active Directory"
|
|
12323
12407
|
}
|
|
12324
12408
|
/**
|
|
12325
12409
|
* Defines values for DynamicsAuthenticationType. \
|
|
@@ -12328,7 +12412,8 @@ export declare enum KnownDynamicsAuthenticationType {
|
|
|
12328
12412
|
* ### Known values supported by the service
|
|
12329
12413
|
* **Office365** \
|
|
12330
12414
|
* **Ifd** \
|
|
12331
|
-
* **AADServicePrincipal**
|
|
12415
|
+
* **AADServicePrincipal** \
|
|
12416
|
+
* **Active Directory**
|
|
12332
12417
|
*/
|
|
12333
12418
|
export type DynamicsAuthenticationType = string;
|
|
12334
12419
|
/** Known values of {@link ServicePrincipalCredentialType} that the service accepts. */
|