Skip to content

Commit

Permalink
[DataFactory]Upgrade sdk version to 4.14.0 (#14149)
Browse files Browse the repository at this point in the history
* [DataFactory]Upgrade sdk version to 4.14.0

* revert

* Revert "revert"

This reverts commit aa7f924.
  • Loading branch information
Jingshu923 authored Feb 8, 2021
1 parent 1ff6b2f commit 44d48af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.13.0" />
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.14.0" />
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions src/DataFactory/DataFactoryV2/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated ADF .Net SDK version to 4.14.0

## Version 1.11.3
* Fixed the command `Invoke-AzDataFactoryV2Pipeline` for SupportsShouldProcess issue
Expand Down
2 changes: 1 addition & 1 deletion src/DataFactory/DataFactoryV2/DataFactoryV2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.13.0" />
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.14.0" />
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
</ItemGroup>

Expand Down

0 comments on commit 44d48af

Please sign in to comment.