Skip to content

v3.8.0-preview0005

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 18 Feb 18:01
· 679 commits to master since this release
20f3e6c

[v3.8.0-preview0005]

Added

  • SharePointDsc
    • Added automatic release with a new CI pipeline
    • Updated PULL_REQUEST_TEMPLATE.md to match DSC standard
  • SPAzureAccessControlServiceAppProxy
    • Added new resource to create Azure Access Control Service Application Proxy
  • SPExcelServiceApp
    • Documentation update for SharePoint 2016/2019 deprecation.
  • SPInstallPrereqs
    • Documentation update for SharePoint 2019 offline install parameters.
  • SPFarm
    • Added possibility to set application credential key.
  • SPOAppPrincipalMgmtServiceAppProxy
    • Added new resource to create SharePoint Online Application Principal
      Management Service Application Proxy
  • SPTrustedSecurityTokenIssuer
    • Fixed RegisteredIssuerNameRealm not applied if specified.

Changed

  • SharePointDsc
    • Updated all resources and Invoke-SPDscCommand function to automatically
      load Utils module, which broke with the new CI
  • SPConfigWizard
    • Updated checks in Set method to make sure the resource also runs when
      a language pack is installed
  • SPUserProfileServiceApp
    • Implemented ability to fix incorrectly linked proxy groups

Deprecated

  • None

Removed

  • None

Fixed

  • SPSearchContentSource
    • Add CrawlVirtualServers and CrawlSites CrawlSetting for SharePoint content
      sources.

Security

  • None