Skip to content

Commit e2ed802

Browse files
authored
[DataFactory]Updated ADF .Net SDK version to 9.1.0 (#20875)
* [DataFactory]Updated ADF .Net SDK version to 9.1.0 * update
1 parent d4510cc commit e2ed802

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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="9.0.0" />
14+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="9.1.0" />
1515
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
1616
</ItemGroup>
1717

src/DataFactory/DataFactoryV2/Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated ADF .Net SDK version to 9.1.0
22+
* Added AzureBlobStorage containerUri and authenticationType properties in ADF
23+
* Added support copyComputeScale And pipelineExternalComputeScale in IntegrationRuntime
2124

2225
## Version 1.16.12
2326
* Updated ADF .Net SDK version to 9.0.0

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="9.0.0" />
15+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="9.1.0" />
1616
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)