|
69 | 69 | - Get-AzureRmMlWebServiceKeys
|
70 | 70 | - Import-AzureRmMlWebService
|
71 | 71 | - 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 | + |
73 | 130 | ##2016.05.04 version 1.4.0
|
74 | 131 | * Azure Resource Manager
|
75 | 132 | - Get-AzureRmLocation cmdlet: New cmdlet Lists all public Azure locatiosn with available provider namespaces
|
|
0 commit comments