Skip to content

Commit 244586f

Browse files
authored
Merge pull request #95424 from nonoxp/patch-1
Fix #95423 : adjusting file name in sample data
2 parents e388212 + 52bcb1e commit 244586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/blob-inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The `BlobInventoryPolicyCompleted` event is generated when the inventory run com
269269
"policyRunStatus": "Succeeded",
270270
"policyRunStatusMessage": "Inventory run succeeded, refer manifest file for inventory details.",
271271
"policyRunId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
272-
"manifestBlobUrl": "https://testaccount.blob.core.windows.net/inventory-destination-container/2021/05/26/13-25-36/Rule_1/Rule_1.csv"
272+
"manifestBlobUrl": "https://testaccount.blob.core.windows.net/inventory-destination-container/2021/05/26/13-25-36/Rule_1/Rule_1-manifest.json"
273273
},
274274
"dataVersion": "1.0",
275275
"metadataVersion": "1",

0 commit comments

Comments
 (0)