Skip to content

Commit e074950

Browse files
authored
[DataFactory]Updated ADF .Net SDK version to 4.21.0 (#15553)
* [DataFactory]Fix the command `Get-AzDataFactoryV2LinkedService` doc issue * fix commets * remove doc * Updated ADF .Net SDK version to 4.21.0
1 parent 8c93698 commit e074950

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/DataFactory/DataFactoryV2.Test/DataFactoryV2.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.20.0" />
14+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.21.0" />
1515
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
1616
</ItemGroup>
1717

src/DataFactory/DataFactoryV2/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated ADF .Net SDK version to 4.20.0
21+
* Updated ADF .Net SDK version to 4.21.0
2222

2323
## Version 1.13.0
2424
* Added Customer Managed Key Encryption to DataFactory

src/DataFactory/DataFactoryV2/DataFactoryV2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.20.0" />
15+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.21.0" />
1616
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)