@azure/arm-datafactory 10.3.1-alpha.20220413.1 → 10.4.0-alpha.20220420.4

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DataFactoryManagementClient.",
6
- "version": "10.3.1-alpha.20220413.1",
6
+ "version": "10.4.0-alpha.20220420.4",
7
7
  "engines": {
8
8
  "node": ">=12.0.0"
9
9
  },
@@ -11,9 +11,9 @@
11
11
  "@azure/core-lro": "^2.2.0",
12
12
  "@azure/abort-controller": "^1.0.0",
13
13
  "@azure/core-paging": "^1.2.0",
14
- "@azure/core-client": "^1.0.0",
14
+ "@azure/core-client": "^1.5.0",
15
15
  "@azure/core-auth": "^1.3.0",
16
- "@azure/core-rest-pipeline": "^1.1.0",
16
+ "@azure/core-rest-pipeline": "^1.8.0",
17
17
  "tslib": "^2.2.0"
18
18
  },
19
19
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "module": "./dist-esm/src/index.js",
29
29
  "types": "./types/arm-datafactory.d.ts",
30
30
  "devDependencies": {
31
- "@microsoft/api-extractor": "^7.18.11",
31
+ "@microsoft/api-extractor": "7.18.11",
32
32
  "@rollup/plugin-commonjs": "^21.0.1",
33
33
  "@rollup/plugin-json": "^4.1.0",
34
34
  "@rollup/plugin-multi-entry": "^4.1.0",
@@ -298,11 +298,26 @@ export type AppendVariableActivity = ControlActivity & {
298
298
  value?: Record<string, unknown>;
299
299
  };
300
300
 
301
+ // @public
302
+ export type AppFiguresLinkedService = LinkedService & {
303
+ type: "AppFigures";
304
+ userName: Record<string, unknown>;
305
+ password: SecretBaseUnion;
306
+ clientKey: SecretBaseUnion;
307
+ };
308
+
301
309
  // @public
302
310
  export interface ArmIdWrapper {
303
311
  readonly id?: string;
304
312
  }
305
313
 
314
+ // @public
315
+ export type AsanaLinkedService = LinkedService & {
316
+ type: "Asana";
317
+ apiToken: SecretBaseUnion;
318
+ encryptedCredential?: Record<string, unknown>;
319
+ };
320
+
306
321
  // @public
307
322
  export type AvroCompressionCodec = string;
308
323
 
@@ -2019,6 +2034,13 @@ export type DatasetStorageFormatUnion = DatasetStorageFormat | TextFormat | Json
2019
2034
  // @public (undocumented)
2020
2035
  export 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;
2021
2036
 
2037
+ // @public
2038
+ export type DataworldLinkedService = LinkedService & {
2039
+ type: "Dataworld";
2040
+ apiToken: SecretBaseUnion;
2041
+ encryptedCredential?: Record<string, unknown>;
2042
+ };
2043
+
2022
2044
  // @public
2023
2045
  export type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
2024
2046
 
@@ -5076,7 +5098,7 @@ export interface LinkedService {
5076
5098
  parameters?: {
5077
5099
  [propertyName: string]: ParameterSpecification;
5078
5100
  };
5079
- 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";
5101
+ 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" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "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";
5080
5102
  }
5081
5103
 
5082
5104
  // @public
@@ -5147,7 +5169,7 @@ export interface LinkedServicesListByFactoryOptionalParams extends coreClient.Op
5147
5169
  export type LinkedServicesListByFactoryResponse = LinkedServiceListResponse;
5148
5170
 
5149
5171
  // @public (undocumented)
5150
- export 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;
5172
+ export 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 | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | 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;
5151
5173
 
5152
5174
  // @public
5153
5175
  export interface LogLocationSettings {
@@ -8135,6 +8157,13 @@ export type TumblingWindowTriggerDependencyReference = TriggerDependencyReferenc
8135
8157
  size?: string;
8136
8158
  };
8137
8159
 
8160
+ // @public
8161
+ export type TwilioLinkedService = LinkedService & {
8162
+ type: "Twilio";
8163
+ userName: Record<string, unknown>;
8164
+ password: SecretBaseUnion;
8165
+ };
8166
+
8138
8167
  // @public
8139
8168
  export interface TypeConversionSettings {
8140
8169
  allowDataTruncation?: Record<string, unknown>;
@@ -7,6 +7,7 @@
7
7
  */
8
8
 
9
9
  import * as coreClient from "@azure/core-client";
10
+ import * as coreRestPipeline from "@azure/core-rest-pipeline";
10
11
  import * as coreAuth from "@azure/core-auth";
11
12
  import {
12
13
  OperationsImpl,
@@ -86,7 +87,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
86
87
  credential: credentials
87
88
  };
88
89
 
89
- const packageDetails = `azsdk-js-arm-datafactory/10.3.1`;
90
+ const packageDetails = `azsdk-js-arm-datafactory/10.4.0`;
90
91
  const userAgentPrefix =
91
92
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
92
93
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
@@ -105,6 +106,29 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
105
106
  options.endpoint ?? options.baseUri ?? "https://management.azure.com"
106
107
  };
107
108
  super(optionsWithDefaults);
109
+
110
+ if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
111
+ const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();
112
+ const bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
113
+ (pipelinePolicy) =>
114
+ pipelinePolicy.name ===
115
+ coreRestPipeline.bearerTokenAuthenticationPolicyName
116
+ );
117
+ if (!bearerTokenAuthenticationPolicyFound) {
118
+ this.pipeline.removePolicy({
119
+ name: coreRestPipeline.bearerTokenAuthenticationPolicyName
120
+ });
121
+ this.pipeline.addPolicy(
122
+ coreRestPipeline.bearerTokenAuthenticationPolicy({
123
+ scopes: `${optionsWithDefaults.baseUri}/.default`,
124
+ challengeCallbacks: {
125
+ authorizeRequestOnChallenge:
126
+ coreClient.authorizeRequestOnClaimChallenge
127
+ }
128
+ })
129
+ );
130
+ }
131
+ }
108
132
  // Parameter assignments
109
133
  this.subscriptionId = subscriptionId;
110
134
 
@@ -83,6 +83,10 @@ export type LinkedServiceUnion =
83
83
  | QuickbaseLinkedService
84
84
  | SmartsheetLinkedService
85
85
  | ZendeskLinkedService
86
+ | DataworldLinkedService
87
+ | AppFiguresLinkedService
88
+ | AsanaLinkedService
89
+ | TwilioLinkedService
86
90
  | AmazonRedshiftLinkedService
87
91
  | CustomDataSourceLinkedService
88
92
  | AzureSearchLinkedService
@@ -1283,6 +1287,10 @@ export interface LinkedService {
1283
1287
  | "Quickbase"
1284
1288
  | "Smartsheet"
1285
1289
  | "Zendesk"
1290
+ | "Dataworld"
1291
+ | "AppFigures"
1292
+ | "Asana"
1293
+ | "Twilio"
1286
1294
  | "AmazonRedshift"
1287
1295
  | "CustomDataSource"
1288
1296
  | "AzureSearch"
@@ -4985,6 +4993,48 @@ export type ZendeskLinkedService = LinkedService & {
4985
4993
  encryptedCredential?: Record<string, unknown>;
4986
4994
  };
4987
4995
 
4996
+ /** Linked service for Dataworld. */
4997
+ export type DataworldLinkedService = LinkedService & {
4998
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4999
+ type: "Dataworld";
5000
+ /** The api token for the Dataworld source. */
5001
+ apiToken: SecretBaseUnion;
5002
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
5003
+ encryptedCredential?: Record<string, unknown>;
5004
+ };
5005
+
5006
+ /** Linked service for AppFigures. */
5007
+ export type AppFiguresLinkedService = LinkedService & {
5008
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5009
+ type: "AppFigures";
5010
+ /** The username of the Appfigures source. */
5011
+ userName: Record<string, unknown>;
5012
+ /** The password of the AppFigures source. */
5013
+ password: SecretBaseUnion;
5014
+ /** The client key for the AppFigures source. */
5015
+ clientKey: SecretBaseUnion;
5016
+ };
5017
+
5018
+ /** Linked service for Asana. */
5019
+ export type AsanaLinkedService = LinkedService & {
5020
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5021
+ type: "Asana";
5022
+ /** The api token for the Asana source. */
5023
+ apiToken: SecretBaseUnion;
5024
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
5025
+ encryptedCredential?: Record<string, unknown>;
5026
+ };
5027
+
5028
+ /** Linked service for Twilio. */
5029
+ export type TwilioLinkedService = LinkedService & {
5030
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5031
+ type: "Twilio";
5032
+ /** The Account SID of Twilio service. */
5033
+ userName: Record<string, unknown>;
5034
+ /** The auth token of Twilio service. */
5035
+ password: SecretBaseUnion;
5036
+ };
5037
+
4988
5038
  /** Linked service for Amazon Redshift. */
4989
5039
  export type AmazonRedshiftLinkedService = LinkedService & {
4990
5040
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -11163,6 +11163,127 @@ export const ZendeskLinkedService: coreClient.CompositeMapper = {
11163
11163
  }
11164
11164
  };
11165
11165
 
11166
+ export const DataworldLinkedService: coreClient.CompositeMapper = {
11167
+ serializedName: "Dataworld",
11168
+ type: {
11169
+ name: "Composite",
11170
+ className: "DataworldLinkedService",
11171
+ uberParent: "LinkedService",
11172
+ additionalProperties: { type: { name: "Object" } },
11173
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
11174
+ modelProperties: {
11175
+ ...LinkedService.type.modelProperties,
11176
+ apiToken: {
11177
+ serializedName: "typeProperties.apiToken",
11178
+ type: {
11179
+ name: "Composite",
11180
+ className: "SecretBase"
11181
+ }
11182
+ },
11183
+ encryptedCredential: {
11184
+ serializedName: "typeProperties.encryptedCredential",
11185
+ type: {
11186
+ name: "Dictionary",
11187
+ value: { type: { name: "any" } }
11188
+ }
11189
+ }
11190
+ }
11191
+ }
11192
+ };
11193
+
11194
+ export const AppFiguresLinkedService: coreClient.CompositeMapper = {
11195
+ serializedName: "AppFigures",
11196
+ type: {
11197
+ name: "Composite",
11198
+ className: "AppFiguresLinkedService",
11199
+ uberParent: "LinkedService",
11200
+ additionalProperties: { type: { name: "Object" } },
11201
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
11202
+ modelProperties: {
11203
+ ...LinkedService.type.modelProperties,
11204
+ userName: {
11205
+ serializedName: "typeProperties.userName",
11206
+ required: true,
11207
+ type: {
11208
+ name: "Dictionary",
11209
+ value: { type: { name: "any" } }
11210
+ }
11211
+ },
11212
+ password: {
11213
+ serializedName: "typeProperties.password",
11214
+ type: {
11215
+ name: "Composite",
11216
+ className: "SecretBase"
11217
+ }
11218
+ },
11219
+ clientKey: {
11220
+ serializedName: "typeProperties.clientKey",
11221
+ type: {
11222
+ name: "Composite",
11223
+ className: "SecretBase"
11224
+ }
11225
+ }
11226
+ }
11227
+ }
11228
+ };
11229
+
11230
+ export const AsanaLinkedService: coreClient.CompositeMapper = {
11231
+ serializedName: "Asana",
11232
+ type: {
11233
+ name: "Composite",
11234
+ className: "AsanaLinkedService",
11235
+ uberParent: "LinkedService",
11236
+ additionalProperties: { type: { name: "Object" } },
11237
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
11238
+ modelProperties: {
11239
+ ...LinkedService.type.modelProperties,
11240
+ apiToken: {
11241
+ serializedName: "typeProperties.apiToken",
11242
+ type: {
11243
+ name: "Composite",
11244
+ className: "SecretBase"
11245
+ }
11246
+ },
11247
+ encryptedCredential: {
11248
+ serializedName: "typeProperties.encryptedCredential",
11249
+ type: {
11250
+ name: "Dictionary",
11251
+ value: { type: { name: "any" } }
11252
+ }
11253
+ }
11254
+ }
11255
+ }
11256
+ };
11257
+
11258
+ export const TwilioLinkedService: coreClient.CompositeMapper = {
11259
+ serializedName: "Twilio",
11260
+ type: {
11261
+ name: "Composite",
11262
+ className: "TwilioLinkedService",
11263
+ uberParent: "LinkedService",
11264
+ additionalProperties: { type: { name: "Object" } },
11265
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
11266
+ modelProperties: {
11267
+ ...LinkedService.type.modelProperties,
11268
+ userName: {
11269
+ serializedName: "typeProperties.userName",
11270
+ required: true,
11271
+ type: {
11272
+ name: "Dictionary",
11273
+ value: { type: { name: "any" } }
11274
+ }
11275
+ },
11276
+ password: {
11277
+ serializedName: "typeProperties.password",
11278
+ type: {
11279
+ name: "Composite",
11280
+ className: "SecretBase"
11281
+ }
11282
+ }
11283
+ }
11284
+ }
11285
+ };
11286
+
11166
11287
  export const AmazonRedshiftLinkedService: coreClient.CompositeMapper = {
11167
11288
  serializedName: "AmazonRedshift",
11168
11289
  type: {
@@ -27400,6 +27521,10 @@ export let discriminators = {
27400
27521
  "LinkedService.Quickbase": QuickbaseLinkedService,
27401
27522
  "LinkedService.Smartsheet": SmartsheetLinkedService,
27402
27523
  "LinkedService.Zendesk": ZendeskLinkedService,
27524
+ "LinkedService.Dataworld": DataworldLinkedService,
27525
+ "LinkedService.AppFigures": AppFiguresLinkedService,
27526
+ "LinkedService.Asana": AsanaLinkedService,
27527
+ "LinkedService.Twilio": TwilioLinkedService,
27403
27528
  "LinkedService.AmazonRedshift": AmazonRedshiftLinkedService,
27404
27529
  "LinkedService.CustomDataSource": CustomDataSourceLinkedService,
27405
27530
  "LinkedService.AzureSearch": AzureSearchLinkedService,
@@ -498,12 +498,34 @@ export declare type AppendVariableActivity = ControlActivity & {
498
498
  value?: Record<string, unknown>;
499
499
  };
500
500
 
501
+ /** Linked service for AppFigures. */
502
+ export declare type AppFiguresLinkedService = LinkedService & {
503
+ /** Polymorphic discriminator, which specifies the different types this object can be */
504
+ type: "AppFigures";
505
+ /** The username of the Appfigures source. */
506
+ userName: Record<string, unknown>;
507
+ /** The password of the AppFigures source. */
508
+ password: SecretBaseUnion;
509
+ /** The client key for the AppFigures source. */
510
+ clientKey: SecretBaseUnion;
511
+ };
512
+
501
513
  /** A wrapper for an ARM resource id */
502
514
  export declare interface ArmIdWrapper {
503
515
  /** NOTE: This property will not be serialized. It can only be populated by the server. */
504
516
  readonly id?: string;
505
517
  }
506
518
 
519
+ /** Linked service for Asana. */
520
+ export declare type AsanaLinkedService = LinkedService & {
521
+ /** Polymorphic discriminator, which specifies the different types this object can be */
522
+ type: "Asana";
523
+ /** The api token for the Asana source. */
524
+ apiToken: SecretBaseUnion;
525
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
526
+ encryptedCredential?: Record<string, unknown>;
527
+ };
528
+
507
529
  /**
508
530
  * Defines values for AvroCompressionCodec. \
509
531
  * {@link KnownAvroCompressionCodec} can be used interchangeably with AvroCompressionCodec,
@@ -3169,6 +3191,16 @@ export declare type DatasetStorageFormatUnion = DatasetStorageFormat | TextForma
3169
3191
 
3170
3192
  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;
3171
3193
 
3194
+ /** Linked service for Dataworld. */
3195
+ export declare type DataworldLinkedService = LinkedService & {
3196
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3197
+ type: "Dataworld";
3198
+ /** The api token for the Dataworld source. */
3199
+ apiToken: SecretBaseUnion;
3200
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
3201
+ encryptedCredential?: Record<string, unknown>;
3202
+ };
3203
+
3172
3204
  /** Defines values for DayOfWeek. */
3173
3205
  export declare type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
3174
3206
 
@@ -7268,7 +7300,7 @@ export declare type LinkedIntegrationRuntimeTypeUnion = LinkedIntegrationRuntime
7268
7300
  /** The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource. */
7269
7301
  export declare interface LinkedService {
7270
7302
  /** Polymorphic discriminator, which specifies the different types this object can be */
7271
- 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";
7303
+ 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" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "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";
7272
7304
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
7273
7305
  [property: string]: any;
7274
7306
  /** The integration runtime reference. */
@@ -7387,7 +7419,7 @@ export declare interface LinkedServicesListByFactoryOptionalParams extends coreC
7387
7419
  /** Contains response data for the listByFactory operation. */
7388
7420
  export declare type LinkedServicesListByFactoryResponse = LinkedServiceListResponse;
7389
7421
 
7390
- 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;
7422
+ 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 | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | 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;
7391
7423
 
7392
7424
  /** Log location settings. */
7393
7425
  export declare interface LogLocationSettings {
@@ -12620,6 +12652,16 @@ export declare type TumblingWindowTriggerDependencyReference = TriggerDependency
12620
12652
  size?: string;
12621
12653
  };
12622
12654
 
12655
+ /** Linked service for Twilio. */
12656
+ export declare type TwilioLinkedService = LinkedService & {
12657
+ /** Polymorphic discriminator, which specifies the different types this object can be */
12658
+ type: "Twilio";
12659
+ /** The Account SID of Twilio service. */
12660
+ userName: Record<string, unknown>;
12661
+ /** The auth token of Twilio service. */
12662
+ password: SecretBaseUnion;
12663
+ };
12664
+
12623
12665
  /** Type conversion settings */
12624
12666
  export declare interface TypeConversionSettings {
12625
12667
  /** Whether to allow data truncation when converting the data. Type: boolean (or Expression with resultType boolean). */
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.22.1"
8
+ "packageVersion": "7.18.11"
9
9
  }
10
10
  ]
11
11
  }