Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
<PackageReleaseNotes>
<![CDATA[
Updates in this release:
- Enabled the AAD authentication via service principal and management service identity for Azure SQL DB/DW linked service types
- Added support for integration runtime sharing across subscriptions and data factories
- Enabled Azure Key Vault for all compute linked service
- Added SAP ECC Source
- Added new properties clientId and clientSecret for GoogleBigQuery LinkedService which allow user authentication with Google application secrets
- Added LinkedService, Dataset, CopySource for Vertica and Netezza
]]>
- Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
- Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
- Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
- Added support for SecureOutput on all activities
- Added new BatchCount property on ForEach activity which control how many concurrent activities to run
- Added new Filter Activity
- Added Linked Service Parameters support
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
Expand Down
20 changes: 8 additions & 12 deletions src/SDKs/DataFactory/Management.DataFactory/changelog.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Changelog for the Azure Data Factory V2 .NET SDK

## Version 0.7.0-preview

### Feature Additions
* Add AzureDatabricks LinkedService and DatabricksNotebook Activity
* Add headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService.
* Add LinkedService, Dataset, CopySource for SalesforceMarketingCloud

## Version 0.6.0-preview

### Feature Additions
* SecureOutput and BatchCount
* Filter Activity
* Linked Service Parameters
* FilterActivity

* Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
* Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
* Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
* Added support for SecureOutput on all activities
* Added new BatchCount property on ForEach activity which control how many concurrent activities to run
* Added new Filter Activity
* Added Linked Service Parameters support

## Version 0.5.0-preview

### Feature Additions
Expand Down