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 @@ -25,7 +25,7 @@ The input ACL will replace original ACL completely.
25
25
26
26
## EXAMPLES
27
27
28
- ### Example 1: Set ACL recursively on a directiry
28
+ ### Example 1: Set ACL recursively on a directory
29
29
```
30
30
PS C:\>$acl = New-AzDataLakeGen2ItemAclObject -AccessControlType user -Permission rwx
31
31
PS C:\>$acl = New-AzDataLakeGen2ItemAclObject -AccessControlType group -Permission rw- -InputObject $acl
@@ -41,7 +41,7 @@ ContinuationToken :
41
41
42
42
This command first creates an ACL object with 3 acl entries, then sets ACL recursively on a directory.
43
43
44
- ### Example 2: Set ACL recursively on a root directiry of filesystem
44
+ ### Example 2: Set ACL recursively on a root directory of filesystem
45
45
```
46
46
PS C:\> $result = Set-AzDataLakeGen2AclRecursive -FileSystem "filesystem1" -Acl $acl -Context $ctx
47
47
You can’t perform that action at this time.
0 commit comments