Skip to content

v7.6.0-preview.2 Release of PowerShell

Pre-release
Pre-release
Compare
Choose a tag to compare
@jshigetomi jshigetomi released this 15 Jan 19:45
· 179 commits to master since this release

7.6.0-preview.2 - 2025-01-14

General Cmdlet Updates and Fixes

  • Add the AIShell module to telemetry collection list (#24747)
  • Add helper in EnumSingleTypeConverter to get enum names as array (#17785) (Thanks @fflaten!)
  • Return correct FileName property for Get-Item when listing alternate data streams (#18019) (Thanks @kilasuit!)
  • Add -ExcludeModule parameter to Get-Command (#18955) (Thanks @MartinGC94!)
  • Update Named and Statement block type inference to not consider AssignmentStatements and Increment/decrement operators as part of their output (#21137) (Thanks @MartinGC94!)
  • Update DnsNameList for X509Certificate2 to use X509SubjectAlternativeNameExtension.EnumerateDnsNames Method (#24714) (Thanks @ArmaanMcleod!)
  • Add completion of modules by their shortname (#20330) (Thanks @MartinGC94!)
  • Fix Get-ItemProperty to report non-terminating error for cast exception (#21115) (Thanks @ArmaanMcleod!)
  • Add -PropertyType argument completer for New-ItemProperty (#21117) (Thanks @ArmaanMcleod!)
  • Fix a bug in how Write-Host handles XmlNode object (#24669) (Thanks @brendandburns!)

Code Cleanup

We thank the following contributors!

@xtqqczze

Tools

  • Added Justin Chung as Powershell team memeber on releaseTools.psm1 (#24672)

Tests

  • Skip CIM ETS member test on older Windows platforms (#24681)

Build and Packaging Improvements

Updated SDK to 9.0.101

  • Update branch for release - Transitive - false - none (#24754)
  • Update Microsoft.PowerShell.PSResourceGet to 1.1.0 (#24767)
  • Add a parameter that skips verify packages step (#24763)
  • Make the AssemblyVersion not change for servicing releases (#24667)
  • Fixed release pipeline errors and switched to KS3 (#24751)
  • Update outdated package references (#24580)
  • Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#24689)
  • Update .NET feed with new domain as azureedge is retiring (#24703)
  • Bump super-linter/super-linter from 7.2.0 to 7.2.1 (#24678)
  • Bump github/codeql-action from 3.27.7 to 3.27.9 (#24674)
  • Bump actions/dependency-review-action from 4.4.0 to 4.5.0 (#24607)

Documentation and Help Content