Remove ignored network isolation policy from pipelines - #14728
Open
Sean McManus (sean-mcmanus) wants to merge 1 commit into
Open
Remove ignored network isolation policy from pipelines#14728Sean McManus (sean-mcmanus) wants to merge 1 commit into
Sean McManus (sean-mcmanus) wants to merge 1 commit into
Conversation
Copilot started reviewing on behalf of
Sean McManus (sean-mcmanus)
September 2, 2026 15:05
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The focused configuration changes consistently remove only the ignored policy.
Pull request overview
Removes the incompatible Permissive network isolation policy while retaining all effective CFS policies.
Changes:
- Updates component-governance, extension-pack, and themes pipelines.
- Retains
CFSClean,CFSClean2, andCFSClean3.
File summaries
| File | Description |
|---|---|
Build/cg/cg.yml |
Updates component-governance isolation policies. |
Build/package/cpptools_extension_pack.yml |
Updates extension-pack isolation policies. |
Build/package/cpptools_themes.yml |
Updates themes isolation policies. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sean McManus (sean-mcmanus)
marked this pull request as ready for review
September 2, 2026 16:10
Bob Brown (bobbrow)
approved these changes
Sep 2, 2026
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.
Summary
Removes the incompatible
Permissivenetwork isolation policy from the component-governance, extension-pack, and themes pipelines. The effectiveCFSClean,CFSClean2, andCFSClean3policies remain enabled.Root cause
#14284 retained
Permissivewhile enablingCFSClean3. The current 1ESDefaultDenypolicy ignoresPermissiveas incompatible, producing a warning without changing effective network isolation.Fix
Pass only the compatible CFS policies to 1ES network isolation.