Skip to content

Commit

Permalink
Merge pull request #1362 from ykuijs/v5.0
Browse files Browse the repository at this point in the history
[SPCertificate/SPWebApplication/SPWebApplicationExtension] New and updated resources to support certificate management
  • Loading branch information
ykuijs authored Dec 15, 2021
2 parents 7efd31b + 686ea80 commit 9781d20
Show file tree
Hide file tree
Showing 18 changed files with 3,684 additions and 113 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SharePointDsc
- Added support for SharePoint Server Subscription Edition in Util module and unit tests stubs
- Added SPSE unit tests to the Azure pipeline definitions
- SPCertificate
- New resource for SharePoint Server Subscription Edition
- SPCertificateSettings
- New resource for SharePoint Server Subscription Edition
- SPDatabaseAAG
Expand All @@ -28,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added possibility to configure Search Index Deletion Policies settings
- SPWebApplication
- Added possibility to manage the SiteDataServers property
- Added support for configuring AllowLegacyEncryption, CertificateThumbprint and UseServerNameIndication
- SPWebApplicationExtension
- Added support for configuring AllowLegacyEncryption, CertificateThumbprint and UseServerNameIndication

### Changed

Expand All @@ -41,6 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Service app no longer exists in SharePoint Server Subscription Edition. Added logic to check for SPSE.
- SPPerformancePointServiceApp
- Service app no longer exists in SharePoint Server Subscription Edition. Added logic to check for SPSE.
- SPWebApplicationExtension
- Updated so it infers the UseSSL value from the URL, just like the SPWebApplication resouce

### Fixed

Expand All @@ -52,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SharePointDsc
- [BREAKING CHANGE] Removed PowerShell v4.0 support by removing the InstallAccount parameter
from all resources.
- SPWebApplicationExtension
- [BREAKING CHANGE] Removed UseSSL parameter

## [4.9.0] - 2021-11-06

Expand Down
Loading

0 comments on commit 9781d20

Please sign in to comment.