v7.6.0-preview.2 Release of PowerShell
Pre-release
Pre-release
·
705 commits
to master
since this release
7.6.0-preview.2 - 2025-01-14
General Cmdlet Updates and Fixes
- Add the
AIShellmodule to telemetry collection list (#24747) - Add helper in
EnumSingleTypeConverterto get enum names as array (#17785) (Thanks Frode Flaten (@fflaten)!) - Return correct FileName property for
Get-Itemwhen listing alternate data streams (#18019) (Thanks Ryan Yates (@kilasuit)!) - Add
-ExcludeModuleparameter toGet-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
DnsNameListforX509Certificate2to useX509SubjectAlternativeNameExtension.EnumerateDnsNamesMethod (#24714) (Thanks Armaan Mcleod (@ArmaanMcleod)!) - Add completion of modules by their shortname (#20330) (Thanks MartinGC94!)
- Fix
Get-ItemPropertyto report non-terminating error for cast exception (#21115) (Thanks Armaan Mcleod (@ArmaanMcleod)!) - Add
-PropertyTypeargument completer forNew-ItemProperty(#21117) (Thanks Armaan Mcleod (@ArmaanMcleod)!) - Fix a bug in how
Write-HosthandlesXmlNodeobject (#24669) (Thanks Brendan Burns (@brendandburns)!)
Code Cleanup
We thank the following contributors!
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.PSResourceGetto1.1.0(#24767) - Add a parameter that skips verify packages step (#24763)
- Make the
AssemblyVersionnot 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
azureedgeis 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
- Update cmdlets WG members (#24275) (Thanks Ryan Yates (@kilasuit)!)