[Network] Prevent az network bastion ssh failure when pkg_resources is absent#33357
Draft
Copilot wants to merge 2 commits into
Draft
[Network] Prevent az network bastion ssh failure when pkg_resources is absent#33357Copilot wants to merge 2 commits into
az network bastion ssh failure when pkg_resources is absent#33357Copilot wants to merge 2 commits into
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Collaborator
|
Bastion |
Agent-Logs-Url: https://github.com/Azure/azure-cli/sessions/49e28afe-7af4-47fb-a2ad-070044c16608 Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix SSH error for Azure Bastion due to missing pkg_resources module
[Network] Prevent May 12, 2026
az network bastion ssh failure when pkg_resources is absent
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.
Related command
az network bastion sshDescription
az network bastion sshcan fail in packaged Python 3.12 environments when the Bastion extension importspkg_resourcesbutsetuptoolsis not present.This change makes Azure CLI packaged runtimes consistently provide
pkg_resourcesby pinningsetuptoolsin platform requirement lock files.What changed
setuptools==80.9.0to:src/azure-cli/requirements.py3.Linux.txtsrc/azure-cli/requirements.py3.Darwin.txtsrc/azure-cli/requirements.py3.windows.txtEffect
pkg_resources(for version parsing / checks).# Added to pinned platform requirements setuptools==80.9.0Testing Guide
Expected after this change in packaged installs: command no longer fails with
ModuleNotFoundError: No module named 'pkg_resources'.History Notes
[Network]
az network bastion ssh: Ensure packaged CLI dependencies includesetuptoolsso Bastion extension paths requiringpkg_resourcesdo not fail at runtime.This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
azcliprod.blob.core.windows.net/usr/bin/python python -m azure.cli --version(dns block)If you need me to access, download, or install something from one of these locations, you can either: