Closed johlju closed 1 year ago
Merging #1843 (b6f1b1b) into main (a461e8a) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## main #1843 +/- ##
====================================
Coverage 91% 91%
====================================
Files 71 71
Lines 7327 7363 +36
====================================
+ Hits 6678 6715 +37
+ Misses 649 648 -1
Flag | Coverage Δ | |
---|---|---|
unit | 91% <100%> (+<1%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
...SCResources/DSC_SqlTraceFlag/DSC_SqlTraceFlag.psm1 | 98% <100%> (+1%) |
:arrow_up: |
Pull Request (PR) description
ClearAllTraceFlags
was added so a configuration can enforce that there should be no trace flags.Get-TargetResource
was updated to always return an array for parameterTraceFlags
,TraceFlagsToInclude
, andTraceFlagsToInclude
. The last two properties will always return an empty array.Set-TargetResource
was updated to handle a single trace flag in the current state (issue #1834).Set-TargetResource
was updated to correctly include or exclude a single flag (issue #1834).This Pull Request (PR) fixes the following issues
Task list
This change is