Skip to content

Commit

Permalink
Changes to xSQLServer
Browse files Browse the repository at this point in the history
- The complete examples that no longer was accurate and referenced resources
  that no longer exist was removed. Accurate examples can be found in each
  specific resource example folder. Examples for installing Failover Cluster
  can be found in the resource examples folders in the xFailOverCluster
  resource module (issue dsccommunity#462).
- A README.md was created under the examples folder to be used as reference how
  to installed certain scenarios (issue dsccommunity#462).
- Removed the specific common test for examples in this repository and instead
  opt-in for the common test in the DscResource.Tests repository (issue dsccommunity#669).
  • Loading branch information
johlju committed Oct 8, 2017
1 parent c99891f commit af9957d
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 1,628 deletions.
3 changes: 2 additions & 1 deletion .MetaTestOptIn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
"Common Tests - Validate Markdown Files",
"Common Tests - Validate Module Files",
"Common Tests - Validate Script Files"
"Common Tests - Validate Script Files",
"Common Tests - Validate Example Files"
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

## Unreleased

- Changes to xSQLServer
- The complete examples that no longer was accurate and referenced resources
that no longer exist was removed. Accurate examples can be found in each
specific resource example folder. Examples for installing Failover Cluster
can be found in the resource examples folders in the xFailOverCluster
resource module ([issue #462](https://github.com/PowerShell/xSQLServer/issues/462)).
- A README.md was created under the examples folder to be used as reference how
to installed certain scenarios
([issue #462](https://github.com/PowerShell/xSQLServer/issues/462)).
- Removed the specific common test for examples in this repository and instead
opt-in for the common test in the DscResource.Tests repository
([issue #669](https://github.com/PowerShell/xSQLServer/issues/669)).
- Changes to xSQLServerDatabase
- Added parameter to specify collation for a database to be different from server
collation ([issue #767](https://github.com/PowerShell/xSQLServer/issues/767)).
- Fixed unit tests for Get-TargetResource to ensure correctly testing return
values ([issue #849](https://github.com/PowerShell/xSQLServer/issues/849))
values ([issue #849](https://github.com/PowerShell/xSQLServer/issues/849)).

## 8.2.0.0

Expand Down
Loading

0 comments on commit af9957d

Please sign in to comment.