Skip to content

Commit 81a58f2

Browse files
Update storage-auth-abac-examples.md - undo Acrolinx change to fix warnigns
1 parent c5f4ae3 commit 81a58f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-auth-abac-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use the following table to quickly locate an example that fits your ABAC scenari
4343
| [Read current blob versions and a specific blob version](#example-read-current-blob-versions-and-a-specific-blob-version) | | | versionId | isCurrentVersion |
4444
| [Delete old blob versions](#example-delete-old-blob-versions) | | | versionId | |
4545
| [Read current blob versions and any blob snapshots](#example-read-current-blob-versions-and-any-blob-snapshots) | | | snapshot | isCurrentVersion |
46-
| [Allowlist blob operation to include blob metadata, snapshots, or versions](#example-allow-list-blob-operation-to-include-blob-metadata-snapshots-or-versions) | | | list blob include | |
46+
| [Allow list blob operation to include blob metadata, snapshots, or versions](#example-allow-list-blob-operation-to-include-blob-metadata-snapshots-or-versions) | | | list blob include | |
4747
| [Restrict list blob operation to not include blob metadata](#example-restrict-list-blob-operation-to-not-include-blob-metadata) | | | list blob include | |
4848
| [Read only storage accounts with hierarchical namespace enabled](#example-read-only-storage-accounts-with-hierarchical-namespace-enabled) | | | | isHnsEnabled |
4949
| [Read blobs with specific encryption scopes](#example-read-blobs-with-specific-encryption-scopes) | | | | Encryption scope name |
@@ -1379,7 +1379,7 @@ Currently no example provided.
13791379

13801380
---
13811381

1382-
### Example: Allowlist blob operation to include blob metadata, snapshots, or versions
1382+
### Example: Allow list blob operation to include blob metadata, snapshots, or versions
13831383

13841384
This condition allows a user to list blobs in a container and include metadata, snapshot, and version information. The [List blobs include](storage-auth-abac-attributes.md#list-blob-include) attribute is available for storage accounts where hierarchical namespace isn't enabled.
13851385

0 commit comments

Comments
 (0)