@azure/arm-datafactory 10.1.1-alpha.20220202.1 → 10.2.1-alpha.20220224.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 +27 -1
- package/README.md +11 -0
- package/dist/index.js +336 -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 +203 -5
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +47 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +13 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +280 -1
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +14 -6
- package/review/arm-datafactory.api.md +159 -5
- package/rollup.config.js +6 -72
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +232 -3
- package/src/models/mappers.ts +317 -1
- package/tsconfig.json +12 -4
- package/types/arm-datafactory.d.ts +223 -5
|
@@ -29,7 +29,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
|
29
29
|
requestContentType: "application/json; charset=utf-8",
|
|
30
30
|
credential: credentials
|
|
31
31
|
};
|
|
32
|
-
const packageDetails = `azsdk-js-arm-datafactory/10.1
|
|
32
|
+
const packageDetails = `azsdk-js-arm-datafactory/10.2.1`;
|
|
33
33
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
34
34
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
35
35
|
: `${packageDetails}`;
|
|
@@ -3,7 +3,7 @@ export declare type FactoryRepoConfigurationUnion = FactoryRepoConfiguration | F
|
|
|
3
3
|
export declare type IntegrationRuntimeUnion = IntegrationRuntime | ManagedIntegrationRuntime | SelfHostedIntegrationRuntime;
|
|
4
4
|
export declare type IntegrationRuntimeStatusUnion = IntegrationRuntimeStatus | ManagedIntegrationRuntimeStatus | SelfHostedIntegrationRuntimeStatus;
|
|
5
5
|
export declare type SsisObjectMetadataUnion = SsisObjectMetadata | SsisFolder | SsisProject | SsisPackage | SsisEnvironment;
|
|
6
|
-
export declare type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | AmazonS3CompatibleLinkedService | OracleCloudStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | RestServiceLinkedService | AmazonS3LinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SharePointOnlineListLinkedService;
|
|
6
|
+
export declare type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | AmazonS3CompatibleLinkedService | OracleCloudStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | RestServiceLinkedService | AmazonS3LinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SharePointOnlineListLinkedService;
|
|
7
7
|
export declare type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset;
|
|
8
8
|
export declare type ActivityUnion = Activity | ControlActivityUnion | ExecutionActivityUnion | ExecuteWranglingDataflowActivity;
|
|
9
9
|
export declare type TriggerUnion = Trigger | MultiplePipelineTriggerUnion | TumblingWindowTrigger | RerunTumblingWindowTrigger | ChainingTrigger;
|
|
@@ -27,7 +27,7 @@ export declare type ImportSettingsUnion = ImportSettings | AzureDatabricksDeltaL
|
|
|
27
27
|
export declare type CopyTranslatorUnion = CopyTranslator | TabularTranslator;
|
|
28
28
|
export declare type DependencyReferenceUnion = DependencyReference | TriggerDependencyReferenceUnion | SelfDependencyTumblingWindowTriggerReference;
|
|
29
29
|
export declare type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | FailActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
|
|
30
|
-
export declare type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | AzureFunctionActivity | ExecuteDataFlowActivity;
|
|
30
|
+
export declare type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | AzureFunctionActivity | ExecuteDataFlowActivity | ScriptActivity;
|
|
31
31
|
export declare type MultiplePipelineTriggerUnion = MultiplePipelineTrigger | ScheduleTrigger | BlobTrigger | BlobEventsTrigger | CustomEventsTrigger;
|
|
32
32
|
export declare type TabularSourceUnion = TabularSource | AzureTableSource | InformixSource | Db2Source | OdbcSource | MySqlSource | PostgreSqlSource | SybaseSource | SapBwSource | SalesforceSource | SapCloudForCustomerSource | SapEccSource | SapHanaSource | SapOpenHubSource | SapTableSource | SqlSource | SqlServerSource | AmazonRdsForSqlServerSource | AzureSqlSource | SqlMISource | SqlDWSource | AzureMySqlSource | TeradataSource | CassandraSource | AmazonMWSSource | AzurePostgreSqlSource | ConcurSource | CouchbaseSource | DrillSource | EloquaSource | GoogleBigQuerySource | GreenplumSource | HBaseSource | HiveSource | HubspotSource | ImpalaSource | JiraSource | MagentoSource | MariaDBSource | AzureMariaDBSource | MarketoSource | PaypalSource | PhoenixSource | PrestoSource | QuickBooksSource | ServiceNowSource | ShopifySource | SparkSource | SquareSource | XeroSource | ZohoSource | NetezzaSource | VerticaSource | SalesforceMarketingCloudSource | ResponsysSource | DynamicsAXSource | OracleServiceCloudSource | GoogleAdWordsSource | AmazonRedshiftSource;
|
|
33
33
|
export declare type TriggerDependencyReferenceUnion = TriggerDependencyReference | TumblingWindowTriggerDependencyReference;
|
|
@@ -678,7 +678,7 @@ export interface LinkedServiceListResponse {
|
|
|
678
678
|
/** The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource. */
|
|
679
679
|
export interface LinkedService {
|
|
680
680
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
681
|
-
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" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "RestService" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "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" | "SharePointOnlineList";
|
|
681
|
+
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" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "RestService" | "AmazonS3" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "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" | "SharePointOnlineList";
|
|
682
682
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
683
683
|
[property: string]: any;
|
|
684
684
|
/** The integration runtime reference. */
|
|
@@ -766,7 +766,7 @@ export interface PipelineListResponse {
|
|
|
766
766
|
/** A pipeline activity. */
|
|
767
767
|
export interface Activity {
|
|
768
768
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
769
|
-
type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow";
|
|
769
|
+
type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow" | "Script";
|
|
770
770
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
771
771
|
[property: string]: any;
|
|
772
772
|
/** Activity name. */
|
|
@@ -2409,6 +2409,35 @@ export interface PowerQuerySinkMapping {
|
|
|
2409
2409
|
/** List of sinks mapped to Power Query mashup query. */
|
|
2410
2410
|
dataflowSinks?: PowerQuerySink[];
|
|
2411
2411
|
}
|
|
2412
|
+
/** Script block of scripts. */
|
|
2413
|
+
export interface ScriptActivityScriptBlock {
|
|
2414
|
+
/** The query text. Type: string (or Expression with resultType string). */
|
|
2415
|
+
text: Record<string, unknown>;
|
|
2416
|
+
/** The type of the query. Type: string. */
|
|
2417
|
+
type: ScriptType;
|
|
2418
|
+
/** Array of script parameters. Type: array. */
|
|
2419
|
+
parameters?: ScriptActivityParameter[];
|
|
2420
|
+
}
|
|
2421
|
+
/** Parameters of a script block. */
|
|
2422
|
+
export interface ScriptActivityParameter {
|
|
2423
|
+
/** The name of the parameter. Type: string (or Expression with resultType string). */
|
|
2424
|
+
name?: Record<string, unknown>;
|
|
2425
|
+
/** The type of the parameter. */
|
|
2426
|
+
type?: ScriptActivityParameterType;
|
|
2427
|
+
/** The value of the parameter. */
|
|
2428
|
+
value?: Record<string, unknown>;
|
|
2429
|
+
/** The direction of the parameter. */
|
|
2430
|
+
direction?: ScriptActivityParameterDirection;
|
|
2431
|
+
/** The size of the output direction parameter. */
|
|
2432
|
+
size?: number;
|
|
2433
|
+
}
|
|
2434
|
+
/** Log settings of script activity. */
|
|
2435
|
+
export interface ScriptActivityTypePropertiesLogSettings {
|
|
2436
|
+
/** The destination of logs. Type: string. */
|
|
2437
|
+
logDestination: ScriptActivityLogDestination;
|
|
2438
|
+
/** Log location settings customer needs to provide when enabling log. */
|
|
2439
|
+
logLocationSettings?: LogLocationSettings;
|
|
2440
|
+
}
|
|
2412
2441
|
/** The workflow trigger recurrence. */
|
|
2413
2442
|
export interface ScheduleTriggerRecurrence {
|
|
2414
2443
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
@@ -3711,6 +3740,60 @@ export declare type AmazonS3LinkedService = LinkedService & {
|
|
|
3711
3740
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
3712
3741
|
encryptedCredential?: Record<string, unknown>;
|
|
3713
3742
|
};
|
|
3743
|
+
/** Linked service for TeamDesk. */
|
|
3744
|
+
export declare type TeamDeskLinkedService = LinkedService & {
|
|
3745
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3746
|
+
type: "TeamDesk";
|
|
3747
|
+
/** The authentication type to use. */
|
|
3748
|
+
authenticationType: TeamDeskAuthenticationType;
|
|
3749
|
+
/** The url to connect TeamDesk source. Type: string (or Expression with resultType string). */
|
|
3750
|
+
url: Record<string, unknown>;
|
|
3751
|
+
/** The username of the TeamDesk source. Type: string (or Expression with resultType string). */
|
|
3752
|
+
userName?: Record<string, unknown>;
|
|
3753
|
+
/** The password of the TeamDesk source. */
|
|
3754
|
+
password?: SecretBaseUnion;
|
|
3755
|
+
/** The api token for the TeamDesk source. */
|
|
3756
|
+
apiToken?: SecretBaseUnion;
|
|
3757
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
3758
|
+
encryptedCredential?: Record<string, unknown>;
|
|
3759
|
+
};
|
|
3760
|
+
/** Linked service for Quickbase. */
|
|
3761
|
+
export declare type QuickbaseLinkedService = LinkedService & {
|
|
3762
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3763
|
+
type: "Quickbase";
|
|
3764
|
+
/** The url to connect Quickbase source. Type: string (or Expression with resultType string). */
|
|
3765
|
+
url: Record<string, unknown>;
|
|
3766
|
+
/** The user token for the Quickbase source. */
|
|
3767
|
+
userToken: SecretBaseUnion;
|
|
3768
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
3769
|
+
encryptedCredential?: Record<string, unknown>;
|
|
3770
|
+
};
|
|
3771
|
+
/** Linked service for Smartsheet. */
|
|
3772
|
+
export declare type SmartsheetLinkedService = LinkedService & {
|
|
3773
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3774
|
+
type: "Smartsheet";
|
|
3775
|
+
/** The api token for the Smartsheet source. */
|
|
3776
|
+
apiToken: SecretBaseUnion;
|
|
3777
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
3778
|
+
encryptedCredential?: Record<string, unknown>;
|
|
3779
|
+
};
|
|
3780
|
+
/** Linked service for Zendesk. */
|
|
3781
|
+
export declare type ZendeskLinkedService = LinkedService & {
|
|
3782
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3783
|
+
type: "Zendesk";
|
|
3784
|
+
/** The authentication type to use. */
|
|
3785
|
+
authenticationType: ZendeskAuthenticationType;
|
|
3786
|
+
/** The url to connect Zendesk source. Type: string (or Expression with resultType string). */
|
|
3787
|
+
url: Record<string, unknown>;
|
|
3788
|
+
/** The username of the Zendesk source. Type: string (or Expression with resultType string). */
|
|
3789
|
+
userName?: Record<string, unknown>;
|
|
3790
|
+
/** The password of the Zendesk source. */
|
|
3791
|
+
password?: SecretBaseUnion;
|
|
3792
|
+
/** The api token for the Zendesk source. */
|
|
3793
|
+
apiToken?: SecretBaseUnion;
|
|
3794
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
3795
|
+
encryptedCredential?: Record<string, unknown>;
|
|
3796
|
+
};
|
|
3714
3797
|
/** Linked service for Amazon Redshift. */
|
|
3715
3798
|
export declare type AmazonRedshiftLinkedService = LinkedService & {
|
|
3716
3799
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -5701,7 +5784,7 @@ export declare type ControlActivity = Activity & {
|
|
|
5701
5784
|
/** Base class for all execution activities. */
|
|
5702
5785
|
export declare type ExecutionActivity = Activity & {
|
|
5703
5786
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5704
|
-
type: "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "AzureFunctionActivity" | "ExecuteDataFlow";
|
|
5787
|
+
type: "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script";
|
|
5705
5788
|
/** Linked service reference. */
|
|
5706
5789
|
linkedServiceName?: LinkedServiceReference;
|
|
5707
5790
|
/** Activity policy. */
|
|
@@ -8076,6 +8159,15 @@ export declare type ExecuteDataFlowActivity = ExecutionActivity & {
|
|
|
8076
8159
|
/** Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean) */
|
|
8077
8160
|
runConcurrently?: Record<string, unknown>;
|
|
8078
8161
|
};
|
|
8162
|
+
/** Script activity type. */
|
|
8163
|
+
export declare type ScriptActivity = ExecutionActivity & {
|
|
8164
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8165
|
+
type: "Script";
|
|
8166
|
+
/** Array of script blocks. Type: array. */
|
|
8167
|
+
scripts?: ScriptActivityScriptBlock[];
|
|
8168
|
+
/** Log settings of script activity. */
|
|
8169
|
+
logSettings?: ScriptActivityTypePropertiesLogSettings;
|
|
8170
|
+
};
|
|
8079
8171
|
/** Trigger that creates pipeline runs periodically, on schedule. */
|
|
8080
8172
|
export declare type ScheduleTrigger = MultiplePipelineTrigger & {
|
|
8081
8173
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -9353,6 +9445,34 @@ export declare enum KnownRestServiceAuthenticationType {
|
|
|
9353
9445
|
* **ManagedServiceIdentity**
|
|
9354
9446
|
*/
|
|
9355
9447
|
export declare type RestServiceAuthenticationType = string;
|
|
9448
|
+
/** Known values of {@link TeamDeskAuthenticationType} that the service accepts. */
|
|
9449
|
+
export declare enum KnownTeamDeskAuthenticationType {
|
|
9450
|
+
Basic = "Basic",
|
|
9451
|
+
Token = "Token"
|
|
9452
|
+
}
|
|
9453
|
+
/**
|
|
9454
|
+
* Defines values for TeamDeskAuthenticationType. \
|
|
9455
|
+
* {@link KnownTeamDeskAuthenticationType} can be used interchangeably with TeamDeskAuthenticationType,
|
|
9456
|
+
* this enum contains the known values that the service supports.
|
|
9457
|
+
* ### Known values supported by the service
|
|
9458
|
+
* **Basic** \
|
|
9459
|
+
* **Token**
|
|
9460
|
+
*/
|
|
9461
|
+
export declare type TeamDeskAuthenticationType = string;
|
|
9462
|
+
/** Known values of {@link ZendeskAuthenticationType} that the service accepts. */
|
|
9463
|
+
export declare enum KnownZendeskAuthenticationType {
|
|
9464
|
+
Basic = "Basic",
|
|
9465
|
+
Token = "Token"
|
|
9466
|
+
}
|
|
9467
|
+
/**
|
|
9468
|
+
* Defines values for ZendeskAuthenticationType. \
|
|
9469
|
+
* {@link KnownZendeskAuthenticationType} can be used interchangeably with ZendeskAuthenticationType,
|
|
9470
|
+
* this enum contains the known values that the service supports.
|
|
9471
|
+
* ### Known values supported by the service
|
|
9472
|
+
* **Basic** \
|
|
9473
|
+
* **Token**
|
|
9474
|
+
*/
|
|
9475
|
+
export declare type ZendeskAuthenticationType = string;
|
|
9356
9476
|
/** Known values of {@link HttpAuthenticationType} that the service accepts. */
|
|
9357
9477
|
export declare enum KnownHttpAuthenticationType {
|
|
9358
9478
|
Basic = "Basic",
|
|
@@ -9855,6 +9975,84 @@ export declare enum KnownWebHookActivityMethod {
|
|
|
9855
9975
|
* **POST**
|
|
9856
9976
|
*/
|
|
9857
9977
|
export declare type WebHookActivityMethod = string;
|
|
9978
|
+
/** Known values of {@link ScriptType} that the service accepts. */
|
|
9979
|
+
export declare enum KnownScriptType {
|
|
9980
|
+
Query = "Query",
|
|
9981
|
+
NonQuery = "NonQuery"
|
|
9982
|
+
}
|
|
9983
|
+
/**
|
|
9984
|
+
* Defines values for ScriptType. \
|
|
9985
|
+
* {@link KnownScriptType} can be used interchangeably with ScriptType,
|
|
9986
|
+
* this enum contains the known values that the service supports.
|
|
9987
|
+
* ### Known values supported by the service
|
|
9988
|
+
* **Query** \
|
|
9989
|
+
* **NonQuery**
|
|
9990
|
+
*/
|
|
9991
|
+
export declare type ScriptType = string;
|
|
9992
|
+
/** Known values of {@link ScriptActivityParameterType} that the service accepts. */
|
|
9993
|
+
export declare enum KnownScriptActivityParameterType {
|
|
9994
|
+
Boolean = "Boolean",
|
|
9995
|
+
DateTime = "DateTime",
|
|
9996
|
+
DateTimeOffset = "DateTimeOffset",
|
|
9997
|
+
Decimal = "Decimal",
|
|
9998
|
+
Double = "Double",
|
|
9999
|
+
Guid = "Guid",
|
|
10000
|
+
Int16 = "Int16",
|
|
10001
|
+
Int32 = "Int32",
|
|
10002
|
+
Int64 = "Int64",
|
|
10003
|
+
Single = "Single",
|
|
10004
|
+
String = "String",
|
|
10005
|
+
Timespan = "Timespan"
|
|
10006
|
+
}
|
|
10007
|
+
/**
|
|
10008
|
+
* Defines values for ScriptActivityParameterType. \
|
|
10009
|
+
* {@link KnownScriptActivityParameterType} can be used interchangeably with ScriptActivityParameterType,
|
|
10010
|
+
* this enum contains the known values that the service supports.
|
|
10011
|
+
* ### Known values supported by the service
|
|
10012
|
+
* **Boolean** \
|
|
10013
|
+
* **DateTime** \
|
|
10014
|
+
* **DateTimeOffset** \
|
|
10015
|
+
* **Decimal** \
|
|
10016
|
+
* **Double** \
|
|
10017
|
+
* **Guid** \
|
|
10018
|
+
* **Int16** \
|
|
10019
|
+
* **Int32** \
|
|
10020
|
+
* **Int64** \
|
|
10021
|
+
* **Single** \
|
|
10022
|
+
* **String** \
|
|
10023
|
+
* **Timespan**
|
|
10024
|
+
*/
|
|
10025
|
+
export declare type ScriptActivityParameterType = string;
|
|
10026
|
+
/** Known values of {@link ScriptActivityParameterDirection} that the service accepts. */
|
|
10027
|
+
export declare enum KnownScriptActivityParameterDirection {
|
|
10028
|
+
Input = "Input",
|
|
10029
|
+
Output = "Output",
|
|
10030
|
+
InputOutput = "InputOutput"
|
|
10031
|
+
}
|
|
10032
|
+
/**
|
|
10033
|
+
* Defines values for ScriptActivityParameterDirection. \
|
|
10034
|
+
* {@link KnownScriptActivityParameterDirection} can be used interchangeably with ScriptActivityParameterDirection,
|
|
10035
|
+
* this enum contains the known values that the service supports.
|
|
10036
|
+
* ### Known values supported by the service
|
|
10037
|
+
* **Input** \
|
|
10038
|
+
* **Output** \
|
|
10039
|
+
* **InputOutput**
|
|
10040
|
+
*/
|
|
10041
|
+
export declare type ScriptActivityParameterDirection = string;
|
|
10042
|
+
/** Known values of {@link ScriptActivityLogDestination} that the service accepts. */
|
|
10043
|
+
export declare enum KnownScriptActivityLogDestination {
|
|
10044
|
+
ActivityOutput = "ActivityOutput",
|
|
10045
|
+
ExternalStore = "ExternalStore"
|
|
10046
|
+
}
|
|
10047
|
+
/**
|
|
10048
|
+
* Defines values for ScriptActivityLogDestination. \
|
|
10049
|
+
* {@link KnownScriptActivityLogDestination} can be used interchangeably with ScriptActivityLogDestination,
|
|
10050
|
+
* this enum contains the known values that the service supports.
|
|
10051
|
+
* ### Known values supported by the service
|
|
10052
|
+
* **ActivityOutput** \
|
|
10053
|
+
* **ExternalStore**
|
|
10054
|
+
*/
|
|
10055
|
+
export declare type ScriptActivityLogDestination = string;
|
|
9858
10056
|
/** Known values of {@link RecurrenceFrequency} that the service accepts. */
|
|
9859
10057
|
export declare enum KnownRecurrenceFrequency {
|
|
9860
10058
|
NotSpecified = "NotSpecified",
|