diff --git a/CHANGELOG.md b/CHANGELOG.md index 092f03e7f..4f4942fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- SharePointDsc + - Fixed incorrect table formatting in the resource table of the Wiki - SPWebApplication - Fixed an issue where the Set method tried to use the Parameter SecureSocketsLayer with Set-SPWebApplication on SharePoint Server older than Subscription Edition. - SPWebAppPeoplePickerSettings diff --git a/SharePointDsc/WikiSource/Understanding-Resources.md b/SharePointDsc/WikiSource/Understanding-Resources.md index ca1ea656c..0be1a19f1 100644 --- a/SharePointDsc/WikiSource/Understanding-Resources.md +++ b/SharePointDsc/WikiSource/Understanding-Resources.md @@ -125,7 +125,7 @@ The SharePointDsc module includes the following DSC resources |_[SPUsageDefinition](SPUsageDefinition)_ | Distributed | - | |_[SPUserProfileProperty](SPUserProfileProperty)_ | Distributed | - | |_[SPUserProfileSection](SPUserProfileSection)_ | Distributed | - | -|_[SPUserProfileServiceApp](SPUserProfileServiceApp)_ | Distributed | - | Yes | +|_[SPUserProfileServiceApp](SPUserProfileServiceApp)_ | Distributed | Yes | |_[SPUserProfileServiceAppPermissions](SPUserProfileServiceAppPermissions)_ | Distributed | - | |_[SPUserProfileSyncConnection](SPUserProfileSyncConnection)_ | Distributed | - | |_[SPUserProfileSyncService](SPUserProfileSyncService)_ | Specific | Yes |