Skip to content
Open
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
11 changes: 11 additions & 0 deletions sdk/datafactory/Azure.ResourceManager.DataFactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 1.11.0 (2025-12-01)

### Features Added

- Added Netezza V2 linked service and dataset definitions.
- Added Jira V2 connector support in Azure Data Factory.
- Added enable/disable Interactive Query management APIs.
- Added `clusterResourceGroupAuthType` to the HDInsight OnDemand linked service definition.
- Expanded Snowflake V2 options to cover additional data types.
- Added `partitionOption` property for the Salesforce V2 connector.

## 1.10.0 (2025-09-03)

### Features Added
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.10.0</Version>
<Version>1.11.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.9.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.DataFactory</PackageId>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading