Skip to content

Commit 50c04ea

Browse files
authored
Merge pull request #110219 from normesta/normesta-sdk-interop
Making a quick fix
2 parents 7009e76 + 0ba75ac commit 50c04ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-powershell.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ $dirname = "my-directory/"
194194
Get-AzDataLakeGen2ChildItem -Context $ctx -FileSystem $filesystemName -Path $dirname -OutputUserPrincipalName
195195
```
196196

197-
This example doesn't return values for the `ACL`, `Permissions`, `Group`, and `Owner` properties. To obtain those values, use the `-FetchProperty` parameter.
198-
199-
The following example lists the contents of the same directory, but it also uses the `-FetchProperty` parameter to return values for the `ACL`, `Permissions`, `Group`, and `Owner` properties.
197+
The following example lists the `ACL`, `Permissions`, `Group`, and `Owner` properties of each item in the directory. The `-FetchProperty` parameter is required to get values for the `ACL` property.
200198

201199
```powershell
202200
$filesystemName = "my-file-system"

0 commit comments

Comments
 (0)