From 0d4d54ce93dc4876155788f77a884ffb24f7c27c Mon Sep 17 00:00:00 2001 From: "Hannappel, Christoph" Date: Wed, 16 Feb 2022 21:01:38 +0100 Subject: [PATCH 1/2] None: Documentation for ServerProvisionOrder extended --- .../DSCResources/MSFT_SPDistributedCacheService/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SharePointDsc/DSCResources/MSFT_SPDistributedCacheService/Readme.md b/SharePointDsc/DSCResources/MSFT_SPDistributedCacheService/Readme.md index e768f6a95..c3c2996c2 100644 --- a/SharePointDsc/DSCResources/MSFT_SPDistributedCacheService/Readme.md +++ b/SharePointDsc/DSCResources/MSFT_SPDistributedCacheService/Readme.md @@ -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. From 18525e3d04c820b7745c86c30a7e2090acafa05f Mon Sep 17 00:00:00 2001 From: "Hannappel, Christoph" Date: Wed, 16 Feb 2022 21:06:16 +0100 Subject: [PATCH 2/2] none: Updated Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9390664..73ad4b37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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