Skip to content

Commit a7bd675

Browse files
authored
Apply suggestions from PR review
Fix capitalization.
1 parent 0eec14f commit a7bd675

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

includes/azure-storage-logs-properties-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
|**requester / upn** | The User Principal Name (UPN) of requestor. <br> For example: `[email protected]`. |
3030
|**requester / userName** | This field is reserved for internal use only.|
3131
|**requester / uniqueName** | The unique name of the requester. For example: `[email protected]`. |
32-
|**delegatedResource / tenantId**| The Microsoft Entra tenant ID of the Azure resource ID which accesses storage on-behalf-of the storage resource owner (For example: `aaaabbbb-0000-cccc-1111-dddd2222eeee`). |
33-
|**delegatedResource / resourceId**|The Azure resource ID which accesses storage on behalf of the storage resource owner (For example: `/subscriptions/<sub>/resourcegroups/<rg>/providers/Microsoft.Compute/virtualMachines/<vm-name>`)|
34-
|**delegatedResource / objectId**|The Microsoft Entra object ID of the Azure resource ID which accesses storage on behalf of the storage resource owner (For example: `aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb`).|
32+
|**delegatedResource / tenantId**| The Microsoft Entra tenant ID of the Azure resource ID which accesses storage on-behalf-of the storage resource owner (for example: `aaaabbbb-0000-cccc-1111-dddd2222eeee`). |
33+
|**delegatedResource / resourceId**|The Azure resource ID which accesses storage on behalf of the storage resource owner (for example: `/subscriptions/<sub>/resourcegroups/<rg>/providers/Microsoft.Compute/virtualMachines/<vm-name>`)|
34+
|**delegatedResource / objectId**|The Microsoft Entra object ID of the Azure resource ID which accesses storage on behalf of the storage resource owner (for example: `aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb`).|
3535

includes/azure-storage-logs-properties-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
|**smbSessionID** | The SMB2 **SessionId** established at session setup time. For example: `0x8530280128000049` |
3838
|**smbCommandMajor uint32** | Value in the **SMB2_HEADER.Command**. Currently, this is a number between 0 and 18 inclusive. For example: `0x6` |
3939
|**smbCommandMinor** | The subclass of **SmbCommandMajor**, where appropriate. For example: `DirectoryCloseAndDelete` |
40-
|**accessTier**|The access tier of an existing blob when an operation such as `GetBlob` or `GetBlobProperties` is used (For example: `Hot`). Can also be the access tier provided in the `x-ms-access-tier` header for operations such as `SetBlobTier`, `PutBlob`, `PutBlockList`, or `CopyBlob`. |
41-
|**sourceAccessTier**|The access tier of the source blob of a copy operation (For example: `Hot`).|
42-
|**rehydrationPriority**|The priority used to rehydrate an archived blob (For example: `High` or `Standard`).|
40+
|**accessTier**|The access tier of an existing blob when an operation such as `GetBlob` or `GetBlobProperties` is used (for example: `Hot`). Can also be the access tier provided in the `x-ms-access-tier` header for operations such as `SetBlobTier`, `PutBlob`, `PutBlockList`, or `CopyBlob`. |
41+
|**sourceAccessTier**|The access tier of the source blob of a copy operation (for example: `Hot`).|
42+
|**rehydrationPriority**|The priority used to rehydrate an archived blob (for example: `High` or `Standard`).|
4343
|**downloadRange**|Indicates that only a part of the blob (the specified byte range) was requested and transferred. For example, if the value of `downloadRange` field is `bytes=0-1023`, then the request retrieved the first `1024` bytes of the blob (from byte offset 0 to 1023).|

0 commit comments

Comments
 (0)