Skip to content

Commit 69c9523

Browse files
authored
Merge pull request #110765 from normesta/normesta-reg-updates-5
Some light fixes
2 parents fbfd183 + 9f3fef8 commit 69c9523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/storage/blobs/data-lake-storage-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SAS tokens include allowed permissions as part of the token. The permissions inc
4949
You can associate a security principal with an access level for files and directories. These associations are captured in an *access control list (ACL)*. Each file and directory in your storage account has an access control list.
5050

5151
> [!NOTE]
52-
> ACLs apply only to security principals in the same tenant. You can't associate a guest user with an access level.
52+
> ACLs apply only to security principals in the same tenant.
5353
5454
If you assigned a role to a security principal at the storage account-level, you can use access control lists to grant that security principal elevated access to specific files and directories.
5555

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Move-AzDataLakeGen2Item -Context $ctx -FileSystem $filesystemName -Path $dirname
146146
> [!NOTE]
147147
> Use the `-Force` parameter if you want to overwrite without prompts.
148148
149-
This example moves a directory named `my-directory` to a subdirectory of `my-directory-2` named `my-subdirectory`. This example also applies a umask to the subdirectory.
149+
This example moves a directory named `my-directory` to a subdirectory of `my-directory-2` named `my-subdirectory`.
150150

151151
```powershell
152152
$filesystemName = "my-file-system"

0 commit comments

Comments
 (0)