Enforce CFSClean for Network Isolation - #342
Merged
Merged
Conversation
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Mike Harder (mikeharder)
August 5, 2026 03:03
View session
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Mike Harder (mikeharder)
marked this pull request as ready for review
August 5, 2026 03:03
Mike Harder (mikeharder)
requested review from
Daniel Jurek (danieljurek),
Mike Harder (mikeharder) and
Ray Chen (raych1)
as code owners
August 5, 2026 03:03
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Mike Harder (mikeharder)
approved these changes
Aug 5, 2026
Mike Harder (mikeharder)
requested a review
from Chidozie Ononiwu (chidozieononiwu)
August 5, 2026 03:04
Mike Harder (mikeharder)
enabled auto-merge (squash)
August 5, 2026 03:04
Member
|
Copilot: Also port this PR from the other repo, into this PR itself: |
Mike Harder (mikeharder)
disabled auto-merge
August 5, 2026 03:08
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Contributor
Author
Ported in ab6a2a9 (commit for this change) — added |
Chidozie Ononiwu (chidozieononiwu)
approved these changes
Aug 5, 2026
Daniel Jurek (danieljurek)
approved these changes
Aug 5, 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.
Ports the applicable portion of Azure/openapi-diff#504 to avocado's 1ES pipeline configuration.
networkIsolationPolicy: Permissive, CFSCleanundersettingsto align with the upstream pipeline template change.The remainder of the source PR (npmrc/AutoRest registry pass-through in
test-steps.ymlandopenApiDiff.ts) addresses openapi-diff's use of AutoRest against a private npm feed. Avocado has no equivalent dependency, so those changes were not ported.