Skip to content

Commit 34887ae

Browse files
author
begoldsm
committed
Properly rename this class to match cmdlet name
1 parent 9b86172 commit 34887ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace Microsoft.Azure.Commands.DataLakeStore
2121
{
2222
[Cmdlet(VerbsCommon.Add, "AzureRmDataLakeStoreItemContent"), OutputType(typeof (bool))]
23-
public class AddAzureDataLakeStoreContent : DataLakeStoreFileSystemCmdletBase
23+
public class AddAzureDataLakeStoreItemContent : DataLakeStoreFileSystemCmdletBase
2424
{
2525
private FileSystemCmdletProviderEncoding _encoding = FileSystemCmdletProviderEncoding.UTF8;
2626

0 commit comments

Comments
 (0)