You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/DataLakeStore/ChangeLog.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,42 @@
19
19
-->
20
20
## Current Release
21
21
22
+
* Moved from AutoRest sdk to our version of Dataplane sdk for Azure data lake.
23
+
* Refactored following cmdlets to use the new version of SDK:
24
+
* Add-AzureRmDataLakeStoreItemContent
25
+
* Export-AzureRmDataLakeStoreItem
26
+
* Get-AzureRmDataLakeStoreChildItem
27
+
* Get-AzureRmDataLakeStoreItem
28
+
* Get-AzureRmDataLakeStoreItemAclEntry
29
+
* Get-AzureRmDataLakeStoreItemContent
30
+
* Get-AzureRmDataLakeStoreItemOwner
31
+
* Get-AzureRmDataLakeStoreItemPermission
32
+
* Import-AzureRmDataLakeStoreItem
33
+
* Join-AzureRmDataLakeStoreItem
34
+
* Move-AzureRmDataLakeStoreItem
35
+
* New-AzureRmDataLakeStoreItem
36
+
* Remove-AzureRmDataLakeStoreItem
37
+
* Remove-AzureRmDataLakeStoreItemAcl
38
+
* Remove-AzureRmDataLakeStoreItemAclEntry
39
+
* Set-AzureRmDataLakeStoreItemAcl
40
+
* Set-AzureRmDataLakeStoreItemAclEntry
41
+
* Set-AzureRmDataLakeStoreItemExpiry
42
+
* Set-AzureRmDataLakeStoreItemOwner
43
+
* Set-AzureRmDataLakeStoreItemPermission
44
+
* Test-AzureRmDataLakeStoreItem
45
+
* Refactored following models to use models from new SDK:
46
+
* DataLakeStoreEnums
47
+
* DataLakeStoreFileSystemClient
48
+
* DataLakeStoreItem
49
+
* DataLakeStoreItemAce
50
+
* DataLakeStorePathInstance
51
+
* Moved the commands and models related to the dataplane into separate folders
52
+
* Export-AzureRmDataLakeStoreItem (documented in the breaking changes) - Deprecated parameters PerFileThreadCount, ConcurrentFileCount and introduced parameter Concurrency
53
+
* Import-AzureRMDataLakeStoreItem (documented in the breaking changes) -Deprecated parametersPerFileThreadCount, ConcurrentFileCount and introduced parameter Concurrency
54
+
* Get-AzureRMDataLakeStoreItemContent - Fixed the tail behavior for contents greater than 4MB
55
+
* Set-AzureRMDataLakeStoreItemExpiry - Introduced new parameter set for setting relative expiration time
56
+
* Remove-AzureRmDataLakeStoreItem (documented in the breaking changes) - Deprecated parameter Clean.
57
+
22
58
## Version 5.0.0
23
59
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of breaking changes introduced.
24
60
* Removed the Obsolete Properties fields in PSDataLakeStoreAccount.cs and its assoicated files
0 commit comments