[release/v7.4.19] Update Microsoft.PowerShell.Archive version to 1.2.6 - #27803
Merged
Aditya Patwardhan (adityapatwardhan) merged 3 commits intoAug 10, 2026
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the change from #27784 to the release/v7.4.19 branch to update the bundled PowerShell Gallery module dependency Microsoft.PowerShell.Archive to version 1.2.6 for release builds.
Changes:
- Bumps
Microsoft.PowerShell.Archivepackage reference from1.2.5to1.2.6in the PSGallery modules project.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Aditya Patwardhan (adityapatwardhan)
enabled auto-merge (squash)
August 10, 2026 20:05
Aditya Patwardhan (adityapatwardhan)
approved these changes
Aug 10, 2026
Dongbo Wang (daxian-dbw)
approved these changes
Aug 10, 2026
Travis Plunk (TravisEz13)
approved these changes
Aug 10, 2026
Aditya Patwardhan (adityapatwardhan)
merged commit Aug 10, 2026
8096926
into
PowerShell:release/v7.4.19
39 checks passed
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.
Backport of #27784 to release/v7.4.19
Triggered by Justin Chung (@jshigetomi) on behalf of Anam Navied (@anamnavi)
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Updates the Microsoft.PowerShell.Archive module bundled by the release build to version 1.2.6.
Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Restored src/Modules/PSGalleryModules.csproj successfully, parsed it as XML, verified Microsoft.PowerShell.Archive resolves to version 1.2.6, and confirmed the diff has no whitespace errors.
Risk
REQUIRED: Check exactly one box.
The backport changes a single bundled module package reference from 1.2.5 to 1.2.6 and preserves all other release-branch dependency versions.
Merge Conflicts
Preserved the release/v7.4.19 versions of Microsoft.PowerShell.PSResourceGet, PSReadLine, and ThreadJob while updating only Microsoft.PowerShell.Archive from 1.2.5 to 1.2.6.