Skip to content

Commit 64a9dec

Browse files
author
begoldsm
committed
Update help and changelog.
1 parent bc917c0 commit 64a9dec

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

src/ResourceManager/DataLakeAnalytics/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Add support for catalog package get and list
22+
* Add support for listing the following catalog items from deeper ancestors:
23+
* Table
24+
* TVF
25+
* View
26+
* Statistics
2127

2228
## Version 2.8.0
2329
* Fix help for some commands to have the proper verbage and examples.

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/help/Get-AzureRmDataLakeAnalyticsCatalogItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The acceptable values for this parameter are:
7575
Type: CatalogItemType
7676
Parameter Sets: (All)
7777
Aliases:
78-
Accepted values: Database, Schema, Assembly, Table, TablePartition, TableValuedFunction, TableStatistics, ExternalDataSource, View, Procedure, Secret, Credential, Types
78+
Accepted values: Database, Schema, Assembly, Table, TablePartition, TableValuedFunction, TableStatistics, ExternalDataSource, View, Procedure, Secret, Credential, Types, Package
7979

8080
Required: True
8181
Position: 1

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Current Release
2121
* For `Import-AzureRMDataLakeStoreItem` and `Export-AzureRMDataLakeStoreItem` trace logging has been disabled by default to improve performance. If trace logging is desired please use the `-DiagnosticLogLevel` and `-DiagnosticLogPath` parameters
22+
* Fixed a bug that would sometimes cause PowerShell to crash when uploading lots of small file to ADLS.
2223

2324
## Version 3.6.0
2425
* Add support for head and tail to the `Get-AzureRMDataLakeStoreItemContent` cmdlet. This enables returning the top N or last N new line delimited rows to be displayed.

0 commit comments

Comments
 (0)