- Updated signed 3rd party assembly NLog.dll to PSGallery
- Removed the outdated deps.json file.
- Updated ADLS dataplane SDK to 1.2.4-alpha. Changes:https://github.com/Azure/azure-data-lake-store-net/blob/preview-alpha/CHANGELOG.md#version-124-alpha
- Added breaking change description for
Export-AzDataLakeStoreItem
andImport-AzDataLakeStoreItem
- Added option of Byte encoding for
New-AzDataLakeStoreItem
,Add-AzDAtaLakeStoreItemContent
, andGet-AzDAtaLakeStoreItemContent
- Added reference to System.Buffers explicitly in csproj and psd1.
- Update references in .psd1 to use relative path
- Update documentation of Get-AzDataLakeStoreDeletedItem and Restore-AzDataLakeStoreDeletedItem
- Update ADLS SDK version (https://github.com/Azure/azure-data-lake-store-net/blob/preview-alpha/CHANGELOG.md#version-123-alpha), brings following fixes
- Avoid throwing exception while unable to deserialize the creationtime of the trash or directory entry.
- Expose setting per request timeout in adlsclient
- Fix passing the original syncflag for badoffset recovery
- Fix EnumerateDirectory to retrieve continuation token once response is checked
- Fix Concat Bug
- Fix account validation so that accounts with "-" can be passed without domain
- Fix hanging of Get-DataLakeStoreDeletedItem for any errors or remote exceptions.
- Fixed miscellaneous typos across module
- Update the ADLS sdk to use httpclient, integrate dataplane testing with azure framework
- Updated cmdlets with plural nouns to singular, and deprecated plural names.
- Add cmdlets for ADL deleted item enumerate and restore
- Fix issue with ADLS endpoint when using MSI
- More information here: Azure#7462
- Update incorrect online help URLs
- Update the sdk version of dataplane to 1.1.14 for SDK fixes.
- Fix handling of negative acesstime and modificationtime for getfilestatus and liststatus, Fix async cancellation token
- General availability of
Az.DataLakeStore
module - Update the sdk version of dataplane to 1.1.13
- Change the type of Encoding parameter to system.Encoding for commandlets: New-AzureRmDataLakeStoreItem, Add-AzureRmDataLakeStoreItemContent, Get-AzureRmDataLakeStoreItemContent to make it compatible to .netcore
- Removed deprecated -Tags alias from New/Set-AzDataLakeStoreAccount
- Removed deprecated properties from PSDataLakeStoreAccountBasic model