File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Storage/Storage.Management/help Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ This cmdlet only works if Hierarchical Namespace is enabled for the Storage acco
34
34
35
35
### Example 1: Removes a directory
36
36
```
37
- PS C:\>Remove-AzDataLakeGen2tem -FileSystem "filesystem1" -Path "dir1/"
37
+ PS C:\>Remove-AzDataLakeGen2Item -FileSystem "filesystem1" -Path "dir1/"
38
38
```
39
39
40
40
This command removes a directory from a Filesystem.
41
41
42
42
### Example 2: Removes a file without prompt
43
43
```
44
- PS C:\>Remove-AzDataLakeGen2tem -FileSystem "filesystem1" -Path "dir1/file1" -Force
44
+ PS C:\>Remove-AzDataLakeGen2Item -FileSystem "filesystem1" -Path "dir1/file1" -Force
45
45
```
46
46
47
47
This command removes a directory from a Filesystem, without prompt.
You can’t perform that action at this time.
0 commit comments