Skip to content

Commit a992e9a

Browse files
author
begoldsm
committed
Missed one alias, adding it.
1 parent 0459c75 commit a992e9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands/AddAzureRmDataLakeStoreItemContent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
namespace Microsoft.Azure.Commands.DataLakeStore
2121
{
2222
[Cmdlet(VerbsCommon.Add, "AzureRmDataLakeStoreItemContent"), OutputType(typeof(bool))]
23+
[Alias("Add-AdlStoreItemContent")]
2324
public class AddAzureDataLakeStoreItemContent : DataLakeStoreFileSystemCmdletBase
2425
{
2526
private FileSystemCmdletProviderEncoding _encoding = FileSystemCmdletProviderEncoding.UTF8;

0 commit comments

Comments
 (0)