Skip to content

Commit

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

* [DataFactory]Updated ADF .Net SDK version to 6.0.0

* [DataFactory]Fixed Set-AzDataFactoryV2 -InputObject not correct with PublicNetworkAccess Parameter

* [DataFactory] Updated ADF .Net SDK version to 6.1.0

* [DataFactory]Updated ADF .Net SDK version to 6.2.0

* [DataFactory]Updated ADF .Net SDK version to 6.3.0
  • Loading branch information
Jingshu923 authored Jun 17, 2022
1 parent 95fa5b1 commit 66b6c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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="6.2.0" />
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="6.3.0" />
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/DataFactory/DataFactoryV2/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated ADF .Net SDK version to 6.2.0
* Updated ADF .Net SDK version to 6.3.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.2.0" />
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="6.3.0" />
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
</ItemGroup>

Expand Down

0 comments on commit 66b6c26

Please sign in to comment.