Skip to content

v0.24.2

Choose a tag to compare

@dscbot dscbot released this 27 Aug 17:59
469545d

[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).