Skip to content

Commit 3f141e4

Browse files
author
Hovsep
committed
Merge pull request Azure#2374 from Azure/begoldsm-patch-1
ADL change notes for this powershell release.
2 parents 8e315e2 + 00265a7 commit 3f141e4

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

ChangeLog.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,64 @@
6969
- Get-AzureRmMlWebServiceKeys
7070
- Import-AzureRmMlWebService
7171
- Export-AzureRmMlWebService
72-
72+
* Azure Data Lake (Preview)
73+
* Convenience cmdlet aliases added for all cmdlets
74+
- Analytics account management
75+
- Get-AdlAnalyticsAccount
76+
- New-AdlAnalyticsAccount
77+
- Remove-AdlAnalyticsAccount
78+
- Set-AdlAnalyticsAccount
79+
- Test-AdlAnalyticsAccount
80+
- Data source management
81+
- Add-AdlAnalyticsDataSource
82+
- Get-AdlAnalyticsDataSource
83+
- Remove-AdlAnalyticsDataSource
84+
- Set-AdlAnalyticsDataSource
85+
- Job management
86+
- Get-AdlJob
87+
- Stop-AdlJob
88+
- Submit-AdlJob
89+
- Wait-AdlJob
90+
- Catalog management
91+
- Get-AdlCatalogItem
92+
- New-AdlCatalogSecret
93+
- Remove-AdlCatalogSecret
94+
- Set-AdlCatalogSecret
95+
- Test-AdlCatalogItem
96+
- Store account management
97+
- Get-AdlStore
98+
- New-AdlStore
99+
- Remove-AdlStore
100+
- Set-AdlStore
101+
- Test-AdlStore
102+
- File management
103+
- Add-AdlStoreItemContent
104+
- Export-AdlStoreItem
105+
- Get-AdlStoreChildItem
106+
- Get-AdlStoreItem
107+
- Get-AdlStoreItemContent
108+
- Import-AdlStoreItem
109+
- Join-AdlStoreItem
110+
- Move-AdlStoreItem
111+
- New-AdlStoreItem
112+
- Remove-AdlStoreItem
113+
- Test-AdlStoreItem
114+
- File access management
115+
- Get-AdlStoreItemAcl
116+
- Get-AdlStoreItemOwner
117+
- Get-AdlStoreItemPermissions
118+
- Remove-AdlStoreItemAcl
119+
- Remove-AdlStoreItemAclEntry
120+
- Set-AdlStoreItemAcl
121+
- Set-AdlStoreItemAclEntry
122+
- Set-AdlStoreItemOwner
123+
- Set-AdlStoreItemPermissions
124+
* Granular progress tracking for folder upload done through Import-AzureRMDataLakeStoreItem
125+
* Scalable performance improvements for flat and recursive folder upload through Import-AzureRMDataLakeStoreItem. Full network saturation should now be possible.
126+
* Errors more accurately indicate that failed Import-AzureRMDataLakeStoreItem commands can be resumed/retried.
127+
* More targetted error handling for all Data Lake Store filesystem cmdlets.
128+
* Support for getting/listing table partitions through Get-AzureRMDataLakeAnalyticsCatalogItem
129+
73130
##2016.05.04 version 1.4.0
74131
* Azure Resource Manager
75132
- Get-AzureRmLocation cmdlet: New cmdlet Lists all public Azure locatiosn with available provider namespaces

0 commit comments

Comments
 (0)