Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to xSQLServerMaxDop #317

Merged
merged 23 commits into from
Feb 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
01a3351
Update MSFT_xSQLServerMaxDop.schema.mof
luigilink Jan 16, 2017
b07d181
Update Readme.md
luigilink Jan 16, 2017
094965c
Add Examples files
luigilink Jan 16, 2017
0fedce0
Add Examples in Readme.md
luigilink Jan 16, 2017
844da81
Change SQLServer parameter to 'required'
luigilink Jan 16, 2017
5f97f1f
Move Get-SqlDscDynamicMaxDop function in xSQLServerHelper.psm1
luigilink Jan 16, 2017
426c80a
Add MSFT_xSQLServerMaxDop.Tests.ps1 file
luigilink Jan 17, 2017
0bea2c0
Update CHANGELOG.md
luigilink Jan 17, 2017
3554a21
Fix Pester file with mock connect-sql
luigilink Jan 17, 2017
aef7fff
Update README.md
luigilink Jan 24, 2017
2ba7974
Update MSFT_xSQLServerMaxDop.psm1 file
luigilink Jan 25, 2017
1e04ea3
Add example for Ensure equal to absent
luigilink Jan 25, 2017
031288c
Update CHANGELOG.md and README.md
luigilink Jan 25, 2017
699f2f5
Delete punctuation line 574 in readme.md
luigilink Jan 25, 2017
9d99f46
Update Changelog.md after release 5.0.0.0
luigilink Feb 2, 2017
42e86ea
Remove ensure parameter from Get-TargetResource
luigilink Feb 2, 2017
1d63717
Update required parameter from schema.mof
luigilink Feb 2, 2017
5d05ff4
Remove Get-SqlDscDynamicMaxDop function from xSQLServerHelper.psm1 file
luigilink Feb 3, 2017
3195c73
Update Pester test after move Get-SqlDscDynamicMaxDop function
luigilink Feb 3, 2017
584ad6d
Add tests for Get-SqlDscDynamicMaxDop function in Test-TargetResource…
luigilink Feb 3, 2017
655526c
Update MSFT_xSQLServerMaxDop.Tests.ps1 file
luigilink Feb 17, 2017
7c9e02f
Update pester test MSFT_xSQLServerMaxDop.Tests.ps1
luigilink Feb 20, 2017
c332298
Update MSFT_xSQLServerMaxDop.Tests.ps1 file
luigilink Feb 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
- Changes to xSQLServerSetup
- Properly checks for use of SQLSysAdminAccounts parameter in $PSBoundParameters. The test now also properly evaluates the setup argument for SQLSysAdminAccounts.
- 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