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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v0.24.2]
Changed
Compare-DscParameterState
Changed detailed diagnostic messages from Write-Verbose to Write-Debug
for variable values, type comparisons, and internal diagnostics.
Comparison result still uses Write-Verbose to provide user-actionable
information about parameter state differences.
Use ArrayList and not fixed size array.
Remove some ForEach-Object usage.
Test-ModuleExist
Changed module filtering messages from Write-Verbose to Write-Debug
for internal implementation details.
Localized hardcoded Write-Debug messages to use localized strings
(#168).
Test-IsNanoServer
Changed operating system SKU diagnostic message from Write-Verbose to Write-Debug.
Find-Certificate
Changed certificate filter diagnostic message from Write-Verbose to Write-Debug.
Use ArrayList and not fixed size array.
Get-LocalizedDataForInvariantCulture
Changed file processing message from Write-Verbose to Write-Debug
for internal diagnostic information.
Localized hardcoded Write-Debug messages to use localized strings
(#169).
Clear-ZeroedEnumPropertyValue
Add begin, end blocks.
Test-DscPropertyState
Use ArrayList and not fixed size array.
Assert-BoundParameter
Fix PSSA warning.
ConvertFrom-DscResourceInstance
Fix PSSA warning.
Get-DscProperty
Use ArrayList and not fixed size array.
Fix PSSA warning.
Remove-CommonParameter
Remove use of Where-Object and ForEach-Object.
Fixed
GitVersion feature branch regex now only match branches starting with f/ or feature/ to prevent conflicts with GitHub Copilot Agent branches
(issue #173).