Skip to content

Commit 67b9e7e

Browse files
Merge pull request SharePoint#9663 from underreview/rr-jan2024-clean
Correcting errors and updating TOC
2 parents d0eed13 + 33886c0 commit 67b9e7e

File tree

4 files changed

+34
-35
lines changed

4 files changed

+34
-35
lines changed

docs/apis/amr-api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ A `EncryptionOption` object, containing the AES-256-CBC Key used to decrypt the
171171

172172
By default, AMR API doesn't encrypt the output and event queue. If set with AES-256-CBC Key, AMR API encrypts the output with the key supplied.
173173

174-
See `[EncryptionOption](/dotnet/api/microsoft.sharepoint.client.encryptionoption)` class for details.
174+
See [`EncryptionOption`](/dotnet/api/microsoft.sharepoint.client.encryptionoption) class for details.
175175

176176
#### azureContainerManifestUri
177177

docs/apis/migration-api-overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Import Migration API"
3-
description: "This article provides in-depth information on how to use the SPO Migration API."
4-
ms.date: 04/18/2024
3+
description: "This article provides overview information on how to use the SharePoint Migration API."
4+
ms.date: 04/28/2024
55
ms.author: ranren
66
author: underreview
77
manager: dapodean
@@ -51,8 +51,6 @@ Check [Manifest files](migration-manifest.md) to see the detailed requirements.
5151

5252
### Use Migration API to start the migration and get status
5353

54-
Use `ProvisionMigrationContainers` method to provision the containers, upload the content package, and manifest into respective containers. Check [Use Azure Blob Storage Containers and Azure Queues with Migration API](migration-azure.md) for details. You can also use your own containers and queues if needed.
55-
5654
`CreateMigrationJob` method creates a migration job, which is queued up for processing. Migration API manages the queue and returns status and logs. Use `CreateMigrationEncrypted` method to migrate encrypted contents. Check [SharePoint Migration API Reference](migration-api-reference.md) for details.
5755

5856
Upon creation of a new migration job, Migration API returns the Job ID. Track the status of the import with `GetMigrationJobStatus` method if needed, with the Azure Queue supplied.

docs/apis/migration-api-reference.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Migration API Reference Guide"
33
description: "This article provides in-depth information on how to use the SharePoint Migration API."
4-
ms.date: 04/18/2024
4+
ms.date: 04/28/2024
55
ms.author: ranren
66
author: underreview
77
manager: dapodean
@@ -20,9 +20,7 @@ This guide describes the usage of SharePoint Migration API, which imports conten
2020

2121
## CSOM and REST
2222

23-
AMR API supports both SharePoint Client Side Object Model (CSOM) and REST.
24-
25-
CSOM consumes more resources than REST. Use REST whenever possible for best performance. Reduce resource consumption and ensure that your migration jobs run efficiently with REST.
23+
Migration API supports both SharePoint Client Side Object Model (CSOM) and REST.
2624

2725
### Use NuGet Packages with CSOM
2826

docs/toc.yml

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,37 +2245,40 @@
22452245
href: apis/spod-copy-move-api.md
22462246
- name: SharePoint Migration Guidance
22472247
items:
2248-
- name: What's new in the Migration API
2249-
href: apis/migration-api-whats-new.md
22502248
- name: Migration Guidance for ISVs
22512249
href: apis/migration-isv-guidance.md
2252-
- name: Migration permission guidance
2253-
href: apis/migration-perm-guidance.md
2254-
- name: Migrating OneNote folders
2255-
href: apis/onenote-migration-service.md
2256-
- name: Sensitivity Labels and the SharePoint Migration API
2257-
href: apis/sp-migration-api-and-sensitivity-labels.md
2258-
- name: How to export video transcripts using the SharePoint Migration API
2259-
href: apis/migration-api-video-transcripts.md
2260-
- name: Migration API
2250+
- name: Content-Specific Migration Guidance
22612251
items:
2262-
- name: Import Migration API
2263-
items:
2264-
- name: Import Migration API (CreateMigrationJob)
2252+
- name: OneNote Folders
2253+
href: apis/onenote-migration-service.md
2254+
- name: Sensitivity Labels
2255+
href: apis/sp-migration-api-and-sensitivity-labels.md
2256+
- name: Video Transcripts
2257+
href: apis/migration-api-video-transcripts.md
2258+
- name: Sharing
2259+
href: apis/migration-api-shared.md
2260+
- name: Web Parts
2261+
href: apis/migrate-webparts-with-migrationapi.md
2262+
- name: SharePoint Migration API
2263+
items:
2264+
- name: SharePoint Migration API Overview
22652265
href: apis/migration-api-overview.md
2266-
items:
2267-
- name: Sharing
2268-
href: apis/migration-api-shared.md
2269-
- name: Migrate web parts using the Migration API
2270-
href: apis/migrate-webparts-with-migrationapi.md
2271-
- name: Export Migration API (Asynchronous Metadata Read)
2266+
- name: SharePoint Migration API Reference
2267+
href: apis/migration-api-reference.md
2268+
- name: Asynchronous Metadata Read (AMR) API
2269+
items:
2270+
- name: SharePoint Asynchronous Metadata Read (AMR) API Overview
22722271
href: apis/export-amr-api.md
2273-
- name: Permissions guide for Export Migration API (Asynchronous Metadata Read)
2274-
href: apis/export-amr-api-permission-guide.md
2275-
- name: Azure container and queue
2276-
href: apis/migration-api-azure-container-and-queue.md
2277-
- name: Encryption
2278-
href: apis/migration-api-encryption.md
2272+
- name: SharePoint Asynchronous Metadata Read (AMR) API Reference
2273+
href: apis/amr-api-reference.md
2274+
- name: Azure container and queue
2275+
href: apis/migration-azure.md
2276+
- name: Migration Content Package
2277+
href: apis/migration-content-package.md
2278+
- name: Manifest Files
2279+
href: apis/migration-manifest.md
2280+
- name: Events
2281+
href: apis/migration-events.md
22792282
- name: Microsoft Syntex REST API
22802283
items:
22812284
- name: Overview

0 commit comments

Comments
 (0)