Skip to content

Commit

Permalink
Changes to SqlServerDsc
Browse files Browse the repository at this point in the history
- Reverting the change that was made as part of the issue dsccommunity#1260
  in the previous release, as it only mitigated the issue, it did not
  solve the issue.
  • Loading branch information
johlju committed Jan 15, 2019
1 parent e8e14af commit 48ea219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
- Changes to SqlServerLogin
- Fixed issue in Test-TargetResource to valid password on disabled accounts.
([issue #915](https://github.com/PowerShell/SqlServerDsc/issues/915)).
- Changes to SqlServerDsc
- Reverting the change that was made as part of the
[issue #1260](https://github.com/PowerShell/SqlServerDsc/issues/1260)
in the previous release, as it only mitigated the issue, it did not
solve the issue.

## 12.2.0.0

Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ version: 9.0.{build}.0
image: Visual Studio 2017
install:
- git clone https://github.com/PowerShell/DscResource.Tests
- ps: Start-Sleep -Seconds 5
- ps: Restart-Computer -Force
- ps: Start-Sleep -Seconds 5
- ps: Write-Verbose -Message "PowerShell version $($PSVersionTable.PSVersion)" -Verbose
- ps: Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscResource.Tests\AppVeyor.psm1"
- ps: Invoke-AppveyorInstallTask
Expand Down

0 comments on commit 48ea219

Please sign in to comment.