Skip to content

Commit

Permalink
Merge pull request #1382 from ChristophHannappel/none/SPDistributedCa…
Browse files Browse the repository at this point in the history
…cheServiceDocumentation

[SharePointDistributedCacheService]: Documentation added
  • Loading branch information
ykuijs committed Feb 17, 2022
2 parents 173798c + 18525e3 commit 5e52862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added parameters to support OIDC authentication in SharePoint Server Subscription Edition
- SPWebAppPeoplePickerSettings
- Added the PeopleEditorOnlyResolveWithinSiteCollection parameter to the resource
- SPDistributedCacheService
- Added documentation to clarify the use of the ServerProvisionOrder parameter

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ servers provisioning a cache at the same time. Note, this approach only makes
a server check the others for distributed cache, it does not provision the
cache automatically on all servers. If a previous server in the sequence does
not appear to be running distributed cache after 30 minutes, the local server
that was waiting will begin anyway.
that was waiting will begin anyway. The expected values for ServerProvisionOrder
are the hostnames `$env:COMPUTERNAME` of the servers.

The default value for the Ensure parameter is Present. When not specifying this
parameter, the distributed cache is provisioned.

0 comments on commit 5e52862

Please sign in to comment.