Skip to content

Commit 9da0af4

Browse files
author
Maddie Clayton
authored
Merge pull request #5570 from Azure/adls-data-plane-task-updateversion
Adls data plane task updateversion
2 parents 3933e2c + d4ae4f6 commit 9da0af4

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20+
## Current Release
21+
22+
* Update the version of the ADLS dataplane SDK to 1.1.2
23+
24+
## Version 5.1.1
25+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
26+
* Corrected the error message of 'Test-AzureRmDataLakeStoreAccount' when running this cmdlet without having logged in with 'Login-AzureRmAccount'
27+
2028
## Version 5.2.0-preview
2129

2230
* Export-AzureRmDataLakeStoreItem (https://github.com/Azure/azure-powershell/blob/adls-data-plane/src/ResourceManager/DataLakeStore/documentation/upcoming-breaking-changes.md) - Deprecated parameters PerFileThreadCount, ConcurrentFileCount and introduced parameter Concurrency
@@ -25,9 +33,6 @@
2533
* Set-AzureRMDataLakeStoreItemExpiry - Introduced new parameter set SetRelativeExpiry for setting relative expiration time
2634
* Remove-AzureRmDataLakeStoreItem (https://github.com/Azure/azure-powershell/blob/adls-data-plane/src/ResourceManager/DataLakeStore/documentation/upcoming-breaking-changes.md) - Deprecated parameter Clean.
2735

28-
## Version 5.1.1
29-
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
30-
* Corrected the error message of 'Test-AzureRmDataLakeStoreAccount' when running this cmdlet without having logged in with 'Login-AzureRmAccount'
3136

3237
## Version 5.1.0
3338
* Added Location Completer to -Location parameters allowing tab completion through valid Locations

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ItemGroup>
3939
<Reference Include="Microsoft.Azure.DataLake.Store, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\..\..\packages\Microsoft.Azure.DataLake.Store.1.0.2\lib\net452\Microsoft.Azure.DataLake.Store.dll</HintPath>
41+
<HintPath>..\..\..\packages\Microsoft.Azure.DataLake.Store.1.1.2\lib\net452\Microsoft.Azure.DataLake.Store.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Microsoft.Azure.Management.DataLake.Store, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
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.DataLake.Store" version="1.0.2" targetFramework="net452" />
3+
<package id="Microsoft.Azure.DataLake.Store" version="1.1.2" targetFramework="net452" />
44
<package id="Microsoft.Azure.Management.DataLake.Store" version="2.3.0-preview" targetFramework="net452" />
55
<package id="NLog" version="4.4.12" targetFramework="net452" />
66
</packages>

0 commit comments

Comments
 (0)