Skip to content

Commit

Permalink
[DataFactory]Updated ADF .Net SDK version to 9.1.0 (#20875)
Browse files Browse the repository at this point in the history
* [DataFactory]Updated ADF .Net SDK version to 9.1.0

* update
  • Loading branch information
Jingshu923 authored Feb 10, 2023
1 parent d4510cc commit e2ed802
Show file tree
Hide file tree
Showing 3 changed files with 5 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="9.0.0" />
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="9.1.0" />
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions src/DataFactory/DataFactoryV2/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated ADF .Net SDK version to 9.1.0
* Added AzureBlobStorage containerUri and authenticationType properties in ADF
* Added support copyComputeScale And pipelineExternalComputeScale in IntegrationRuntime

## Version 1.16.12
* Updated ADF .Net SDK version to 9.0.0
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="9.0.0" />
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="9.1.0" />
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
</ItemGroup>

Expand Down

0 comments on commit e2ed802

Please sign in to comment.