Add network isolation policy parameter to vPack pipeline#26223
Merged
SeeminglyScience merged 4 commits intomasterfrom Oct 21, 2025
Merged
Add network isolation policy parameter to vPack pipeline#26223SeeminglyScience merged 4 commits intomasterfrom
SeeminglyScience merged 4 commits intomasterfrom
Conversation
Moved WindowsHostVersion feature flags to parameters section.
Member
Author
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds a new pipeline parameter to select a network isolation policy and propagates it into variables and feature flags for Windows host configuration.
- Introduces netiso parameter with allowed values and a default.
- Exposes the parameter as a variable and uses it under WindowsHostVersion featureFlags.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Member
Author
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
tgauth
approved these changes
Oct 21, 2025
SeeminglyScience
approved these changes
Oct 21, 2025
pwshBot
pushed a commit
to pwshBot/PowerShell
that referenced
this pull request
Oct 29, 2025
…26223) Co-authored-by: Copilot <[email protected]>
9 tasks
TravisEz13
added a commit
to TravisEz13/PowerShell
that referenced
this pull request
Nov 5, 2025
…26223) Co-authored-by: Copilot <[email protected]>
7 tasks
TravisEz13
added a commit
to TravisEz13/PowerShell
that referenced
this pull request
Nov 13, 2025
…26223) Co-authored-by: Copilot <[email protected]>
9 tasks
SIRMARGIN
pushed a commit
to SIRMARGIN/PowerShell
that referenced
this pull request
Dec 12, 2025
…26223) Co-authored-by: Copilot <[email protected]>
kilasuit
pushed a commit
to kilasuit/PowerShell
that referenced
this pull request
Jan 2, 2026
…26223) Co-authored-by: Copilot <[email protected]>
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.
PR Summary
This pull request updates the
.pipelines/PowerShell-vPack-Official.ymlpipeline configuration to introduce support for specifying a network isolation policy during build execution. The changes add a new parameter, propagate its value to pipeline variables, and ensure the network isolation setting is used in the Windows host configuration.Network Isolation Policy Support:
netisoto allow selection of a network isolation policy (KS4,R1,Netlock) with a default value of"RS1"in the pipeline parameters section.netisoparameter value to pipeline variables for use in subsequent steps.Windows Host Configuration:
WindowsHostVersionfeature flag to use the selected network isolation policy from thenetisovariable, ensuring the build runs with the specified network isolation configuration.PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header