Skip to content

Commit 1dff2aa

Browse files
authored
Merge pull request #102050 from DixitArora-MSFT/patch-38
Change Tag
2 parents ecdc7c4 + e042d86 commit 1dff2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/event-schema-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This section contains an example of what that data would look like for each blob
6565
"api": "PutBlockList",
6666
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
6767
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
68-
"eTag": "0x8D4BCC2E4835CD0",
68+
"eTag": "\"0x8D4BCC2E4835CD0\"",
6969
"contentType": "text/plain",
7070
"contentLength": 524288,
7171
"blobType": "BlockBlob",
@@ -104,7 +104,7 @@ If the blob storage account has a hierarchical namespace, the data looks similar
104104
"api": "CreateFile",
105105
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
106106
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
107-
"eTag": "0x8D4BCC2E4835CD0",
107+
"eTag": "\"0x8D4BCC2E4835CD0\"",
108108
"contentType": "text/plain",
109109
"contentLength": 0,
110110
"contentOffset": 0,

0 commit comments

Comments
 (0)