Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataFactory]Updated ADF .Net SDK version to 6.2.0 #18327

Merged
merged 9 commits into from
Jun 7, 2022
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="6.1.0" />
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="6.2.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 6.2.0

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

Expand Down