You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add an integration tests for this resource.
The text was updated successfully, but these errors were encountered:
johlju
added
help wanted
The issue is up for grabs for anyone in the community.
tests
The issue or pull request is about tests only.
labels
Jan 17, 2023
- SqlServerDsc
- The AppVeyor configuration file was updated to include the possibility
to run skip installing one or more SQL Server instances when debugging
in AppVeyor to help maximize the time alloted be run.
- SqlTraceFlag
- The resource is now tested with an integration tests (issue #1835).
- A new parameter `ClearAllTraceFlags` was added so a configuration
can enforce that there should be no trace flags.
- The examples was updated to show that values should be passed as an array,
even when there is only one value.
- `Get-TargetResource` was updated to always return an array for parameter
`TraceFlags`, `TraceFlagsToInclude`, and `TraceFlagsToInclude`. _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).
We should add an integration tests for this resource.
The text was updated successfully, but these errors were encountered: