Skip to content

Commit

Permalink
Changes to xSQLServerMaxDop (#317)
Browse files Browse the repository at this point in the history
- Examples
  - xSQLServerMaxDop
    - 1-SetMaxDopToOne.ps1
    - 2-SetMaxDopToAuto.ps1
    - 3-SetMaxDopToDefault.ps1
- Added tests for resources
  - xSQLServerMaxDop
  • Loading branch information
luigilink authored and johlju committed Feb 20, 2017
1 parent 39267a7 commit af092da
Show file tree
Hide file tree
Showing 9 changed files with 855 additions and 212 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
- Properly checks for use of SQLSysAdminAccounts parameter in $PSBoundParameters. The test now also properly evaluates the setup argument for SQLSysAdminAccounts.
- xSQLServerSetup should now function correctly for the InstallFailoverCluster action, and also supports cluster shared volumes. Note that the AddNode action is not currently working.
- Enables CodeCov.io code coverage reporting
- Examples
- xSQLServerMaxDop
- 1-SetMaxDopToOne.ps1
- 2-SetMaxDopToAuto.ps1
- 3-SetMaxDopToDefault.ps1
- Added tests for resources
- xSQLServerMaxDop

## 5.0.0.0

Expand Down
Loading

0 comments on commit af092da

Please sign in to comment.