Bump the dev-powershell group with 1 update#3699
Merged
BernieWhite merged 1 commit intomainfrom Mar 20, 2026
Merged
Conversation
polatengin
approved these changes
Mar 19, 2026
Bumps Microsoft.PowerShell.SDK from 7.5.4 to 7.6.0 --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-powershell - dependency-name: Microsoft.PowerShell.SDK dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-powershell ... Signed-off-by: dependabot[bot] <support@github.com>
2423663 to
6214830
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.PowerShell.SDK from 7.5.4 to 7.6.0.
Release notes
Sourced from Microsoft.PowerShell.SDK's releases.
7.6.0
## 7.6.0 - 2026-03-12
General Cmdlet Updates and Fixes
nullfor content (#26973)Tests
Import-Module.Tests.ps1to handle Arm32 platform (#26888)Build and Packaging Improvements
Update to .NET SDK 10.0.201
Microsoft.PowerShell.PSResourceGetversion to 1.2.0 (#27007)ConvertFrom-ClearlyDefinedCoordinatesto handle API object coordinates (#26986)cgmanifest.jsonto actually match the branch (#26982)SHA256 Hashes of the release artifacts
... (truncated)
7.6.0-rc.1
## 7.6.0-rc.1 - 2026-02-19
Tests
$PSDefaultParameterValuesleak causing tests to skip unexpectedly (#26705)Build and Packaging Improvements
Expand to see details.
Microsoft.PowerShell.PSResourceGetversion to 1.2.0-rc3 (#26767)Microsoft.PowerShell.Nativepackage version (#26748)buildinfo.jsonuploading for preview, LTS, and stable releases (#26715)metadata.jsonto update the Latest attribute with a better name (#26708)runCodesignValidationInjectionvariable from pipeline templates (#26707)Get-ChangeLogto handle backport PRs correctly (#26706)v7.6.0-preview.6release (#26626)AfterAllcleanup if the initial setup inBeforeAllfailed (#26622)SHA256 Hashes of the release artifacts
... (truncated)
7.6.0-preview.6
## [7.6.0-preview.6] - 2025-12-11
Known Issues
The current release is unavailable on both NuGet and the Linux package repositories hosted on packages.microsoft.com.
Engine Updates and Fixes
General Cmdlet Updates and Fixes
Microsoft.PowerShell.PSResourceGettov1.2.0-preview5(#26590)PSFeedbackProviderstable (#26502)CompletionCompleters.CompleteFilename()that causes null reference exception (#26487)Get-Clipboard(#26572) (Thanks @MartinGC94!)Tools
Tests
Build and Packaging Improvements
Expand to see details.
7.6.0-preview.5
## 7.6.0-preview.5
Engine Updates and Fixes
POWERSHELL_DIAGNOSTICS_OPTOUT(#26086)RemoteHyperVSocket(#26057)stderroutput of console host to respectNO_COLOR(#24391)sshPATH check inSSHConnectionInfowhen the default Runspace is not available (#25780) (Thanks @jborean93!)PSForEachandPSWhereas aliases for the PowerShell intrinsic methodsWhereandForeach(#25511) (Thanks @powercode!)General Cmdlet Updates and Fixes
IsScreenReaderActive()check fromConsoleHost(#26118)ConvertFrom-Jsonto ignore comments inside array literals (#14553) (#26050) (Thanks @MatejKafka!)-Debugto not trigger theShouldProcessprompt (#26081)Register-ArgumentCompleter -NativeFallbackto support registering a cover-all completer for native commands (#25230)Write-Hostto respectOutputRendering = PlainText(#21188)$usingexpression support inInvoke-Command(#24025) (Thanks @jborean93!)HelpMessagefor tool tip in parameter completion (#25108) (Thanks @jborean93!)SessionState" (#25792)MethodInvocationtrace for overload tracing (#21320) (Thanks @jborean93!)-ProgressActionfor advanced functions (#24591) (Thanks @cmkb3!)FileSystemProvider.CreateDirectory(#24615) (Thanks @Tadas!)-Targetas literal inNew-Item(#25186) (Thanks @GameMicrowave!)ArrayLiteralAstandParenExpressionAst(#25303) (Thanks @MartinGC94!)[bigint]casting (#25396) (Thanks @AbishekPonmudi!)NullReferenceExceptionwhen writing progress records to console from multiple threads (#25440) (Thanks @kborowinski!)Get-Serviceto ignore common errors when retrieving non-critical properties for a service (#24245) (Thanks @jborean93!)Join-StringArgument Completer (#25283) (Thanks @ArmaanMcleod!)Out-GridViewby replacing use of obsoleteBinaryFormatterwith custom implementation (#25497) (Thanks @mawosoft!)PSDiagnosticsmodule to work for PowerShell 7 (#25590)Code Cleanup
... (truncated)
7.6.0-preview.4
[7.6.0-preview.4]
Breaking Changes
WildcardPattern.Escapeto escape lone backticks correctly (#25211) (Thanks @ArmaanMcleod!)-ChildPathparameter tostring[]forJoin-Pathcmdlet (#24677) (Thanks @ArmaanMcleod!)PowerShell 7.6-preview.4 includes the following updated modules:
The ThreadJob module was renamed to Microsoft.PowerShell.ThreadJob. There is no difference
in the functionality of the module. To ensure backward compatibility for scripts that use the old
name, the ThreadJob v2.1.0 module is a proxy module that points to the
Microsoft.PowerShell.ThreadJob v2.2.0.
Engine Updates and Fixes
PipelineStopTokentoCmdletwhich will be signaled when the pipeline is stopping (#24620) (Thanks @jborean93!)WldpCanExecuteFile(#24912)General Cmdlet Updates and Fixes
-OutVariableassignments within the sameCommandAstwhen inferring variables (#25224) (Thanks @MartinGC94!)Microsoft.PowerShell.PSResourceGetversion inPSGalleryModules.csproj(#25135)TypeName.GetReflectionType()to work when theTypeNameinstance represents a generic type definition within aGenericTypeName(#24985)SystemPolicypublic APIs visible but non-op on Unix platforms so that they can be included inPowerShellStandard.Library(#25051)-NoNewWindow(#25061)Import-Module -Prefixto override default prefix in manifest (#20409) (Thanks @MartinGC94!)Get-Helpapproach to findabout_*.help.txtfiles with correct locale for completions (#24194) (Thanks @MartinGC94!)... (truncated)
7.6.0-preview.3
[7.6.0-preview.3]
Breaking Changes
General Cmdlet Updates and Fixes
-Nounparameter forGet-Command(#24977) (Thanks @ArmaanMcleod!)ErrorRecordwith empty exception message to empty string (#24949) (Thanks @MatejKafka!)-PSEditionparameter forGet-Module(#24971) (Thanks @ArmaanMcleod!)New-Item -Forceis passed an invalid directory name (#24936) (Thanks @kborowinski!)Start-Transcriptto use$Transcriptwhich is aPSObjectwrapped string to specify the transcript path (#24963) (Thanks @kborowinski!)Verb,StrictModeVersion,Scope&PropertyTypeArgument Completers with single helper method (#24839) (Thanks @ArmaanMcleod!)Start-Process -Waitpolling efficiency (#24711) (Thanks @jborean93!)InvalidCommandNameCharactersinAnalysisCachetoSearchValues<char>for more efficient char searching (#24880) (Thanks @ArmaanMcleod!)s_charactersRequiringQuotesin Completion Completers toSearchValues<char>for more efficient char searching (#24879) (Thanks @ArmaanMcleod!)Code Cleanup
We thank the following contributors!
@xtqqczze, @fMichaleczek, @ArmaanMcleod
RunspacePool,RunspacePoolInternalandRemoteRunspacePoolInternalIDisposableimplementation (#24720) (Thanks @xtqqczze!)Attributesuffix (#24940) (Thanks @xtqqczze!)SteppablePipeline.Clean()(#24941)Environment.ProcessIdinSpecialVariables.PID(#24926) (Thanks @fMichaleczek!)CompletionRequiresQuoteswith cached SearchValues (#24907) (Thanks @ArmaanMcleod!)IndexOfAnycalls with invalid path/filename toSearchValues<char>for more efficient char searching (#24896) (Thanks @ArmaanMcleod!)PlatformInvokes(#24826) (Thanks @xtqqczze!)Tools
Build and Packaging Improvements
... (truncated)- Add the
- Add helper in
- Return correct FileName property for
- Add
- Update Named and Statement block type inference to not consider AssignmentStatements and Increment/decrement operators as part of their output (#21137) (Thanks @MartinGC94!)
- Update
- Add completion of modules by their shortname (#20330) (Thanks @MartinGC94!)
- Fix
- Add
- Fix a bug in how
- Seal
- Seal internal type
- Seal classes in
- Added Justin Chung as Powershell team memeber on releaseTools.psm1 (#24672)
- Skip CIM ETS member test on older Windows platforms (#24681)
- Fix up
- Close pipe client handles after creating the child ssh process (#26822)
- Fix the progress preference variable in script cmdlets (#26791) (Thanks @cmkb3!)
- Add merge conflict marker detection to
- Add reusable
- Create GitHub Copilot setup workflow (#26807)
- Refactor analyze job to reusable workflow and enable on Windows CI (#26799)
- Mark flaky
- Add GitHub Actions annotations for Pester test failures (#26836)
- Fix
- Fix merge conflict checker for empty file lists and filter
- Update the
- Add markdown link verification for PRs (#26407)
- Revert change to module name ThreadJob (#26997)
- Update branch for release (#26990)
- Fix
- Update CGManifests (#26981)
- Hardcode Official templates (#26968)
- Split TPN manifest and Component Governance manifest (#26967)
- Fix a preview detection test for the packaging script (#26966)
- Correct the package name for .deb and .rpm packages (#26964)
- Bring Release Changes from v7.6.0-preview.6 (#26963)
- Merge the v7.6.0-preview.5 release branch back to master (#26958)
- Fix macOS preview package identifier detection to use version string (#26835)
... (truncated)
7.6.0-preview.2
[7.6.0-preview.2] - 2025-01-14
General Cmdlet Updates and Fixes
AIShellmodule to telemetry collection list (#24747)EnumSingleTypeConverterto get enum names as array (#17785) (Thanks @fflaten!)Get-Itemwhen listing alternate data streams (#18019) (Thanks @kilasuit!)-ExcludeModuleparameter toGet-Command(#18955) (Thanks @MartinGC94!)DnsNameListforX509Certificate2to useX509SubjectAlternativeNameExtension.EnumerateDnsNamesMethod (#24714) (Thanks @ArmaanMcleod!)Get-ItemPropertyto report non-terminating error for cast exception (#21115) (Thanks @ArmaanMcleod!)-PropertyTypeargument completer forNew-ItemProperty(#21117) (Thanks @ArmaanMcleod!)Write-HosthandlesXmlNodeobject (#24669) (Thanks @brendandburns!)Code Cleanup
We thank the following contributors!
@xtqqczze
ClientRemoteSessionDSHandlerImpl(#21218) (Thanks @xtqqczze!)ClientRemoteSessionDSHandlerImpl(#24705) (Thanks @xtqqczze!)RemotingProtocol2(#21164) (Thanks @xtqqczze!)Tools
Tests
Build and Packaging Improvements
Updated SDK to 9.0.101
... (truncated)
7.5.5
## [7.5.5]
Engine Updates and Fixes
SSHConnectionInfossh PATH checks (#26165) (Thanks @jborean93!)General Cmdlet Updates and Fixes
Tools
linux-ciworkflow and refactor existing actions to use reusableget-changed-filesaction (#26812)get-changed-filesaction and refactor existing actions (#26811)Tests
Update-Helpweb tests as pending to unblock CI (#26837)$PSDefaultParameterValuesleak causing tests to skip unexpectedly (#26823)*.csfiles (#26813)Update-Helptests to use-Forceto remove read-only files (#26788)Build and Packaging Improvements
Update to .NET SDK 9.0.312
We thank the following contributors!
@kasperk81, @RichardSlater
ConvertFrom-ClearlyDefinedCoordinatesto handle API object coordinates (#26987)Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions