Enforce CFSClean for Network Isolation - #504
Merged
Mike Harder (mikeharder) merged 5 commits intoAug 4, 2026
Merged
Conversation
Chidozie Ononiwu (chidozieononiwu)
requested review from
Daniel Jurek (danieljurek),
Mike Harder (mikeharder) and
Ray Chen (raych1)
as code owners
July 17, 2026 22:26
Chidozie Ononiwu (chidozieononiwu)
force-pushed
the
enforceCFSClean
branch
from
July 21, 2026 01:16
1ed667c to
cd3b8e5
Compare
Member
|
Chidozie Ononiwu (@chidozieononiwu) can you check whether test CI failures are related to the changes? |
Member
The test failures are yes caused by this change. Autorest can try to dynamically download packages depending how you call it. We might need to redirect that flow to CFS, or pre-install all the autorest deps. Let me take a look. |
Chidozie Ononiwu (chidozieononiwu)
force-pushed
the
enforceCFSClean
branch
3 times, most recently
from
July 22, 2026 22:52
189a149 to
be5e72d
Compare
Chidozie Ononiwu (chidozieononiwu)
force-pushed
the
enforceCFSClean
branch
from
August 3, 2026 23:04
be5e72d to
1d46512
Compare
Chidozie Ononiwu (chidozieononiwu)
force-pushed
the
enforceCFSClean
branch
from
August 4, 2026 19:02
2d3937a to
86a7854
Compare
Mike Harder (mikeharder)
approved these changes
Aug 4, 2026
This was referenced Aug 5, 2026
Timothee Guerin (timotheeguerin)
pushed a commit
to Azure/autorest
that referenced
this pull request
Aug 7, 2026
Ports the network isolation policy from Azure/openapi-diff#504 to AutoRest. ## Changes - Configure the shared 1ES pipeline template to use permissive CFSClean network isolation: ```yaml settings: networkIsolationPolicy: Permissive, CFSClean ``` --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com> Co-authored-by: Mike Harder <mharder@microsoft.com>
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.
This pull request introduces a configuration update to the
eng/1es-redirect.ymlfile. The main change is the addition of a more permissive network isolation policy.Pipeline configuration:
networkIsolationPolicy: Permissive, CFSCleanto the pipeline settings to allow broader network access during builds.