Skip to content

Commit

Permalink
Merge pull request #1064 from PowerShell/release-3.4
Browse files Browse the repository at this point in the history
Release 3.4
  • Loading branch information
kwirkykat authored May 15, 2019
2 parents a1a4e42 + de20c44 commit bb74393
Show file tree
Hide file tree
Showing 41 changed files with 3,107 additions and 513 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Change log for SharePointDsc

## v3.4

* SPDistributedCacheClientSettings
* Added 15 new SharePoint 2016 parameters.
* SPFarm
* Implemented Null check in Get method to prevent errors
* Add support to provision Central Administration on HTTPS
* SPInfoPathFormsServiceConfig
* Added the AllowEventPropagation parameter.
* SPInstall
* Improved logging ouput
* Updated blocked setup file check to prevent errors when BinaryDir
is a CD-ROM drive or mounted ISO
* SPInstallLanguagePack
* Improved logging ouput
* Updated blocked setup file check to prevent errors when BinaryDir
is a CD-ROM drive or mounted ISO
* SPInstallPrereqs
* Improved logging ouput
* Added the updated check to unblock setup file if it is blocked because
it is coming from a network location. This to prevent endless wait.
* Added ability to install from a UNC path, by adding server
to IE Local Intranet Zone. This will prevent an endless wait
caused by security warning.
* Fixed an issue that would prevent the resource failing a test when the
prerequisites have been installed successfully on Windows Server 2019
* SPManagedMetadataServiceApp
* Fixed issue where Get-TargetResource method throws an error when the
service app proxy does not exist and no proxy name is specified.
* SPProductUpdate
* Improved logging ouput
* Updated blocked setup file check to prevent errors when SetupFile
is a CD-ROM drive or mounted ISO
* SPSearchContent Source
* Removed check that prevents configuring an incremental schedule when
using continuous crawl.
* SPSitePropertyBag
* Fixed issue where properties were set on the wrong level.
* SPSubscriptionSettingsServiceApp
* Fixed issue where the service app proxy isn't created when it wasn't
created during initial deployment.
* SPTrustedRootAuthority
* Added possibility to get certificate from file.

## v3.3

* SharePointDsc generic
Expand Down
Loading

0 comments on commit bb74393

Please sign in to comment.