v7.7.0-preview.1
Suppress false positive PSScriptAnalyzer warnings in tests and build scripts (#25864)
Fix up default value for parameters with the `in` modifier (#26785)
Add Windows ARM64 CI (#19040)
Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584)
Fix $PSDefaultParameterValues leak causing tests to skip unexpectedly (#26602)
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
Support TargetObject position in ParserErrors (#26649)
Skip the flaky `Update-Help` test for the `PackageManagement` module (#26845)
Fix `Start-Job` to check the existence of working directory using the PowerShell way (#18675)
Fix the isolated module test that was disabled previously (#25420)
Update .NET SDK version from `7.0.100-preview.6.22352.1` to `7.0.100-preview.7.22377.5` (#17776)
Add `SubjectAlternativeName` property to the `Signature` object returned from `Get-AuthenticodeSignature` (#26252)
Add missing `-Tag 'CI'` to describe blocks. (#18316)
Add ToRegex method to WildcardPattern class (#26515)