PowerShell 7.3.0 Preview 6 has been released. PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.
Release v7.3.0-preview.6 Release of PowerShell
General Cmdlet Updates and Fixes
- Fix Export-PSSession to not throw error when a rooted path is specified for -OutputModule ( #17671)
- Change ConvertFrom-Json -AsHashtable to use ordered hashtable ( #17405)
- Remove potential ANSI escape sequences in strings before using in Out-GridView ( #17664)
- Add the -Milliseconds parameter to New-TimeSpan ( #17621) (Thanks @NoMoreFood!)
- Update Set-AuthenticodeSignature to use SHA256 as the default ( #17560) (Thanks @jborean93!)
- Fix tab completion regression when completing ValidateSet values ( #17628) (Thanks @MartinGC94!)
- Show optional parameters as such when displaying method definition and overloads ( #13799) (Thanks @eugenesmlv!)
Code Cleanup
We thank the following contributors!
@sethvs, @MartinGC94, @eltociear
- Fix comment in InternalCommands.cs ( #17669) (Thanks @sethvs!)
- Use discards for unused variables ( #17620) (Thanks @MartinGC94!)
- Fix typo in CommonCommandParameters.cs ( #17524) (Thanks @eltociear!)
Tests
- Fix SDK tests for release build ( #17678)
Build and Packaging Improvements
Updated .NET SDK to 7.0.100-preview.6.22352.1
We thank the following contributors!
Documentation and Help Content
- Remove katacoda.com from doc as it now returns 404 ( #17625)
- Update change log for v7.2.5 and v7.3.0-preview.5 ( #17565)
- Update README.md and metadata.json for upcoming releases ( #17526)
Release v7.3.0-preview.6 Release of PowerShell · PowerShell/PowerShell