Skip to content

v4.0.0-preview0004

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 28 Apr 13:38
· 547 commits to master since this release
a494355

[v4.0.0-preview0004]

Added

  • SharePointDsc
    • Added verbose logging of the test results in the Test method
    • Added function to create SharePointDsc event log and add log entries
    • Added the logging of all test results to the new SharePointDsc event log
    • Added support in several resources for creating/connecting to farm
      and service applications using a (single) SQL-based credential
      instead of the default Windows credentials. Needed when e.g. using
      Azure SQL Managed Instance as SharePoint's database server.
      UseSQLAuthentication and DatabaseCredentials parameters will need
      to be considered.

Changed

The following changes will break v3.x and earlier configurations that use these
resources:

  • SPManagedMetaDataServiceAppDefault
    • Updated resource to allow the configuration of default per service application
      proxy groups instead of per farm
  • SPSearchContentSource
    • Discontinued CrawlEverything, CrawlFirstOnly and null as allowable CrawlSetting
      values for a SharePoint based content source, requiring CrawlVirtualServers or
      CrawlSites
  • SPTrustedRootAuthority
    • It's now possible to specify both CertificateFilePath and CertificateThumbprint
      so that the certificate thumbprint can be verified before importing.
  • SPTrustedSecurityTokenIssuer
    • It's now possible to specify both SigningCertificateFilePath and
      SigningCertificateThumbprint so that the certificate thumbprint can be verified
      before importing.
  • SPUserProfileServiceApp
    • Changed the MySiteHostLocation parameter to a required parameter
  • SPWebAppAuthentication
    • Updated resource to add support for Basic Authentication

Fixed

  • SPFarmSolution
    • Corrected bug running Solution Job wait for an Absent solution.
    • Corrected bug trying to remove an already Absent solution.
  • SPSearchAuthoritativePage
    • Corrected bug when checking for an existing Demoted Action
  • SPWebAppAuthentication
    • Updated to support passing of null/empty collections for zones not utilized.

Removed

The following changes will break v3.x and earlier configurations that use these
resources:

  • SPSearchServiceApp
    • Removed the WindowsServiceAccount parameter that was depricated in v3.1
  • SPUserProfileSyncService
    • Removed the FarmAccount parameter that was depricated in v2.2