Skip to content

Commit 52bcb1e

Browse files
authored
Fix #95423 : adjusting file name in sample data
#95423 Although the description of the attributes for the "Inventory completed event" is correct, the sample data for attribute manifestBlobUrl is misleading. We should expect a file named Rule_1-manifest.json instead of currently Rule_1.csv
1 parent 727a5d4 commit 52bcb1e

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)