Skip to content

ADL change notes for this powershell release. #2374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 58 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,64 @@
- Get-AzureRmMlWebServiceKeys
- Import-AzureRmMlWebService
- Export-AzureRmMlWebService

* Azure Data Lake (Preview)
* Convenience cmdlet aliases added for all cmdlets
- Analytics account management
- Get-AdlAnalyticsAccount
- New-AdlAnalyticsAccount
- Remove-AdlAnalyticsAccount
- Set-AdlAnalyticsAccount
- Test-AdlAnalyticsAccount
- Data source management
- Add-AdlAnalyticsDataSource
- Get-AdlAnalyticsDataSource
- Remove-AdlAnalyticsDataSource
- Set-AdlAnalyticsDataSource
- Job management
- Get-AdlJob
- Stop-AdlJob
- Submit-AdlJob
- Wait-AdlJob
- Catalog management
- Get-AdlCatalogItem
- New-AdlCatalogSecret
- Remove-AdlCatalogSecret
- Set-AdlCatalogSecret
- Test-AdlCatalogItem
- Store account management
- Get-AdlStore
- New-AdlStore
- Remove-AdlStore
- Set-AdlStore
- Test-AdlStore
- File management
- Add-AdlStoreItemContent
- Export-AdlStoreItem
- Get-AdlStoreChildItem
- Get-AdlStoreItem
- Get-AdlStoreItemContent
- Import-AdlStoreItem
- Join-AdlStoreItem
- Move-AdlStoreItem
- New-AdlStoreItem
- Remove-AdlStoreItem
- Test-AdlStoreItem
- File access management
- Get-AdlStoreItemAcl
- Get-AdlStoreItemOwner
- Get-AdlStoreItemPermissions
- Remove-AdlStoreItemAcl
- Remove-AdlStoreItemAclEntry
- Set-AdlStoreItemAcl
- Set-AdlStoreItemAclEntry
- Set-AdlStoreItemOwner
- Set-AdlStoreItemPermissions
* Granular progress tracking for folder upload done through Import-AzureRMDataLakeStoreItem
* Scalable performance improvements for flat and recursive folder upload through Import-AzureRMDataLakeStoreItem. Full network saturation should now be possible.
* Errors more accurately indicate that failed Import-AzureRMDataLakeStoreItem commands can be resumed/retried.
* More targetted error handling for all Data Lake Store filesystem cmdlets.
* Support for getting/listing table partitions through Get-AzureRMDataLakeAnalyticsCatalogItem

##2016.05.04 version 1.4.0
* Azure Resource Manager
- Get-AzureRmLocation cmdlet: New cmdlet Lists all public Azure locatiosn with available provider namespaces
Expand Down