Skip to content

Commit 8f68176

Browse files
hvermisMaddie Clayton
authored andcommitted
Updating ADF .Net SDK version (Azure#6315)
1 parent aff4540 commit 8f68176

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

src/ResourceManager/DataFactoryV2/Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
-->
2020

2121
## Current Release
22+
* Updated the ADF .Net SDK version to 0.8.0-preview containing following changes:
23+
- Added Configure factory repository operation
24+
- Updated QuickBooks LinkedService to expose consumerKey and consumerSecret properties
25+
- Updated Several model types from SecretBase to Object
26+
- Added Blob Events trigger
2227

2328
## Version 0.5.4
2429
* Set minimum dependency of module to PowerShell 5.0
@@ -29,7 +34,6 @@
2934
- Removed schema property from Teradata linked service
3035
- Added LinkedService, Dataset, CopySource for Responsys
3136

32-
3337
## Version 0.5.3
3438
* Updated to the latest version of the Azure ClientRuntime
3539

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2.Test/Commands.DataFactoryV2.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</Reference>
5454
<Reference Include="Microsoft.Azure.Management.DataFactory">
5555
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.7.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
56+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.8.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5959
<SpecificVersion>False</SpecificVersion>

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
55
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
66
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
7-
<package id="Microsoft.Azure.Management.DataFactory" version="0.7.0-preview" targetFramework="net452" />
7+
<package id="Microsoft.Azure.Management.DataFactory" version="0.8.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Commands.DataFactoryV2.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="0.7.0-preview" />
31+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="0.8.0-preview" />
3232
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="3.4.6604.1" />
3333
</ItemGroup>
3434

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Commands.DataFactoryV2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<ItemGroup>
5151
<Reference Include="Microsoft.Azure.Management.DataFactory">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.7.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
53+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.8.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.DataTransfer.Gateway.Encryption, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5656
<SpecificVersion>False</SpecificVersion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Azure.Management.DataFactory" version="0.7.0-preview" targetFramework="net452" />
3+
<package id="Microsoft.Azure.Management.DataFactory" version="0.8.0-preview" targetFramework="net452" />
44
<package id="Microsoft.DataTransfer.Gateway.Encryption" version="3.4.6604.1" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)