Skip to content

Commit 9749bee

Browse files
authored
Update the version of Microsoft.DataTransfer.Gateway.Encryption (Azure#24734)
* Update the version of Microsoft.DataTransfer.Gateway.Encryption * Update change log * format code style
1 parent cb5a231 commit 9749bee

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

src/DataFactory/DataFactory/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated ADF encryption client SDK version to 5.29.8499.2
2122

2223
## Version 1.18.3
2324
* Added ServiceNowV2, PostgreSqlV2, GoogleBigQuery in ADF

src/DataFactory/DataFactoryV1.Test/DataFactoryV1.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.DataFactories" Version="4.13.3" />
15-
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
15+
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="5.29.8499.2" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/DataFactory/DataFactoryV1/DataFactoryV1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<PsModuleName>DataFactory</PsModuleName>
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.Azure.Management.DataFactories" Version="4.13.3" />
16-
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
16+
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="5.29.8499.2" />
1717
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" />
1818
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
1919
<!-- Include the following DLLs for security issue -->

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.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
14+
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="5.29.8499.2" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

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.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
15+
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="5.29.8499.2" />
1616
<!-- Include the following DLLs for security issue -->
1717
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
1818
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />

0 commit comments

Comments
 (0)