Skip to content

Commit 8f406b8

Browse files
authored
Merge pull request #5322 from hvermis/preview
Updating the ADF SDK nuget to the latest and adding release notes
2 parents fa6aa01 + 479ad5b commit 8f406b8

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

src/ResourceManager/DataFactories/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Enabled Azure Key Vault support for all data store linked services
22+
* Added license type property for Azure SSIS integration runtime
2123
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
2224
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
2325
* Obsoleted -Tags in favor of -Tag for New-AzureRmDataFactory

src/ResourceManager/DataFactories/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.3.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
56+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.4.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/DataFactories/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="1.0.0" targetFramework="net45" />
7-
<package id="Microsoft.Azure.Management.DataFactory" version="0.3.0-preview" targetFramework="net452" />
7+
<package id="Microsoft.Azure.Management.DataFactory" version="0.4.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/DataFactories/Commands.DataFactoryV2/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Current Release
22+
* Enabled Azure Key Vault support for all data store linked services
23+
* Added license type property for Azure SSIS integration runtime
2224
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
2325
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
2426

src/ResourceManager/DataFactories/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.3.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
53+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.4.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.DataTransfer.Gateway.Encryption, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5656
<SpecificVersion>False</SpecificVersion>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Azure.Management.DataFactory" version="0.3.0-preview" targetFramework="net452" />
3+
<package id="Microsoft.Azure.Management.DataFactory" version="0.4.0-preview" targetFramework="net452" />
44
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
55
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net45" />
66
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net45" />

0 commit comments

Comments
 (0)