Skip to content

Commit 51ee832

Browse files
fix
1 parent 126a53d commit 51ee832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ The following table summarizes the available attributes by source:
340340
| | [Blob index tags [Keys]](#blob-index-tags-keys) | Index tags on a blob resource (keys); available only for storage accounts where hierarchical namespace is not enabled |
341341
| | [Blob index tags [Values in key]](#blob-index-tags-values-in-key) | Index tags on a blob resource (values in key); available only for storage accounts where hierarchical namespace is not enabled |
342342
| | [Blob prefix](#blob-prefix) | Allowed prefix of blobs to be listed |
343-
| | [List blob include](#list-blob-include-preview) (preview) | Information that can be included with listing operations, such as metadata, snapshots, or versions |
343+
| | [List blob include](#list-blob-include) | Information that can be included with listing operations, such as metadata, snapshots, or versions |
344344
| | [Snapshot](#snapshot) | The Snapshot identifier for the Blob snapshot |
345345
| | [Version ID](#version-id) | The version ID of the versioned blob; available only for storage accounts where hierarchical namespace is not enabled |
346346
| **Resource** | | |
@@ -349,7 +349,7 @@ The following table summarizes the available attributes by source:
349349
| | [Blob index tags [Values in key]](#blob-index-tags-values-in-key) | Index tags on a blob resource (values in key) |
350350
| | [Blob path](#blob-path) | Path of a virtual directory, blob, folder or file resource |
351351
| | [Container name](#container-name) | Name of a storage container or file system |
352-
| | [Container metadata](#container-metadata-preview) (preview) | Metadata key/value pair associated with a container |
352+
| | [Container metadata](#container-metadata) | Metadata key/value pair associated with a container |
353353
| | [Encryption scope name](#encryption-scope-name) | Name of the encryption scope used to encrypt data |
354354
| | [Is current version](#is-current-version) | Whether the resource is the current version of the blob |
355355
| | [Is hierarchical namespace enabled](#is-hierarchical-namespace-enabled) | Whether hierarchical namespace is enabled on the storage account |
@@ -438,7 +438,7 @@ The following table summarizes the available attributes by source:
438438
> | **Attribute type** | [String](../../role-based-access-control/conditions-format.md#string-comparison-operators) |
439439
> | **Examples** | `@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:name] StringEquals 'blobs-example-container'`<br/>[Example: Read, write, or delete blobs in named containers](storage-auth-abac-examples.md#example-read-write-or-delete-blobs-in-named-containers) |
440440
441-
### Container metadata (preview)
441+
### Container metadata
442442

443443
> [!div class="mx-tdCol2BreakAll"]
444444
> | Property | Value |
@@ -503,7 +503,7 @@ The following table summarizes the available attributes by source:
503503
> | **Examples** | `@Environment[isPrivateLink] BoolEquals true`<br/>[Example: Require private link access to read blobs with high sensitivity](storage-auth-abac-examples.md#example-require-private-link-access-to-read-blobs-with-high-sensitivity) |
504504
> | **Learn more** | [Use private endpoints for Azure Storage](../common/storage-private-endpoints.md) |
505505
506-
### List blob include (preview)
506+
### List blob include
507507

508508
> [!div class="mx-tdCol2BreakAll"]
509509
> | Property | Value |

0 commit comments

Comments
 (0)