Skip to content

Commit c70b812

Browse files
authored
Merge pull request #195063 from tamram/patch-22
Update storage-blob-change-feed.md
2 parents 9aef8ce + 143b423 commit c70b812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/blobs/storage-blob-change-feed.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about change feed logs in Azure Blob Storage and how to use t
55
author: tamram
66

77
ms.author: tamram
8-
ms.date: 03/29/2022
8+
ms.date: 04/13/2022
99
ms.topic: how-to
1010
ms.service: storage
1111
ms.subservice: blobs
@@ -278,7 +278,7 @@ The following example shows a change event record in JSON format that uses event
278278
"sequencer": "00000000000000010000000000000002000000000000001d",
279279
"previousInfo": {
280280
"SoftDeleteSnapshot": "2022-02-17T13:08:42.4825913Z",
281-
"WasBlobSoftDeleted": true,
281+
"WasBlobSoftDeleted": "true",
282282
"BlobVersion": "2024-02-17T16:11:52.0781797Z",
283283
"LastVersion" : "2022-02-17T16:11:52.0781797Z",
284284
"PreviousTier": "Hot"
@@ -356,7 +356,7 @@ The following example shows a change event record in JSON format that uses event
356356
"sequencer": "00000000000000010000000000000002000000000000001d",
357357
"previousInfo": {
358358
"SoftDeleteSnapshot": "2022-02-17T13:08:42.4825913Z",
359-
"WasBlobSoftDeleted": true,
359+
"WasBlobSoftDeleted": "true",
360360
"BlobVersion": "2024-02-17T16:11:52.0781797Z",
361361
"LastVersion" : "2022-02-17T16:11:52.0781797Z",
362362
"PreviousTier": "Hot"
@@ -438,7 +438,7 @@ The following example shows a change event record in JSON format that uses event
438438
"sequencer": "00000000000000010000000000000002000000000000001d",
439439
"previousInfo": {
440440
"SoftDeleteSnapshot": "2022-02-17T13:12:11.5726507Z",
441-
"WasBlobSoftDeleted": true,
441+
"WasBlobSoftDeleted": "true",
442442
"BlobVersion": "2024-02-17T16:11:52.0781797Z",
443443
"LastVersion" : "2022-02-17T16:11:52.0781797Z",
444444
"PreviousTier": "Hot"

0 commit comments

Comments
 (0)