Skip to content

Commit 9ec48ef

Browse files
authored
Merge branch 'main' into live
2 parents a4f29e1 + 3e18444 commit 9ec48ef

37 files changed

+281
-58
lines changed

.openpublishing.publish.config.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,24 @@
2727
2828
2929
],
30+
"sync_notification_subscribers": null,
3031
"branches_to_filter": [],
3132
"git_repository_url_open_to_public_contributors": "https://github.com/SharePoint/sp-dev-docs",
32-
"git_repository_branch_open_to_public_contributors": "master",
33+
"git_repository_branch_open_to_public_contributors": "main",
3334
"skip_source_output_uploading": false,
3435
"need_preview_pull_request": true,
3536
"contribution_branch_mappings": {},
3637
"dependent_repositories": [
3738
{
3839
"path_to_root": "_themes",
3940
"url": "https://github.com/Microsoft/templates.docs.msft",
40-
"branch": "master",
41+
"branch": "main",
4142
"branch_mapping": {}
4243
},
4344
{
4445
"path_to_root": "_themes.pdf",
4546
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
46-
"branch": "master",
47+
"branch": "main",
4748
"branch_mapping": {}
4849
},
4950
{
@@ -60,11 +61,11 @@
6061
]
6162
},
6263
"need_generate_pdf_url_template": true,
63-
"Targets": {
64-
"Pdf": {
65-
"template_folder": "_themes.pdf"
66-
}
67-
},
64+
"Targets": {
65+
"Pdf": {
66+
"template_folder": "_themes.pdf"
67+
}
68+
},
6869
"JoinTOCPlugin": [
6970
{
7071
"ConceptualTOC": "/docs/toc.yml",
@@ -80,4 +81,4 @@
8081
"nuget_feed": "https://www.myget.org/F/op/api/v2"
8182
}
8283
]
83-
}
84+
}
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Sensitivity labels and the SharePoint Migration API"
33
description: Learn how to have sensitivity labels applied to content before migration with the SharePoint Migration API.
4-
ms.date: 02/01/2021
4+
ms.date: 05/24/2022
55
ms.author: jhendr
66
author: JoanneHendrickson
77
manager: serdars
@@ -11,17 +11,17 @@ ms.prod: sharepoint
1111
---
1212
# Sensitivity Labels and the SharePoint Migration API
1313

14-
Sensitivity labels cannot be applied to files and folders using the SharePoint Migration API. If you want to have sensitivity labels applied to your content being migrated to Microsoft 365, we recommend using the Microsoft Information Protection (MIP) SDK. There currently isn't a parameter in the API to apply sensitivity labels to files.
14+
Sensitivity labels cannot be applied to files and folders using the SharePoint Migration API. If you want to have sensitivity labels applied to your content being migrated to Microsoft 365, we recommend using the Microsoft Purview Information Protection SDK. There currently isn't a parameter in the API to apply sensitivity labels to files.
1515

1616
**Step 1:**
1717

18-
Before you migrate your content with the Migration API, become familiar with how sensitivity labels work in Microsoft 365 and learn about the Microsoft Information Protection (MIP) SDK:
18+
Before you migrate your content with the Migration API, become familiar with how sensitivity labels work in Microsoft 365 and learn about the Microsoft Purview Information Protection SDK:
1919

2020
- [Enable sensitivity labels for Offices files in SharePoint and OneDrive](/microsoft-365/compliance/sensitivity-labels-sharepoint-onedrive-files)
2121
- [Microsoft Information Protection SDK](/information-protection/develop/overview)
2222

2323
**Step 2:**
24-
Download and configure the Microsoft Information Protection (MIP) SDK. The article listed here shows you how to set up and configure your Microsoft 365 subscription and client workstation, in preparation for using the SDK.
24+
Download and configure the Microsoft Purview Information Protection SDK. The article listed here shows you how to set up and configure your Microsoft 365 subscription and client workstation, in preparation for using the SDK.
2525

2626
- [Microsoft Information Projection (MIP) SDK setup and configuration](/information-protection/develop/setup-configure-mip)
2727

@@ -30,4 +30,5 @@ Apply sensitivity labels using the MIP SDK.
3030

3131
If you're currently using Azure Information Protection, you must migrate your labels to Office 365 Security and Compliance Center. For more information on the process, see [How to migrate Azure Information Protection labels to the Office 365 Security & Compliance Center](/azure/information-protection/configure-policy-migrate-labels).
3232

33-
**Step 4:** Migrate content using the [SharePoint Import Migration API (CreationMigrationJob)](migration-api-overview.md)
33+
**Step 4:**
34+
Migrate content using the [SharePoint Import Migration API (CreationMigrationJob)](migration-api-overview.md)

docs/apis/webhooks/webhooks-reference-implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The SharePoint Patterns and Practices (PnP) reference implementation shows how y
1313

1414
The reference implementation only works with [SharePoint list webhooks](./lists/overview-sharepoint-list-webhooks.md).
1515

16-
You can also follow these steps by watching the video on the SharePoint PnP YouTube Channel:
16+
You can also follow these steps by watching the video on the Microsoft 365 Platform Communtiy (PnP) YouTube Channel:
1717

1818
<br/>
1919

docs/community/community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
88

9-
# SharePoint Developer Community (SharePoint PnP) resources
9+
# Microsoft 365 Platform Community (PnP) resources around SharePoint Framework
1010

11-
The SharePoint Development Community (also known as the SharePoint PnP community) is an open-source initiative coordinated by SharePoint engineering. This community controls SharePoint development documentation, samples, reusable controls, and other relevant open-source initiatives related to SharePoint development.
11+
The Microsoft 365 Platform Community (also known as M365 PnP community) is an open-source initiative coordinated by Microsoft 365 engineering. This community controls SharePoint development documentation, samples, reusable controls, and other relevant open-source initiatives related to SharePoint development.
1212

1313
## Blog posts, videos, and social media
1414

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"author": "VesaJuvonen",
4343
"ms.topic": "conceptual",
4444
"ms.suite": "office",
45-
"ms.prod": "sharepoint",
45+
"ms.service": "sharepoint",
4646
"feedback_system": "GitHub",
4747
"feedback_github_repo": "SharePoint/sp-dev-docs",
4848
"feedback_product_url": "https://aka.ms/spdev-uservoice",
Loading
14.3 KB
Loading
Loading
21.8 KB
Loading
66.9 KB
Loading

0 commit comments

Comments
 (0)