Skip to content

Commit ebd277b

Browse files
committed
Merge remote-tracking branch 'refs/remotes/SharePoint/master'
2 parents cdf75d3 + ef5efa9 commit ebd277b

10 files changed

+57
-45
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@
2222
}
2323
}
2424
],
25-
"notification_subscribers": [],
25+
"notification_subscribers": [
26+
27+
],
2628
"branches_to_filter": [],
2729
"skip_source_output_uploading": false,
2830
"need_preview_pull_request": false,
2931
"contribution_branch_mappings": {},
32+
"git_repository_branch_open_to_public_contributors": "master",
3033
"dependent_repositories": [
3134
{
3235
"path_to_root": "_themes",

docs/apis/communication-site-creation-rest.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Learn how to create and get the status of a new modern SharePoint Communication site with the REST interface.
44

5+
> [!NOTE]
6+
> There is a known bug with this API which is blocking completely this behavior. Fix will be rolling gradually to SharePoint Online by end of October 2017.
7+
58
## Prerequisites
69

710
This topic assumes that you are already familiar with the topics Get to know the SharePoint REST service and Complete basic operations using SharePoint REST endpoints. It does not provide code snippets.
@@ -23,14 +26,18 @@ url: /_api/sitepages/communicationsite/create
2326
method: POST
2427
body:
2528
{
26-
"__metadata":{"type":"SP.Publishing.CommunicationSiteCreationRequest"},
27-
"AllowFileSharingForGuestUsers":false,
28-
"Classification":"Contoso confidential",
29-
"Description":"Here is my communication site",
30-
"SiteDesignId":"6142d2a0-63a5-4ba0-aede-d9fefca2c767",
31-
"Title":"comm1",
32-
"Url":"https://contoso.sharepoint.com/sites/comm1",
33-
"lcid":1033
29+
"request":{
30+
"__metadata":{
31+
"type":"SP.Publishing.CommunicationSiteCreationRequest"
32+
},
33+
"AllowFileSharingForGuestUsers":false,
34+
"Classification":"LBI",
35+
"Description":"Description",
36+
"SiteDesignId":"6142d2a0-63a5-4ba0-aede-d9fefca2c767",
37+
"Title":"Comm Site 1",
38+
"Url":"https://vesku.sharepoint.com/sites/commsite132",
39+
"lcid":1033
40+
}
3441
}
3542
```
3643

docs/declarative-customization/site-theming/sharepoint-site-theming-csom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ __Namespace:__ Microsoft.Online.SharePoint.TenantManagement.Tenant<br/>
165165
__Parameters:__ string name, string themeJson<br/>
166166
__Return type:__ ClientResult<bool>
167167

168-
## Additional resources
168+
## See also
169169

170170
* [SharePoint site theming overview](sharepoint-site-theming-overview.md)
171171
* [SharePoint site theming: JSON schema](sharepoint-site-theming-json-schema.md)

docs/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"extendBreadcrumb": "true",
3636
"breadcrumb_path":"/sharepoint/dev/breadcrumb/toc.json",
3737
"ms.suite": "office365",
38-
"ms.author": "o365devx",
39-
"author": "o365devx",
38+
"ms.author": "spdevdocs",
39+
"author": "spdevdocs",
4040
"ms.topic": "conceptual",
4141
"ms.prod": "sharepoint"
4242
},

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Backing off is the fastest way to handle being throttled because SharePoint Onli
155155

156156

157157

158-
For information about ways to monitor your SharePoint Online activity, see [Diagnosing performance issues with SharePoint Online](http://msdn.microsoft.com/library/93502df4-552f-409b-971b-2e9b0f38588f.aspx).
158+
For information about ways to monitor your SharePoint Online activity, see [Diagnosing performance issues with SharePoint Online](https://support.office.com/en-us/article/3c364f9e-b9f6-4da4-a792-c8e8c8cd2e86).
159159

160160

161161

@@ -311,7 +311,7 @@ If we block your subscription, you'll see HTTP status code 503, and we'll notify
311311
<a name="BKMK_Additionalresources"> </a>
312312

313313

314-
- [Diagnosing performance issues with SharePoint Online](http://msdn.microsoft.com/library/93502df4-552f-409b-971b-2e9b0f38588f.aspx)
314+
- [Diagnosing performance issues with SharePoint Online](https://support.office.com/en-us/article/3c364f9e-b9f6-4da4-a792-c8e8c8cd2e86)
315315

316316

317317
- [Capacity planning and load testing SharePoint Online](http://msdn.microsoft.com/library/22fa7e7e-7554-4987-b56f-b39bbf303a0a.aspx)

docs/general-development/search-connector-framework-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The connector framework also provides improved exception capturing and logging t
311311
- [Enhancing the BDC model file for Search in SharePoint](enhancing-the-bdc-model-file-for-search-in-sharepoint.md)
312312

313313

314-
- [SharePoint: MyFileConnector custom BCS indexing connector sample](http://code.msdn.microsoft.com/SharePoint-MyFileConne-79d2ea26)
314+
-  [SharePoint 2013: MyFileConnector custom BCS indexing connector sample](https://code.msdn.microsoft.com/sharepoint-2013-myfileconne-79d2ea26)
315315

316316

317317
- [How to: Crawl associated external content types in SharePoint](how-to-crawl-associated-external-content-types-in-sharepoint.md)

docs/sp-add-ins/sharepoint-add-ins.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ There are two basic kinds of SharePoint Add-ins — SharePoint-hosted and provid
2424

2525

2626

27-
- **A SharePoint Add-in is a self-contained pieces of functionality** that extends the capabilities of SharePoint websites to solve a well-defined business problem.
27+
- **A SharePoint Add-in is a self-contained piece of functionality** that extends the capabilities of SharePoint websites to solve a well-defined business problem.
2828

2929

30-
- **Add-ins don't have custom code that runs on the SharePoint servers**. Instead, all custom logic moves "up" to the cloud, or "down" to client computers, or "over" to an on-premise server that is outside the SharePoint farm or SharePoint Online subscription. Keeping custom code off SharePoint servers provides reassurance to SharePoint administrators that the add-in can't harm their servers or reduce the performance of their SharePoint Online websites.
30+
- **Add-ins don't have custom code which runs on SharePoint servers**. Instead, all custom logic moves "up" to the cloud, or "down" to client computers, or "over" to an on-premises server that is outside the SharePoint farm or SharePoint Online subscription. Keeping custom code off SharePoint servers provides reassurance to SharePoint administrators that the add-in can't harm their servers or reduce the performance of their SharePoint Online websites.
3131

3232

3333
- **Business logic in a SharePoint Add-in can access SharePoint data through one of the several client APIs included in SharePoint**. Which API you use for your add-in depends on certain other design decisions you make.
@@ -36,7 +36,7 @@ There are two basic kinds of SharePoint Add-ins — SharePoint-hosted and provid
3636
- **Almost all major types of SharePoint components can be part of a SharePoint Add-in**, including pages, lists, workflows, custom content types, list templates, Web Parts, and more.
3737

3838

39-
- **The SharePoint websites where SharePoint Add-ins are installed, and from which users launch them, are called host webs.** The SharePoint components, however, are generally in a special child web of the host web called theadd-in web.
39+
- **The SharePoint websites where SharePoint Add-ins are installed, and from which users launch them, are called host webs.** The SharePoint components, however, are generally in a special child web of the host web called the add-in web.
4040

4141

4242
- **SharePoint Add-ins can fit into a SharePoint website in several ways**:
@@ -81,7 +81,7 @@ You can distribute an add-in package in two ways:
8181

8282

8383

84-
- **To an organization's add-in catalog**, which is a dedicated SharePoint site collection in the SharePoint Online subscription or on-premise farm. This method is used when the add-in is custom-made for a particular organization.
84+
- **To an organization's add-in catalog**, which is a dedicated SharePoint site collection in the SharePoint Online subscription or on-premises farm. This method is used when the add-in is custom-made for a particular organization.
8585

8686

8787
- **To the [Office Store](https://store.office.com/appshome.aspx?productgroup=SharePoint)**. The store handles the marketing process for you, from discovery to purchase to updates. Microsoft has a **Seller Dashboard** to help you sell add-ins through the Office Store.

docs/spfx/web-parts/guidance/call-microsoft-graph-from-your-web-part.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ AuthenticationContext.prototype._renewToken = function (resource, callback) {
126126
this._renewTokenSuper(resource, callback);
127127
var _renewStates = this._getItem('renewStates');
128128
if (_renewStates) {
129-
_renewStates = _renewStates.split(';');
129+
_renewStates = _renewStates.split(',');
130130
}
131131
else {
132132
_renewStates = [];
@@ -256,4 +256,4 @@ Because client-side applications are incapable of securely storing secrets, and
256256

257257
## More information
258258

259-
- [Authentication Scenarios for Azure AD](https://Azure.microsoft.com/en-us/documentation/articles/active-directory-authentication-scenarios/)
259+
- [Authentication Scenarios for Azure AD](https://Azure.microsoft.com/en-us/documentation/articles/active-directory-authentication-scenarios/)

0 commit comments

Comments
 (0)