Skip to content

v3.8.0-preview0006

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 25 Feb 23:53
· 646 commits to master since this release
9194c37

[v3.8.0-preview0006]

Added

  • SharePointDsc
    • Added automatic release with a new CI pipeline
    • Updated PULL_REQUEST_TEMPLATE.md to match DSC standard
    • Prepared Conceptual Help and Wiki Content generation
  • 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.
  • SPUserProfileProperty
    • Added IsReplicable property.

Changed

  • SharePointDsc
    • Updated all resources and Invoke-SPDscCommand function to automatically
      load Utils module, which broke with the new CI
    • Extended Convert-SPDscHashtableToString function to support complex types
      in arrays and the CIMInstance type
  • SPConfigWizard
    • Updated checks in Set method to make sure the resource also runs when
      a language pack is installed
  • SPContentDatabase
    • Updated DatabaseServer parameter to support null value
  • SPSearchIndexPartition
    • Updated documentation to specifically mention that each index partition
      requires its own dedicated RootDirectory
  • SPUserProfileServiceApp
    • Implemented ability to fix incorrectly linked proxy groups
  • SPWebApplicationExtension
    • Forced the conversion of Paths to string

Deprecated

  • None

Removed

  • None

Fixed

  • SharePointDsc
    • Corrected schema.mof files of SPSubscriptionSettingServiceApp and
      SPPasswordChangeSettings resources, which caused failed Wiki generation
  • SPSearchContentSource
    • Add CrawlVirtualServers and CrawlSites CrawlSetting for SharePoint content
      sources.
  • SPSubscriptionSettingServiceApp
    • Corrected incorrect information in Readme file
  • SPUserProfileProperty
    • Fixed typo in user profile property test for IsSearchable.

Security

  • None