Skip to content

Commit 297ac4d

Browse files
Add file-level event detail (SharePoint#10179)
* Add notice on file-level events * Add section on ShareWithMe event quota * Add notice on ShareWithMe event quota * Update ShareWithMe events quota to be more accurate * Update ms.author and Quota section * markdown & grammar fixes - always have new line between headings & paragraphs * markdown & grammar fixes - always have new line between heading & paragraphs * Provide file-level event detail * Fix incorrect '*' in link text --------- Co-authored-by: Andrew Connell <[email protected]>
1 parent 3cdf79d commit 297ac4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/apis/migration-api-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Use Migration API to migrate content from file shares, SharePoint Server, and ot
2323

2424
### December 2024
2525

26-
We applied quota on *Share with Me* items per user. Check [Quota](migration-api-shared.md#Best practice) for more detail.
26+
We applied quota on *Share with Me* items per user. Check [ShareWithMe event quota](/sharepoint/dev/apis/migration-api-shared#quota) for more detail.
2727

2828
### November 2024
2929

30-
We enabled logging all file-level events during migration such as file deleting to support auditing.
30+
Migration API supports generating logs of all file-level events during migration to support auditing.
3131

3232
### July 2024
3333

@@ -69,6 +69,8 @@ Upon creation of a new migration job, Migration API returns the Job ID. Track th
6969

7070
Migration API generates logs in the manifest container. Check the log entries for migration results.
7171

72+
Migration API also generates logs of file-level activities performed by migration. The supported file-level activities include FileUploaded, FileDeleted, FileRenamed, FileMoved. Check M365 Admin Center for activity details when needed.
73+
7274
## Best Practice
7375

7476
### Use app-based authentication

0 commit comments

Comments
 (0)