{Packaging} test-files.pythonhosted.org updated by azcliprod - #10241
{Packaging} test-files.pythonhosted.org updated by azcliprod#10241mansoor sarfraz (msarfraz) wants to merge 8 commits into
Conversation
|
Hi mansoor sarfraz (@msarfraz), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
This PR addresses network-isolation/SFI compliance by removing the non-compliant dependency on test-files.pythonhosted.org for the mixed-reality extension (v0.0.1) and updating test recordings so playback reflects the updated extension index payload.
Changes:
- Updated
mixed-realityv0.0.1downloadUrlin the extension index (src/index.json) to use theazcliprodblob-hosted wheel URL. - Updated multiple test recordings (Azure Firewall, Virtual WAN, AKS preview) containing the extension index payload to reflect the new
downloadUrl.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/index.json | Switches mixed-reality v0.0.1 downloadUrl to https://azcliprod.blob.core.windows.net/cli-extensions/... |
| src/virtual-wan/azext_vwan/tests/latest/recordings/test_routing_intent_crud.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_route_table.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/azure-firewall/azext_firewall/tests/latest/recordings/test_firewall_with_route_server.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/azure-firewall/azext_firewall/tests/latest/recordings/test_firewall_vhub_create_with_public_ip.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/azure-firewall/azext_firewall/tests/latest/recordings/test_firewall_v2.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/azure-firewall/azext_firewall/tests/latest/recordings/test_firewall_basic_sku.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_with_firewall_policy.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_type_backup.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
| src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_backup.yaml | Updates recorded extension index payload to the new blob-hosted mixed-reality URL |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Update cassette recordings to match current Network API version: - test_azure_firewall_with_firewall_policy.yaml (7 URLs) - test_firewall_basic_sku.yaml (12 URLs) - test_firewall_vhub_create_with_public_ip.yaml (4 URLs) This fixes VCR cassette matching failures due to API version mismatch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Update cassette recordings to match current Network API version: - test_azure_firewall_with_firewall_policy.yaml (7 URLs) - test_firewall_basic_sku.yaml (12 URLs) - test_firewall_vhub_create_with_public_ip.yaml (4 URLs) This fixes VCR cassette matching failures due to API version mismatch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Update all 10 Network API cassette recordings to use current API version. This fixes VCR cassette matching failures across all test suites. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
🤖 PR Validation — ️✔️ All clear
Background
The following URL/Domain is marked non compliant by network isolation policy, S360 items were also raised to highlight it
Solution
This PR Updates the Azure CLI extensions index entry for mixed-reality v0.0.1 to use the azcliprod blob-hosted wheel instead of test-files.pythonhosted.org, and aligns the corresponding test recording to the same URL so playback matches the current index content.
Changes: