github Azure/azure-sdk-for-js @azure/arm-datafactory_12.0.0

latest releases: @azure/identity_4.5.0-beta.3, @azure/openai_1.0.0-beta.13, @azure/openai-assistants_1.0.0-beta.6...
10 months ago

12.0.0 (2023-11-10)

Features

  • Added operation group ChangeDataCapture
  • Added Interface ChangeDataCaptureCreateOrUpdateOptionalParams
  • Added Interface ChangeDataCaptureDeleteOptionalParams
  • Added Interface ChangeDataCaptureFolder
  • Added Interface ChangeDataCaptureGetOptionalParams
  • Added Interface ChangeDataCaptureListByFactoryNextOptionalParams
  • Added Interface ChangeDataCaptureListByFactoryOptionalParams
  • Added Interface ChangeDataCaptureListResponse
  • Added Interface ChangeDataCaptureResource
  • Added Interface ChangeDataCaptureStartOptionalParams
  • Added Interface ChangeDataCaptureStatusOptionalParams
  • Added Interface ChangeDataCaptureStopOptionalParams
  • Added Interface DataMapperMapping
  • Added Interface IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem
  • Added Interface LakeHouseLinkedService
  • Added Interface LakeHouseLocation
  • Added Interface LakeHouseReadSettings
  • Added Interface LakeHouseTableDataset
  • Added Interface LakeHouseTableSink
  • Added Interface LakeHouseTableSource
  • Added Interface LakeHouseWriteSettings
  • Added Interface MapperAttributeMapping
  • Added Interface MapperAttributeMappings
  • Added Interface MapperAttributeReference
  • Added Interface MapperConnection
  • Added Interface MapperConnectionReference
  • Added Interface MapperDslConnectorProperties
  • Added Interface MapperPolicy
  • Added Interface MapperPolicyRecurrence
  • Added Interface MapperSourceConnectionsInfo
  • Added Interface MapperTable
  • Added Interface MapperTableSchema
  • Added Interface MapperTargetConnectionsInfo
  • Added Interface OutputColumn
  • Added Interface ParquetReadSettings
  • Added Interface SecureInputOutputPolicy
  • Added Type Alias ActivityOnInactiveMarkAs
  • Added Type Alias ActivityState
  • Added Type Alias ChangeDataCaptureCreateOrUpdateResponse
  • Added Type Alias ChangeDataCaptureGetResponse
  • Added Type Alias ChangeDataCaptureListByFactoryNextResponse
  • Added Type Alias ChangeDataCaptureListByFactoryResponse
  • Added Type Alias ChangeDataCaptureStatusResponse
  • Added Type Alias ConnectionType
  • Added Type Alias FrequencyType
  • Added Type Alias MappingType
  • Interface Activity has a new optional parameter onInactiveMarkAs
  • Interface Activity has a new optional parameter state
  • Interface AmazonRdsForSqlServerSource has a new optional parameter isolationLevel
  • Interface AzureMLServiceLinkedService has a new optional parameter authentication
  • Interface AzureSqlSource has a new optional parameter isolationLevel
  • Interface GoogleAdWordsLinkedService has a new optional parameter googleAdsApiVersion
  • Interface GoogleAdWordsLinkedService has a new optional parameter loginCustomerID
  • Interface GoogleAdWordsLinkedService has a new optional parameter privateKey
  • Interface GoogleAdWordsLinkedService has a new optional parameter supportLegacyDataTypes
  • Interface HttpReadSettings has a new optional parameter additionalColumns
  • Interface IntegrationRuntimeDataFlowProperties has a new optional parameter customProperties
  • Interface MongoDbAtlasLinkedService has a new optional parameter driverVersion
  • Interface ParquetSource has a new optional parameter formatSettings
  • Interface PipelineExternalComputeScaleProperties has a new optional parameter numberOfExternalNodes
  • Interface PipelineExternalComputeScaleProperties has a new optional parameter numberOfPipelineNodes
  • Interface SelfHostedIntegrationRuntime has a new optional parameter selfContainedInteractiveAuthoringEnabled
  • Interface SelfHostedIntegrationRuntimeStatus has a new optional parameter selfContainedInteractiveAuthoringEnabled
  • Interface SetVariableActivity has a new optional parameter policy
  • Interface SetVariableActivity has a new optional parameter setSystemVariable
  • Interface SqlDWSource has a new optional parameter isolationLevel
  • Interface SqlMISource has a new optional parameter isolationLevel
  • Interface SqlServerSource has a new optional parameter isolationLevel
  • Interface SynapseNotebookActivity has a new optional parameter configurationType
  • Interface SynapseNotebookActivity has a new optional parameter sparkConfig
  • Interface SynapseNotebookActivity has a new optional parameter targetSparkConfiguration
  • Interface WebHookActivity has a new optional parameter policy
  • Type of parameter type of interface CopySink is changed from
"DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink"

to

"DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink"
  • Type of parameter type of interface CopySource is changed from ```
    "AvroSource" | "ExcelSource" | "ParquetSource" | "DelimitedTextSource" | "JsonSource" | "XmlSource" | "OrcSource" | "BinarySource" | "TabularSource" | "AzureTableSource" | "BlobSource" | "DocumentDbCollectionSource" | "CosmosDbSqlApiSource" | "DynamicsSource" | "DynamicsCrmSource" | "CommonDataServiceForAppsSource" | "RelationalSource" | "InformixSource" | "MicrosoftAccessSource" | "Db2Source" | "OdbcSource" | "MySqlSource" | "PostgreSqlSource" | "SybaseSource" | "SapBwSource" | "ODataSource" | "SalesforceSource" | "SalesforceServiceCloudSource" | "SapCloudForCustomerSource" | "SapEccSource" | "SapHanaSource" | "SapOpenHubSource" | "SapOdpSource" | "SapTableSource" | "RestSource" | "SqlSource" | "SqlServerSource" | "AmazonRdsForSqlServerSource" | "AzureSqlSource" | "SqlMISource" | "SqlDWSource" | "FileSystemSource" | "HdfsSource" | "AzureMySqlSource" | "AzureDataExplorerSource" | "OracleSource" | "AmazonRdsForOracleSource" | "TeradataSource" | "WebSource" | "CassandraSource" | "MongoDbSource" | "MongoDbAtlasSource" | "MongoDbV2Source" | "CosmosDbMongoDbApiSource" | "Office365Source" | "AzureDataLakeStoreSource" | "AzureBlobFSSource" | "HttpSource" | "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" | "SnowflakeSource" | "AzureDatabricksDeltaLakeSource" | "SharePointOnlineListSource"
to 

"AvroSource" | "ExcelSource" | "ParquetSource" | "DelimitedTextSource" | "JsonSource" | "XmlSource" | "OrcSource" | "BinarySource" | "TabularSource" | "AzureTableSource" | "BlobSource" | "DocumentDbCollectionSource" | "CosmosDbSqlApiSource" | "DynamicsSource" | "DynamicsCrmSource" | "CommonDataServiceForAppsSource" | "RelationalSource" | "InformixSource" | "MicrosoftAccessSource" | "Db2Source" | "OdbcSource" | "MySqlSource" | "PostgreSqlSource" | "SybaseSource" | "SapBwSource" | "ODataSource" | "SalesforceSource" | "SalesforceServiceCloudSource" | "SapCloudForCustomerSource" | "SapEccSource" | "SapHanaSource" | "SapOpenHubSource" | "SapOdpSource" | "SapTableSource" | "RestSource" | "SqlSource" | "SqlServerSource" | "AmazonRdsForSqlServerSource" | "AzureSqlSource" | "SqlMISource" | "SqlDWSource" | "FileSystemSource" | "HdfsSource" | "AzureMySqlSource" | "AzureDataExplorerSource" | "OracleSource" | "AmazonRdsForOracleSource" | "TeradataSource" | "WebSource" | "CassandraSource" | "MongoDbSource" | "MongoDbAtlasSource" | "MongoDbV2Source" | "CosmosDbMongoDbApiSource" | "Office365Source" | "AzureDataLakeStoreSource" | "AzureBlobFSSource" | "HttpSource" | "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" | "LakeHouseTableSource" | "SnowflakeSource" | "AzureDatabricksDeltaLakeSource" | "SharePointOnlineListSource"

- Type of parameter type of interface Dataset is changed from ```
"AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset"

to

"AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "LakeHouseTable"
  • Type of parameter type of interface DatasetLocation is changed from
"AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "AmazonS3CompatibleLocation" | "OracleCloudStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation"

to

"AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "AmazonS3CompatibleLocation" | "OracleCloudStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"
  • Type of parameter type of interface FormatReadSettings is changed from
"DelimitedTextReadSettings" | "JsonReadSettings" | "XmlReadSettings" | "BinaryReadSettings"

to

"ParquetReadSettings" | "DelimitedTextReadSettings" | "JsonReadSettings" | "XmlReadSettings" | "BinaryReadSettings"
  • Type of parameter type of interface LinkedService is changed from
"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" | "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" | "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" | "AzureSynapseArtifacts"

to

"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" | "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" | "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" | "AzureSynapseArtifacts" | "LakeHouse"
  • Type of parameter type of interface StoreReadSettings is changed from
"AzureBlobStorageReadSettings" | "AzureBlobFSReadSettings" | "AzureDataLakeStoreReadSettings" | "AmazonS3ReadSettings" | "FileServerReadSettings" | "AzureFileStorageReadSettings" | "AmazonS3CompatibleReadSettings" | "OracleCloudStorageReadSettings" | "GoogleCloudStorageReadSettings" | "FtpReadSettings" | "SftpReadSettings" | "HttpReadSettings" | "HdfsReadSettings"

to

"AzureBlobStorageReadSettings" | "AzureBlobFSReadSettings" | "AzureDataLakeStoreReadSettings" | "AmazonS3ReadSettings" | "FileServerReadSettings" | "AzureFileStorageReadSettings" | "AmazonS3CompatibleReadSettings" | "OracleCloudStorageReadSettings" | "GoogleCloudStorageReadSettings" | "FtpReadSettings" | "SftpReadSettings" | "HttpReadSettings" | "HdfsReadSettings" | "LakeHouseReadSettings"
  • Type of parameter type of interface StoreWriteSettings is changed from
"SftpWriteSettings" | "AzureBlobStorageWriteSettings" | "AzureBlobFSWriteSettings" | "AzureDataLakeStoreWriteSettings" | "FileServerWriteSettings" | "AzureFileStorageWriteSettings"

to

"SftpWriteSettings" | "AzureBlobStorageWriteSettings" | "AzureBlobFSWriteSettings" | "AzureDataLakeStoreWriteSettings" | "FileServerWriteSettings" | "AzureFileStorageWriteSettings" | "LakeHouseWriteSettings"
  • Added Enum KnownActivityOnInactiveMarkAs
  • Added Enum KnownActivityState
  • Added Enum KnownConnectionType
  • Added Enum KnownFrequencyType
  • Added Enum KnownMappingType

Breaking Changes

  • Interface HttpReadSettings no longer has parameter enablePartitionDiscovery
  • Interface HttpReadSettings no longer has parameter partitionRootPath
  • Type of parameter encryptedCredential of interface AmazonMWSLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AmazonRdsForOracleLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AmazonRdsForSqlServerLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AmazonRedshiftLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AmazonS3CompatibleLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface AmazonS3CompatibleReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface AmazonS3LinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface AmazonS3ReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface AsanaLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureBatchLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureBlobFSLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface AzureBlobFSReadSettings is changed from boolean to any
  • Type of parameter accountKind of interface AzureBlobStorageLinkedService is changed from string to any
  • Type of parameter serviceEndpoint of interface AzureBlobStorageLinkedService is changed from string to any
  • Type of parameter enablePartitionDiscovery of interface AzureBlobStorageReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface AzureDatabricksDeltaLakeLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureDatabricksLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureDataLakeAnalyticsLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureDataLakeStoreLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface AzureDataLakeStoreReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface AzureFileStorageLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface AzureFileStorageReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface AzureFunctionLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureMariaDBLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureMLLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureMLServiceLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureMySqlLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzurePostgreSqlLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureSearchLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureSqlDatabaseLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureSqlDWLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface AzureSqlMILinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface CassandraLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface CommonDataServiceForAppsLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ConcurLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface CosmosDbLinkedService is changed from any to string
  • Type of parameter servicePrincipalCredentialType of interface CosmosDbLinkedService is changed from CosmosDbServicePrincipalCredentialType to any
  • Type of parameter encryptedCredential of interface CouchbaseLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface DataworldLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface Db2LinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface DrillLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface DynamicsAXLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface DynamicsCrmLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface DynamicsLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface EloquaLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface FileServerLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface FileServerReadSettings is changed from boolean to any
  • Type of parameter enablePartitionDiscovery of interface FtpReadSettings is changed from boolean to any
  • Type of parameter useBinaryTransfer of interface FtpReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface FtpServerLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface GoogleAdWordsLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface GoogleBigQueryLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface GoogleCloudStorageLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface GoogleCloudStorageReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface GoogleSheetsLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface GreenplumLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface HBaseLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface HdfsLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface HdfsReadSettings is changed from boolean to any
  • Type of parameter variables of interface HDInsightHiveActivity is changed from any[] to { [propertyName: string]: any; }
  • Type of parameter encryptedCredential of interface HDInsightLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface HDInsightOnDemandLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface HiveLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface HttpLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface HubspotLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ImpalaLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface InformixLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface JiraLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface MagentoLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface MariaDBLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface MarketoLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface MicrosoftAccessLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface MongoDbLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface MySqlLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface NetezzaLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ODataLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface OdbcLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface Office365LinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface OracleCloudStorageLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface OracleCloudStorageReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface OracleLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface OracleServiceCloudLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface PaypalLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface PhoenixLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface PostgreSqlLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface PrestoLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface QuickbaseLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface QuickBooksLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ResponsysLinkedService is changed from any to string
  • Type of parameter additionalHeaders of interface RestResourceDataset is changed from any to { [propertyName: string]: any; }
  • Type of parameter paginationRules of interface RestResourceDataset is changed from any to { [propertyName: string]: any; }
  • Type of parameter encryptedCredential of interface RestServiceLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SalesforceLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SalesforceMarketingCloudLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SalesforceServiceCloudLinkedService is changed from any to string
  • Type of parameter readBehavior of interface SalesforceServiceCloudSource is changed from SalesforceSourceReadBehavior to any
  • Type of parameter readBehavior of interface SalesforceSource is changed from SalesforceSourceReadBehavior to any
  • Type of parameter encryptedCredential of interface SapBWLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SapCloudForCustomerLinkedService is changed from any to string
  • Type of parameter url of interface SapEccLinkedService is changed from string to any
  • Type of parameter username of interface SapEccLinkedService is changed from string to any
  • Type of parameter encryptedCredential of interface SapHanaLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SapOdpLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SapOpenHubLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SapTableLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ServiceNowLinkedService is changed from any to string
  • Type of parameter enablePartitionDiscovery of interface SftpReadSettings is changed from boolean to any
  • Type of parameter encryptedCredential of interface SftpServerLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SharePointOnlineListLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ShopifyLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SmartsheetLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SnowflakeLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SparkLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SqlServerLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SquareLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface SybaseLinkedService is changed from any to string
  • Type of parameter numExecutors of interface SynapseNotebookActivity is changed from number to any
  • Type of parameter encryptedCredential of interface TeamDeskLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface TeradataLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface VerticaLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface XeroLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ZendeskLinkedService is changed from any to string
  • Type of parameter encryptedCredential of interface ZohoLinkedService is changed from any to string
  • Removed Enum KnownCosmosDbServicePrincipalCredentialType

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.