Releases: dsccommunity/SharePointDsc
Releases · dsccommunity/SharePointDsc
v5.2.1-preview0001
[v5.2.1-preview0001]
Added
- SPProductUpdate
- Added support for SharePoint Subscription Edition
Changed
- SPProductUpdate
- Added logic to check if all servers in the farm are on the same
patch level before resuming the search crawls again
- Added logic to check if all servers in the farm are on the same
Fixed
- SPInstallPrereqs
- Fix issue where a failed VC++ upgrade results in two versions being present, which
the code didn't handle properly
- Fix issue where a failed VC++ upgrade results in two versions being present, which
- SPShellAdmins
- Fix issue where Get-SPDatabase could not be found
- SPUserProfileServiceApp
- Fixed issue where error 'You cannot call a method on a null-valued expression' was
thrown when no MySiteHost was specified
- Fixed issue where error 'You cannot call a method on a null-valued expression' was
v5.2.0
[v5.2.0]
Added
- SharePointDsc
- Added the SPShellAdmin resource to the ReverseDsc export
- Updated ReverseDsc version requirement to 2.0.0.11
- SPFarmPropertyBag
- Added support for boolean and int32 data types
- SPInstall
- Added additional ExitCode for incorrect license key
- SPSearchCrawlDatabase
- New resource
- SPSearchIndexPartition
- Added additional logging to improve troubleshooting
- SPShellAdmin
- Added additional logging to improve troubleshooting
- Added Export logic
- SPWebAppPeoplePickerSettings
- Added the CustomFilter parameter to the resource
- Added the ShortDomainName parameter to the resource
Fixed
- SharePointDsc
- Fixed incorrect table formatting in the resource table of the Wiki
- SPSearchIndexPartition
- Fixed issue where only one index component was returned after a regression issue in v5.1
- SPSearchServiceApp
- Fixed issue where the database permissions were not corrected for new
search service applications.
- Fixed issue where the database permissions were not corrected for new
- SPShellAdmin
- Fixed issue where the farm account was the owner of the database.
Now including the farm account in those cases.
- Fixed issue where the farm account was the owner of the database.
- 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
- Fixed an issue where the Set method would not update a non mandatory parameter on an existing SPWebAppPPSearchDomain
v5.2.0-preview0004
[v5.2.0-preview0004]
Added
- SharePointDsc
- Added the SPShellAdmin resource to the ReverseDsc export
- Updated ReverseDsc version requirement to 2.0.0.11
- SPFarmPropertyBag
- Added support for boolean and int32 data types
- SPInstall
- Added additional ExitCode for incorrect license key
- SPSearchCrawlDatabase
- New resource
- SPSearchIndexPartition
- Added additional logging to improve troubleshooting
- SPShellAdmin
- Added additional logging to improve troubleshooting
- Added Export logic
- SPWebAppPeoplePickerSettings
- Added the CustomFilter parameter to the resource
- Added the ShortDomainName parameter to the resource
Fixed
- SharePointDsc
- Fixed incorrect table formatting in the resource table of the Wiki
- SPSearchIndexPartition
- Fixed issue where only one index component was returned after a regression issue in v5.1
- SPSearchServiceApp
- Fixed issue where the database permissions were not corrected for new
search service applications.
- Fixed issue where the database permissions were not corrected for new
- SPShellAdmin
- Fixed issue where the farm account was the owner of the database.
Now including the farm account in those cases.
- Fixed issue where the farm account was the owner of the database.
- 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
- Fixed an issue where the Set method would not update a non mandatory parameter on an existing SPWebAppPPSearchDomain
v5.2.0-preview0003
[v5.2.0-preview0003]
Added
- SPWebAppPeoplePickerSettings
- Added the CustomFilter parameter to the resource
- Added the ShortDomainName parameter to the resource
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
- Fixed an issue where the Set method would not update a non mandatory parameter on an existing SPWebAppPPSearchDomain
v5.2.0-preview0002
[v5.2.0-preview0002]
Added
- SPWebAppPeoplePickerSettings
- Added the CustomFilter parameter to the resource
- Added the ShortDomainName parameter to the resource
Fixed
- 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
- Fixed an issue where the Set method would not update a non mandatory parameter on an existing SPWebAppPPSearchDomain
v5.2.0-preview0001
[v5.2.0-preview0001]
Added
- SPFarmPropertyBag
- Added support for boolean and int32 data types
- SPInstall
- Added additional ExitCode for incorrect license key
- SPShellAdmin
- Added additional logging to improve troubleshooting
Fixed
- SPSearchServiceApp
- Fixed issue where the database permissions were not corrected for new
search service applications.
- Fixed issue where the database permissions were not corrected for new
- SPWebApplication
- Fixed an issue where the Set method tried to use the Parameter SecureSocketsLayer with
Set-SPWebApplication on SharePoint Server older than Subscription Edition.
- Fixed an issue where the Set method tried to use the Parameter SecureSocketsLayer with
v5.1.1-preview0001
[v5.1.1-preview0001]
Fixed
- SPWebApplication
- Fixed an issue where the Set method tried to use the Parameter SecureSocketsLayer with Set-SPWebApplication on SharePoint Server older than Subscription Edition.
v5.1.0
[v5.1.0]
Added
- SharePointDsc
- Added generic unit tests files to quickly run all or a specific unit test
- Updated pipeline scripts to a recent version
- Added an extensive flexible configuration to deploy a SharePoint environment
- SPDistributedCacheService
- Added documentation to clarify the use of the ServerProvisionOrder parameter
- SPTrustedIdentityTokenIssuer
- Added parameters to support OIDC authentication in SharePoint Server Subscription Edition
- SPWebAppPeoplePickerSettings
- Added the PeopleEditorOnlyResolveWithinSiteCollection parameter to the resource
Changed
- SharePointDsc
- Updated ReverseDsc version requirement to 2.0.0.10 to fix an issue
with Exporting an array of CIM instances
- Updated ReverseDsc version requirement to 2.0.0.10 to fix an issue
- SPFarm
- Suppress a useless reboot that was triggered once a server joined the farm
- Suppress a useless 5 minutes sleep triggered once a server joined the farm
Fixed
- SPSearchIndexPartition
- Fixed issue where the Get method returned multiple values when using multiple
index components - Fixed issue the Export would place quotes around a variable in the output
- Fixed issue where the Get method returned multiple values when using multiple
- SPSearchTopology
- Fixed issue the Export would place quotes around a variable in the output
- SPTrustedRootAuthority
- Fixed issue where certificates not in the Personal store could not be used
- Add-SPDscConfigDBLock
- Fixed issue where a Farm configuration Database could not contain a dash '-'
v5.1.0-preview0006
[v5.1.0-preview0006]
Added
- SharePointDsc
- Added generic unit tests files to quickly run all or a specific unit test
- Updated pipeline scripts to a recent version
- Added an extensive flexible configuration to deploy a SharePoint environment
- SPDistributedCacheService
- Added documentation to clarify the use of the ServerProvisionOrder parameter
- SPTrustedIdentityTokenIssuer
- Added parameters to support OIDC authentication in SharePoint Server Subscription Edition
- SPWebAppPeoplePickerSettings
- Added the PeopleEditorOnlyResolveWithinSiteCollection parameter to the resource
Changed
- SharePointDsc
- Updated ReverseDsc version requirement to 2.0.0.10 to fix an issue
with Exporting an array of CIM instances
- Updated ReverseDsc version requirement to 2.0.0.10 to fix an issue
- SPFarm
- Suppress a useless reboot that was triggered once a server joined the farm
- Suppress a useless 5 minutes sleep triggered once a server joined the farm
Fixed
- SPSearchIndexPartition
- Fixed issue where the Get method returned multiple values when using multiple
index components - Fixed issue the Export would place quotes around a variable in the output
- Fixed issue where the Get method returned multiple values when using multiple
- SPSearchTopology
- Fixed issue the Export would place quotes around a variable in the output
- SPTrustedRootAuthority
- Fixed issue where certificates not in the Personal store could not be used
- Add-SPDscConfigDBLock
- Fixed issue where a Farm configuration Database could not contain a dash '-'
v5.1.0-preview0005
[v5.1.0-preview0005]
Added
- SharePointDsc
- Added generic unit tests files to quickly run all or a specific unit test
- Updated pipeline scripts to a recent version
- SPTrustedIdentityTokenIssuer
- 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
- SharePointDsc
- Updated ReverseDsc version requirement to 2.0.0.10 to fix an issue
with Exporting an array of CIM instances
- Updated ReverseDsc version requirement to 2.0.0.10 to fix an issue
- SPFarm
- Suppress a useless reboot that was triggered once a server joined the farm
- Suppress a useless 5 minutes sleep triggered once a server joined the farm
Fixed
- SPTrustedRootAuthority
- Fixed issue where certificates not in the Personal store could not be used
- Add-SPDscConfigDBLock
- Fixed issue where a Farm configuration Database could not contain a dash '-'