Skip to content

Commit 07c1175

Browse files
Merge pull request #128282 from ybtDimo/patch-1
fix JSON date CreationTime
2 parents 2ea6e6e + c01eaa1 commit 07c1175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/blobs/object-replication-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The following example sets a replication policy on the destination account with
152152
"prefixMatch": [
153153
"b"
154154
],
155-
"minCreationTime": "2021-08-028T00:00:00Z"
155+
"minCreationTime": "2021-08-28T00:00:00Z"
156156
}
157157
}
158158
]

0 commit comments

Comments
 (0)