Skip to content

Commit

Permalink
Merge pull request dsccommunity#347 from PowerShell/release-1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
kwirkykat committed Jun 29, 2016
2 parents bc10728 + cf4dd87 commit 805244b
Show file tree
Hide file tree
Showing 248 changed files with 6,403 additions and 1,403 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,5 @@
.vs
.psproj
.sln
Modules/SharePointDSC/DscResource.Tests/*
Modules/SharePointDsc/DscResource.Tests
Modules/SharePointDsc/DscResource.Tests/*
3 changes: 2 additions & 1 deletion .vscode/RunGlobalTests.ps1
Expand Up @@ -6,5 +6,6 @@ if ((Test-Path $DscTestsPath) -eq $false) {
}
Import-Module (Join-Path $PSScriptRoot "..\Modules\SharePointDsc\DscResource.Tests\TestHelper.psm1")

cd (Join-Path $PSScriptRoot "..\Modules\SharePointDsc\DscResource.Tests")
Set-Location -Path (Join-Path $PSScriptRoot "..\Modules\SharePointDsc\DscResource.Tests")

Invoke-Pester
2 changes: 1 addition & 1 deletion .vscode/ScriptAnalyzerSettings.psd1
@@ -1,4 +1,4 @@
@{
Severity=@('Error','Warning')
ExcludeRules=@('PSMissingModuleManifestField')
ExcludeRules=@('PSMissingModuleManifestField','PSUseShouldProcessForStateChangingFunctions','PSAvoidGlobalVars')
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Change log for SharePointDsc

### 1.1

* 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

### 1.0

* Renamed module from xSharePoint to SharePointDsc
Expand Down

This file was deleted.

0 comments on commit 805244b

Please sign in to comment.