Releases: dsccommunity/SharePointDsc
Releases · dsccommunity/SharePointDsc
v1.6.0.0
- Updated SPWebApplication to allow Claims Authentication configuration
- Updated documentation in regards to guidance on installing binaries from network locations instead of locally
- New resources: SPFarmPropertyBag
- Bugfix in SPSite, which wasn't returing the quota template name in a correct way
- Bugfix in SPAppManagementServiceApp which wasn't returning the correct database name
- Bugfix in SPAccessServiceApp which did not return the database server
- Bugfix in SPDesignerSettings which filtered site collections with an incorrect parameter
- Updated the parameters in SPFarmSolution to use the full namespace
- Bugfix in SPFarmsolution where it returned non declared parameters
- Corrected typo in parameter name in Get method of SPFeature
- Added check in SPHealAnalyzerRuleState for incorrect default rule schedule of one rule
- Improved check for CloudSSA in SPSearchServiceApp
- Bugfix in SPSearchServiceApp in which the database and dbserver were not returned correctly
- Improved runtime of SPSearchTopology by streamlining wait processes
- Fixed bug with SPSearchServiceApp that would throw an error about SDDL string
- Improved output of test results for AppVeyor and VS Code based test runs
- Fixed issue with SPWebAppPolicy if OS language is not En-Us
- Added SPFarm resource, set SPCreateFarm and SPJoinFarm as deprecated to be removed in version 2.0
v1.5.0.0
- Fixed issue with SPManagedMetaDataServiceApp if ContentTypeHubUrl parameter is null
- Added minimum PowerShell version to module manifest
- Added testing for valid markdown syntax to unit tests
- Added support for MinRole enhancements added in SP2016 Feature Pack 1
- Fixed bug with search topology that caused issues with names of servers needing to all be the same case
- Fixed bug in SPInstallLanguagePack where language packs could not be installed on SharePoint 2016
- Added new resource SPSearchFileType
- Updated SPDatabaseAAG to allow database name patterns
- Fixed a bug were PerformancePoint and Excel Services Service Application proxies would not be added to the default proxy group when they are provisioned
- Added an error catch to provide more detail about running SPAppCatalog with accounts other than the farm account
v1.4.0.0
- Set-TargetResource of Service Application now also removes all associated proxies
- Fixed issue with all SPServiceApplication for OS not in En-Us language, add GetType().FullName method in:
- SPAccessServiceApp
- SPAppManagementServiceApp
- SPBCSServiceApp
- SPExcelServiceApp
- SPManagedMetaDataServiceApp
- SPPerformancePointServiceApp
- SPSearchServiceApp
- SPSearchCrawlRule
- SPSecureStoreServiceApp
- SPSubscriptionSettingsServiceApp
- SPUsageApplication
- SPUserProfileServiceApp
- SPVisioServiceApp
- SPWordAutomationServiceApp
- SPWorkManagementServiceApp
- Fixed issue with SPServiceInstance for OS not in En-Us language, add GetType().Name method in:
- SPDistributedCacheService
- SPUserProfileSyncService
- Fixed issue with SPInstallLanguagePack to install before farm creation
- Fixed issue with mounting SPContentDatabase
- Fixed issue with SPShellAdmin and Content Database method
- Fixed issue with SPServiceInstance (Set-TargetResource) for OS not in En-Us language
- Added .Net 4.6 support check to SPInstall and SPInstallPrereqs
- Improved code styling
- SPVisioServiceapplication now creates proxy and lets you specify a name for it
- New resources: SPAppStoreSettings
- Fixed bug with SPInstallPrereqs to allow minor version changes to prereqs for SP2016
- Refactored unit tests to consolidate and streamline test approaches
- Updated SPExcelServiceApp resource to add support for trusted file locations and most other properties of the service app
- Added support to SPMetadataServiceApp to allow changing content type hub URL on existing service apps
- Fixed a bug that would cause SPSearchResultSource to throw exceptions when the enterprise search centre URL has not been set
- Updated documentation of SPProductUpdate to reflect the required install order of product updates
v1.3.0.0
- Fixed typo on return value in SPServiceAppProxyGroup
- Fixed SPJoinFarm to not write output during successful farm join
- Fixed issue with SPSearchTopology to keep array of strings in the hashtable returned by Get-Target
- Fixed issue with SPSearchTopology that prevented topology from updating where ServerName was not returned on each component
- Added ProxyName parameter to all service application resources
- Changed SPServiceInstance to look for object type names instead of the display name to ensure consistency with language packs
- Fixed typos in documentation for InstallAccount parameter on most resources
- Fixed a bug where SPQuotaTemplate would not allow warning and limit values to be equal
- New resources: SPConfigWizard, SPProductUpdate and SPPublishServiceApplication
- Updated style of all script in module to align with PowerShell team standards
- Changed parameter ClaimsMappings in SPTrustedIdentityTokenIssuer to consume an array of custom object MSFT_SPClaimTypeMapping
- Changed SPTrustedIdentityTokenIssuer to throw an exception if certificate specified has a private key, since SharePoint doesn't accept it
- Fixed issue with SPTrustedIdentityTokenIssuer to stop if cmdlet New-SPTrustedIdentityTokenIssuer returns null
- Fixed issue with SPTrustedIdentityTokenIssuer to correctly get parameters ClaimProviderName and ProviderSignOutUri
- Fixed issue with SPTrustedIdentityTokenIssuer to effectively remove the SPTrustedAuthenticationProvider from all zones before deleting the SPTrustedIdentityTokenIssuer
v1.1.0.0
- Added SPBlobCacheSettings, SPOfficeOnlineServerBinding, SPWebAppPermissions,
SPServiceAppProxyGroup, SPWebAppProxyGroup and
SPUserProfileServiceAppPermissions resources - SPUserProfileSyncService Remove Status field from Get-TargResource: not in
MOF, redundant with Ensure - Improvement with SPInstallPrereqs on SPS2013 to accept 2008 R2 or 2012 SQL
native client not only 2008 R2 - Fixed a bug with SPTimerJobState that prevented a custom schedule being
applied to a timer job - Fixed a bug with the detection of group principals vs. user principals in
SPServiceAppSecurity and SPWebAppPolicy - Removed redundant value for KB2898850 from SPInstallPrereqs, also fixed old
property name for DotNetFX - Fixed a bug with SPAlternateUrl that prevented the test method from returning
"true" when a URL was absent if the optional URL property was specified in
the config - Fixed bugs in SPAccessServiceApp and SPPerformancePointServiceApp with type
names not being identified correctly - Added support for custom database name and server to
SPPerformancePointServiceApp - Added solution level property to SPFarmSolution
- Fixed a bug with SPSearchServiceApp that prevents the default crawl account
from being managed after it is initially set - Removed dependency on Win32_Prouct from SPInstallPrereqs
v0.12.0.0
- Removed Visual Studio project files, added VSCode PowerShell extensions
launch file - Added xSPDatabaseAAG, xSPFarmSolution and xSPAlternateUrl resources
- Fixed bug with xSPWorkManagementServiceApp schema
- Added support to xSPSearchServiceApp to configure the default content
access account - Added support for SSL web apps to xSPWebApplication
- Added support for xSPDistributedCacheService to allow provisioning across
multiple servers in a specific sequence - Added version as optional parameter for the xSPFeature resource to allow
upgrading features to a specific version - Fixed a bug with xSPUserProfileSyncConnection to ensure it gets the
correct context - Added MOF descriptions to all resources to improve editing experience
in PowerShell ISE - Added a check to warn about issue when installing SharePoint 2013 on a
server with .NET 4.6 installed - Updated examples to include installation resources
- Fixed issues with kerberos and anonymous access in xSPWebApplication
- Add support for SharePoint 2016 on Windows Server 2016 Technical Preview
to xSPInstallPrereqs - Fixed bug for provisioning of proxy for Usage app in xSPUsageApplication
v0.11.0.0
v0.10.0.0
v0.8.0.0
- Added xSPAntivirusSettings, xSPFarmAdministrators, xSPOutgoingEmailSettings,
xSPPasswordChangeSettings, xSPWebAppBlockedFileTypes,
xSPWebAppGeneralSettings, xSPWebAppThrottlingSettings and
xSPWebAppWorkflowSettings - Fixed issue with xSPInstallPrereqs using wrong parameters in offline install
mode - Fixed issue with xSPInstallPrereqs where it would not validate that installer
paths exist - Fixed xSPSecureStoreServiceApp and xSPUsageApplication to use PSCredentials
instead of plain text username/password for database credentials - Added built in PowerShell help (for calling "Get-Help about_[resource]",
such as "Get-Help about_xSPCreateFarm")