Skip to content

Commit 92439e8

Browse files
committed
Fixing some validation issues
1 parent 9488804 commit 92439e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/blobs/lifecycle-management-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ The following table describes the schema of the `LifecyclePolicyCompleted` event
213213

214214
|Field|Type|Description|
215215
|---|---|---|
216-
|scheduleTime|string|The time that the lifecycle policy was scheduled.|
217-
|deleteSummary|vector<byte>|The results summary of blobs scheduled for delete operation.|
218-
|tierToCoolSummary|vector<byte>|The results summary of blobs scheduled for tier-to-cool operation.|
219-
|tierToArchiveSummary|vector<byte>|The results summary of blobs scheduled for tier-to-archive operation.|
216+
|scheduleTime|string|The time that the lifecycle policy was scheduled|
217+
|deleteSummary|vector\<byte\>|The results summary of blobs scheduled for delete operation|
218+
|tierToCoolSummary|vector\<byte\>|The results summary of blobs scheduled for tier-to-cool operation|
219+
|tierToArchiveSummary|vector\<byte\>|The results summary of blobs scheduled for tier-to-archive operation|
220220

221221
## Examples of lifecycle policies
222222

0 commit comments

Comments
 (0)