Skip to content

Enforce CFSClean for Network Isolation - #504

Merged
Mike Harder (mikeharder) merged 5 commits into
Azure:mainfrom
chidozieononiwu:enforceCFSClean
Aug 4, 2026
Merged

Enforce CFSClean for Network Isolation#504
Mike Harder (mikeharder) merged 5 commits into
Azure:mainfrom
chidozieononiwu:enforceCFSClean

Conversation

@chidozieononiwu

Copy link
Copy Markdown
Member

This pull request introduces a configuration update to the eng/1es-redirect.yml file. The main change is the addition of a more permissive network isolation policy.

Pipeline configuration:

  • Added networkIsolationPolicy: Permissive, CFSClean to the pipeline settings to allow broader network access during builds.

@raych1

Copy link
Copy Markdown
Member

Chidozie Ononiwu (@chidozieononiwu) can you check whether test CI failures are related to the changes?

@mikeharder

Copy link
Copy Markdown
Member

Chidozie Ononiwu (@chidozieononiwu) can you check whether test CI failures are related to the changes?

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.

@chidozieononiwu
Chidozie Ononiwu (chidozieononiwu) force-pushed the enforceCFSClean branch 3 times, most recently from 189a149 to be5e72d Compare July 22, 2026 22:52
@mikeharder
Mike Harder (mikeharder) merged commit f561aa4 into Azure:main Aug 4, 2026
8 checks passed
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>
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