Skip to content

Commit e846d46

Browse files
Merge pull request #292563 from normesta/normesta-reg-updates-14
Fixing quotes for etag
2 parents 946dce9 + 6ec51cd commit e846d46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ These events are triggered when a client creates, replaces, or deletes a blob by
4747
"api": "PutBlockList",
4848
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
4949
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
50-
"eTag": "\"0x8D4BCC2E4835CD0\"",
50+
"eTag": "0x8D4BCC2E4835CD0",
5151
"contentType": "text/plain",
5252
"contentLength": 524288,
5353
"blobType": "BlockBlob",
@@ -156,7 +156,7 @@ These events are triggered when a client creates, replaces, or deletes a blob by
156156
"api": "PutBlockList",
157157
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
158158
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
159-
"eTag": "\"0x8D4BCC2E4835CD0\"",
159+
"eTag": "0x8D4BCC2E4835CD0",
160160
"contentType": "text/plain",
161161
"contentLength": 524288,
162162
"blobType": "BlockBlob",
@@ -296,7 +296,7 @@ If the blob storage account has a hierarchical namespace, the data looks similar
296296
"api": "CreateFile",
297297
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
298298
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
299-
"eTag": "\"0x8D4BCC2E4835CD0\"",
299+
"eTag": "0x8D4BCC2E4835CD0",
300300
"contentType": "text/plain",
301301
"contentLength": 0,
302302
"contentOffset": 0,
@@ -467,7 +467,7 @@ If the blob storage account has a hierarchical namespace, the data looks similar
467467
"api": "CreateFile",
468468
"clientRequestId": "6d79dbfb-0e37-4fc4-981f-442c9ca65760",
469469
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
470-
"eTag": "\"0x8D4BCC2E4835CD0\"",
470+
"eTag": "0x8D4BCC2E4835CD0",
471471
"contentType": "text/plain",
472472
"contentLength": 0,
473473
"contentOffset": 0,
@@ -669,7 +669,7 @@ If the blob storage account uses SFTP to create or overwrite a blob, then the da
669669
"data": {
670670
"api": "SftpCommit",
671671
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
672-
"eTag": "\"0x8D4BCC2E4835CD0\"",
672+
"eTag": "0x8D4BCC2E4835CD0",
673673
"contentType": "application/octet-stream",
674674
"contentLength": 0,
675675
"contentOffset": 0,
@@ -886,7 +886,7 @@ If the blob storage account uses SFTP to create or overwrite a blob, then the da
886886
"data": {
887887
"api": "SftpCommit",
888888
"requestId": "831e1650-001e-001b-66ab-eeb76e000000",
889-
"eTag": "\"0x8D4BCC2E4835CD0\"",
889+
"eTag": "0x8D4BCC2E4835CD0",
890890
"contentType": "application/octet-stream",
891891
"contentLength": 0,
892892
"contentOffset": 0,

0 commit comments

Comments
 (0)