Skip to content

v4.5.0

Compare
Choose a tag to compare
@dscbot dscbot released this 30 Jan 12:02
· 374 commits to master since this release
6e8b8d6

[v4.5.0]

Added

  • SharePointDsc
    • Added native support for ReverseDsc
  • SPDocIcon
    • New resource
  • SPUserProfileSyncConnection
    • Added ability to update UseSSL and UseDisabledFilter parameters
  • SPWordAutomationServiceApp
    • Added ability to specify that the new service app should be added
      to the default proxy group

Changed

  • SharePointDsc
    • Updated pipeline build scripts
  • SPProjectServerConnector
    • Updated logic to check to required DLL file
  • SPFarmAdministrators
    • Update the event log messages so they are better formatted
  • SPQuotaTemplate
    • Updated resource to prevent errors when specified limits are conflicting
      configured values. E.g. new warning is high than the current max limit.
  • SPTrustedIdentityTokenIssuer
    • Do not set property ProviderSignOutUri in SharePoint 2013 as it does
      not exist
  • SPUserProfileServiceApp
    • Changed MySiteHostLocation to not be mandatory
    • Added validation to Set function for testing if SiteNamingConflictResolution parameter
      is defined then also MySiteHostLocation parameters has to be because it is a mandatory
      parameter in the parameter set of New-SPProfileServiceApplication when
      SiteNamingConflictResolution is used.
    • Added "MySiteHostLocation" to Test-SPDscParameterState function in Test-TargetResource

Fixed

  • SPBlobCacheSettings
    • Fixed issue where the Get method threw an error when the zone didn't exist.
  • SPTrustedIdentityTokenIssuer
    • Do not set property ProviderSignOutUri in SharePoint 2013 as it does
      not exist
  • SPWebAppPolicy
    • Fixed a blocking issue introduced in version 4.4.0 when extracting cache
      accounts

Removed

  • SharePointDsc
    • Removed two old files from the previous CD/CI system