You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-auth-abac-attributes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ The following table summarizes the available attributes by source:
340
340
||[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 |
341
341
||[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 |
342
342
||[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 |
344
344
||[Snapshot](#snapshot)| The Snapshot identifier for the Blob snapshot |
345
345
||[Version ID](#version-id)| The version ID of the versioned blob; available only for storage accounts where hierarchical namespace is not enabled |
346
346
|**Resource**|||
@@ -349,7 +349,7 @@ The following table summarizes the available attributes by source:
349
349
||[Blob index tags [Values in key]](#blob-index-tags-values-in-key)| Index tags on a blob resource (values in key) |
350
350
||[Blob path](#blob-path)| Path of a virtual directory, blob, folder or file resource |
351
351
||[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 |
353
353
||[Encryption scope name](#encryption-scope-name)| Name of the encryption scope used to encrypt data |
354
354
||[Is current version](#is-current-version)| Whether the resource is the current version of the blob |
355
355
||[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:
> |**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)|
440
440
441
-
### Container metadata (preview)
441
+
### Container metadata
442
442
443
443
> [!div class="mx-tdCol2BreakAll"]
444
444
> | Property | Value |
@@ -503,7 +503,7 @@ The following table summarizes the available attributes by source:
503
503
> |**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)|
504
504
> |**Learn more**|[Use private endpoints for Azure Storage](../common/storage-private-endpoints.md)|
0 commit comments