-
Notifications
You must be signed in to change notification settings - Fork 848
[BREAKING] FEAT: Add fixed egress deployment for CoPyRIT #2438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Bashir Partovi (bashirpartovi)
merged 20 commits into
microsoft:main
from
bashirpartovi:feature/aca-internal-nat-baseline
Aug 28, 2026
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b67f7e8
FEAT: Add fixed egress deployment for CoPyRIT
1e1ec05
FIX: Satisfy infrastructure pre-commit checks
6816d79
FIX: Normalize infrastructure file endings
6340cd6
FEAT: Isolate CoPyRIT AFD origins with Private Link
9731995
FIX: Harden AFD Private Link cutovers
c7487ed
DOC: Clarify AFD Private Link topology
bf39017
FIX: Raise Front Door origin timeout
ecf099a
FIX: Preserve authenticated Storage media access
2dfadc6
STYLE: Apply Ruff formatting
7e5e941
DOC: Clarify deployment network prerequisites
cda4ed5
TEST: Cover adversarial error fallback
8331592
FIX: Harden deployment rollback guardrails
1e4b5b2
FIX: Support macOS Bash in deployment guardrails
c30f2cf
FIX: Make rollback guardrail test Bash 3 compatible
7bcaa0c
MERGE: Integrate upstream remote CLI authentication
1409d4f
FIX: Prevent ADO service connection shadowing
1ee94b1
REVERT: Remove ineffective ADO service connection rename
b839eeb
FIX: Enforce Bicep topology checks in CI
1907307
FIX: Scope Bicep config to workflow steps
183609d
CI: Scope Bicep topology checks to infra changes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| name: Bicep Topology | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - "main" | ||
| paths: | ||
| - 'infra/**/*.bicep' | ||
| - 'tests/unit/infra/**' | ||
| - '.github/workflows/bicep_topology.yml' | ||
| pull_request: | ||
| branches: | ||
| - "main" | ||
| - "release/**" | ||
| paths: | ||
| - 'infra/**/*.bicep' | ||
| - 'tests/unit/infra/**' | ||
| - '.github/workflows/bicep_topology.yml' | ||
| merge_group: | ||
| workflow_dispatch: | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| bicep-topology: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| env: | ||
| PYRIT_REQUIRE_BICEP: 'true' | ||
| steps: | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | ||
|
|
||
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 | ||
| with: | ||
| python-version: '3.11' | ||
|
|
||
| - name: Install Bicep CLI | ||
| env: | ||
| AZURE_CONFIG_DIR: ${{ runner.temp }}/.azure | ||
| run: az bicep install --version v0.46.1 | ||
|
|
||
| - name: Compile and test Bicep topology | ||
| env: | ||
| AZURE_CONFIG_DIR: ${{ runner.temp }}/.azure | ||
| run: python tests/unit/infra/test_bicep_topology.py -v |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.