Skip to content

v3.8.0-preview0004

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 18 Feb 10:23
· 683 commits to master since this release
5465929

[v3.8.0-preview0004]

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
  • 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