Skip to content

Set networkIsolationPolicy on release pipelines#1572

Merged
WardenGnaw merged 1 commit into
mainfrom
copilot/add-network-isolation-policy
May 27, 2026
Merged

Set networkIsolationPolicy on release pipelines#1572
WardenGnaw merged 1 commit into
mainfrom
copilot/add-network-isolation-policy

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 27, 2026

Adds networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3 under parameters.settings in the 1ES MicroBuild template extension for the three release pipelines.

  • eng/pipelines/VS-release.yml: inserted settings block above pool.
  • eng/pipelines/VSCode-release.yml: same.
  • eng/pipelines/DebuggerTesting-release.yml: same. (Included since the problem statement listed VSCode-release.yml twice — assumed typo; happy to drop if not intended.)
extends:
  template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
  parameters:
    settings:
      networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3
    pool:
      name: VSEngSS-MicroBuild2022-1ES
      os: windows
    sdl:
      ...

@WardenGnaw WardenGnaw requested a review from gregg-miskelly May 27, 2026 19:31
@WardenGnaw WardenGnaw merged commit d7a8536 into main May 27, 2026
6 checks passed
@WardenGnaw WardenGnaw deleted the copilot/add-network-isolation-policy branch May 27, 2026 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants