Skip to content

Commit 6697644

Browse files
committed
Cleanup files as a result of releasing as preview
1 parent fddf34d commit 6697644

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.2.0'
15+
ModuleVersion = '5.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -151,16 +151,12 @@ PrivateData = @{
151151
# IconUri = ''
152152

153153
# ReleaseNotes of this module
154-
ReleaseNotes = '
155-
* 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
156-
* Import-AzureRMDataLakeStoreItem (https://github.com/Azure/azure-powershell/blob/adls-data-plane/src/ResourceManager/DataLakeStore/documentation/upcoming-breaking-changes.md) -Deprecated parametersPerFileThreadCount, ConcurrentFileCount and introduced parameter Concurrency
157-
* Get-AzureRMDataLakeStoreItemContent - Fixed the tail behavior for contents greater than 4MB
158-
* Set-AzureRMDataLakeStoreItemExpiry - Introduced new parameter set SetRelativeExpiry for setting relative expiration time
159-
* Remove-AzureRmDataLakeStoreItem (https://github.com/Azure/azure-powershell/blob/adls-data-plane/src/ResourceManager/DataLakeStore/documentation/upcoming-breaking-changes.md) - Deprecated parameter Clean.
160-
'
154+
ReleaseNotes = '* Corrected usage of ''Login-AzureRmAccount'' to use ''Connect-AzureRmAccount''
155+
* Corrected the error message of ''Test-AzureRmDataLakeStoreAccount'' when running this cmdlet without having logged in with ''Login-AzureRmAccount'''
161156

162157
# Prerelease string of this module
163-
Prerelease = 'preview'
158+
# Prerelease = ''
159+
164160
# Flag to indicate whether the module requires explicit user acceptance for install/update
165161
# RequireLicenseAcceptance = $false
166162

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
* Set-AzureRMDataLakeStoreItemExpiry - Introduced new parameter set SetRelativeExpiry for setting relative expiration time
2828
* Remove-AzureRmDataLakeStoreItem (https://github.com/Azure/azure-powershell/blob/adls-data-plane/src/ResourceManager/DataLakeStore/documentation/upcoming-breaking-changes.md) - Deprecated parameter Clean.
2929

30+
## Version 5.1.1
31+
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
32+
* Corrected the error message of 'Test-AzureRmDataLakeStoreAccount' when running this cmdlet without having logged in with 'Login-AzureRmAccount'
33+
3034
## Version 5.1.0
3135
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
3236
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("5.2.0")]
39-
[assembly: AssemblyFileVersion("5.2.0")]
38+
[assembly: AssemblyVersion("5.1.1")]
39+
[assembly: AssemblyFileVersion("5.1.1")]

0 commit comments

Comments
 (0)