Skip to content

Commit cd21f50

Browse files
Merge branch 'main' into patch-3
2 parents 12127ed + 398c953 commit cd21f50

File tree

106 files changed

+1304
-1956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+1304
-1956
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ You can also tweet / follow [@Microsoft365Dev](https://twitter.com/Microsoft365D
1414

1515
## SharePoint Framework Releases
1616

17-
Review all the SPFx releases here from the [initial GA release in February 2017](https://docs.microsoft.com/sharepoint/dev/spfx/roadmap)
17+
Review all the SPFx releases here from the [initial GA release in February 2017](https://learn.microsoft.com/sharepoint/dev/spfx/roadmap)
1818

1919
## Get Started
2020

21-
* [Setup your Office 365 Developer Tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)
22-
* [Setup your Machine](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
23-
* [Go build your first web part](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part)
21+
* [Setup your Office 365 Developer Tenant](https://learn.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)
22+
* [Setup your Machine](https://learn.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
23+
* [Go build your first web part](https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part)
2424

2525

2626
## Learn More
2727

28-
* [Background and Philosophy](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
29-
* [Design Great Web Parts](https://docs.microsoft.com/sharepoint/dev/design/design-guidance-overview)
30-
* [API Docs](https://docs.microsoft.com/javascript/api/sp-application-base)
28+
* [Background and Philosophy](https://learn.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
29+
* [Design Great Web Parts](https://learn.microsoft.com/sharepoint/dev/design/design-guidance-overview)
30+
* [API Docs](https://learn.microsoft.com/javascript/api/sp-application-base)
3131

3232
## Updates & Feedback
3333

@@ -49,7 +49,7 @@ Please see following guidance if you are planning to submit changes on the Share
4949

5050
* [Contribution guidance](https://github.com/SharePoint/sp-dev-docs/blob/master/.github/CONTRIBUTING.md)
5151
* [How to Create Good Pull Requests](https://github.com/SharePoint/sp-dev-docs/wiki/How-to-Create-Good-Pull-Requests)
52-
* If you are a Microsoft contributor, please review official guidance from our [internal documentation](https://review.docs.microsoft.com/help/contribute/?branch=master) for Microsoft Docs contributors
52+
* If you are a Microsoft contributor, please review official guidance from our [internal documentation](https://review.learn.microsoft.com/help/contribute/?branch=main) for Microsoft Docs contributors
5353

5454
## Have Fun
5555

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The ___location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

docs/apis/migration-api-whats-new.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Migration API What's new"
33
description: "Learn about the new features and updates to the Migration API."
4-
ms.date: 06/28/2022
4+
ms.date: 09/23/2022
55
ms.reviewer: jhendr
66
author: JoanneHendrickson
77
ms.author: jhendr
@@ -16,6 +16,26 @@ ms.custom: admindeeplinkSPO
1616

1717
Check here to see what features or updates have been added to the Migration API. Here's a summary of what's included.
1818

19-
## Fixes
19+
## New requirement
2020

21-
- **Changes to how Import API handles users**. As a response to issues arising from broken OneDrive scenarios when importing duplicate users, the API now blocks and detect duplicate user entries in UserGroup.xml. For details see: [Entering user identifiers in UserGroup.xml](/sharepoint/dev/apis/migration-api-overview#entering-user-identifiers-in-usergroup.xml).
21+
Beginning January 1, 2023, the SourceType field will be mandatory when calling the Migration API. Starting October 1st, 2022, a warning message will be sent if the field is missing.
22+
23+
**Accepted SourceType values:**
24+
25+
- AmazonS3
26+
- AzureStorage
27+
- Box
28+
- Dropbox
29+
- Egnyte
30+
- FileShare
31+
- GoogleCloudStorage
32+
- GoogleDrive
33+
- MicrosoftStream
34+
- OneDrive
35+
- SharePointOnline
36+
- SharePointOnPremServer
37+
- Other
38+
39+
## Fixes
40+
41+
- **Changes to how Import API handles users**. As a response to issues arising from broken OneDrive scenarios when importing duplicate users, the API now blocks and detect duplicate user entries in UserGroup.xml. For details see: [Entering user identifiers in UserGroup.xml](/sharepoint/dev/apis/migration-api-overview#entering-user-identifiers-in-usergroup.xml).

docs/apis/syntex/rest-applymodel-method.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
22
title: Batch apply model
3+
description: Use REST API to apply a document understanding model to one or more libraries.
4+
ms.date: 09/23/2022
35
ms.author: chucked
46
author: chuckedmonson
57
manager: pamgreen
68
ms.reviewer: ssquires
79
audience: admin
810
ms.topic: reference
9-
ms.prod: microsoft-365-enterprise
10-
search.appverid:
1111
ms.collection: m365initiative-syntex
1212
ms.localizationpriority: high
13-
description: Use REST API to apply a document understanding model to one or more libraries.
1413
---
15-
1614
# Batch Apply model
1715

1816
Applies (or syncs) a trained document understanding model to one or more libraries (see [example](rest-applymodel-method.md#examples)).
@@ -72,7 +70,7 @@ None
7270
|--------|-------|------------|
7371
|StatusCode|int|The HTTP status code.|
7472
|ErrorMessage|string|The error message which tells what's wrong when apply the model to the document library.|
75-
|Publication|MachineLearningPublicationEntityData|It specifies the model info and the target document library.|
73+
|Publication|MachineLearningPublicationEntityData|It specifies the model info and the target document library.|
7674

7775
### MachineLearningPublicationEntityData
7876

docs/apis/syntex/rest-batchdelete-method.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: BatchDelete
3+
description: Use REST API to remove an applied document understanding model from one or more libraries.
4+
ms.date: 09/23/2022
35
ms.author: chucked
46
author: chuckedmonson
57
manager: pamgreen
68
ms.reviewer: ssquires
79
audience: admin
810
ms.topic: reference
9-
ms.prod: microsoft-365-enterprise
10-
search.appverid:
1111
ms.collection: m365initiative-syntex
1212
ms.localizationpriority: high
13-
description: Use REST API to remove an applied document understanding model from one or more libraries.
1413
---
1514

1615
# BatchDelete
@@ -70,7 +69,7 @@ None
7069
|--------|-------|------------|
7170
|StatusCode|int|The HTTP status code.|
7271
|ErrorMessage|string|The error message which tells what's wrong when apply the model to the document library.|
73-
|Publication|MachineLearningPublicationEntityData|It specifies the model info and the target document library.|
72+
|Publication|MachineLearningPublicationEntityData|It specifies the model info and the target document library.|
7473

7574
### MachineLearningPublicationEntityData
7675

@@ -90,16 +89,16 @@ In this sample, the ID of the Contoso Contract document understanding model is `
9089
#### Sample request
9190

9291
```HTTP
93-
{
94-
"publications": [
95-
{
96-
"ModelUniqueId": "7645e69d-21fb-4a24-a17a-9bdfa7cb63dc",
97-
"TargetSiteUrl": "https://constco.sharepoint-df.com/sites/docsite",
98-
"TargetWebServerRelativeUrl": "/sites/docsite ",
99-
"TargetLibraryServerRelativeUrl": "/sites/dcocsite/joedcos"
100-
}
101-
]
102-
}
92+
{
93+
"publications": [
94+
{
95+
"ModelUniqueId": "7645e69d-21fb-4a24-a17a-9bdfa7cb63dc",
96+
"TargetSiteUrl": "https://constco.sharepoint-df.com/sites/docsite",
97+
"TargetWebServerRelativeUrl": "/sites/docsite ",
98+
"TargetLibraryServerRelativeUrl": "/sites/dcocsite/joedcos"
99+
}
100+
]
101+
}
103102
```
104103

105104
#### Sample response

docs/apis/syntex/rest-createclassificationrequest.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: Create file classification request
3+
description: Use REST API to create a request to classify one or more files using a trained document understanding model.
4+
ms.date: 09/23/2022
35
ms.author: chucked
46
author: chuckedmonson
57
manager: pamgreen
68
ms.reviewer: ssquires
79
audience: admin
810
ms.topic: reference
9-
ms.prod: microsoft-365-enterprise
10-
search.appverid:
1111
ms.collection: m365initiative-syntex
1212
ms.localizationpriority: high
13-
description: Use REST API to create a request to classify one or more files using a trained document understanding model.
1413
---
1514

1615
# Create file classification request

docs/apis/syntex/rest-createfolderclassificationrequest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: Create folder classification request
3+
description: Use REST API to create a request to classify an entire folder using a trained document understanding model.
4+
ms.date: 09/23/2022
35
ms.author: chucked
46
author: chuckedmonson
57
manager: pamgreen
68
ms.reviewer: ssquires
79
audience: admin
810
ms.topic: reference
9-
ms.prod: microsoft-365-enterprise
10-
search.appverid:
1111
ms.collection: m365initiative-syntex
1212
ms.localizationpriority: high
13-
description: Use REST API to create a request to classify an entire folder using a trained document understanding model.
1413
---
1514

1615
# Create folder classification request
@@ -78,7 +77,7 @@ None
7877
"TargetSiteId": "f686e63b-aba7-48e5-97c7-68c4c1df292f",
7978
"TargetWebId": "66d6b64d-6f88-4dd9-b3db-47e6f00c53e8",
8079
"TargetUniqueId": "e6cff8b7-c90c-4564-b5b8-033449090932",
81-
"IsFolder": true
80+
"IsFolder": true
8281
}
8382
```
8483

docs/apis/syntex/rest-createmodel-method.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: Create model
3+
description: Use REST API to create a model and its associated content type.
4+
ms.date: 09/23/2022
35
ms.author: chucked
46
author: chuckedmonson
57
manager: pamgreen
68
ms.reviewer: ssquires
79
audience: admin
810
ms.topic: reference
9-
ms.prod: microsoft-365-enterprise
10-
search.appverid:
1111
ms.collection: m365initiative-syntex
1212
ms.localizationpriority: high
13-
description: Use REST API to create a model and its associated content type.
1413
---
1514

1615
# Create model

docs/apis/syntex/rest-getbytitle-method.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: GetByTitle
3+
description: Use REST API to get or update information about a SharePoint Syntex document understanding model using the model title.
4+
ms.date: 09/23/2022
35
ms.author: chucked
46
author: chuckedmonson
57
manager: pamgreen
68
ms.reviewer: ssquires
79
audience: admin
810
ms.topic: article
9-
ms.prod: microsoft-365-enterprise
10-
search.appverid:
1111
ms.collection: m365initiative-syntex
1212
ms.localizationpriority: high
13-
description: Use REST API to get or update information about a SharePoint Syntex document understanding model using the model title.
1413
---
1514

1615
# GetByTitle

docs/apis/syntex/rest-getbyuniqueid-method.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: GetByUniqueId
3+
description: Use REST API to get or update information about a SharePoint Syntex document understanding model.
4+
ms.date: 09/23/2022
35
ms.author: chucked
46
author: chuckedmonson
57
manager: pamgreen
68
ms.reviewer: ssquires
79
audience: admin
810
ms.topic: reference
9-
ms.prod: microsoft-365-enterprise
10-
search.appverid:
1111
ms.collection: m365initiative-syntex
1212
ms.localizationpriority: high
13-
description: Use REST API to get or update information about a SharePoint Syntex document understanding model.
1413
---
1514

1615
# GetByUniqueId
@@ -23,7 +22,7 @@ Gets or updates information about a SharePoint Syntex document understanding mod
2322
GET /_api/machinelearning/models/getbyuniqueid('{modelUniqueId}') HTTP/1.1
2423
```
2524

26-
This same method can be used for deleting a model, too.
25+
This same method can be used for deleting a model, too.
2726

2827
```HTTP
2928
DELETE /_api/machinelearning/models/getbyuniqueid('{modelUniqueId}') HTTP/1.1

0 commit comments

Comments
 (0)