-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
az connectedk8s proxy
: ModuleNotFoundError: No module named 'azure.cli.core.auth.msal_authentication' on 2.65.0
#8109
Comments
Thank you for opening this issue, we will look into it. |
Also facing this issue, but with "az connectedk8s connect". Running just installed az cli (2.65.0). |
Same also getting this issue |
Same issue. Was working with 2.64.0 and now breaking with 2.65.0 |
Same issue here with deploying AIO with Codespaces |
Also getting this issue deploying in vscode |
Same issue here with command az connectedk8s connect in AIO deployment with az version 2.65.0 |
Please upgrade the connectedk8s extension cli to the most recent version(v1.9.3) which contains the fix for this issue. Cmd to upgrade: |
my connectedk8s version is 1.10.0, but still got that issue, is it only working on v1.9.3
|
Issue fixed thanks!
|
Describe the bug
I have a GitHub workflow that runs
az connectedk8s proxy
as part of our Kubernetes deployment. The exact same workflow that was working ~14 hours ago that used az cli version2.64.0
is now failing on version2.65.0
with the errorModuleNotFoundError: No module named 'azure.cli.core.auth.msal_authentication'
Related command
az connectedk8s proxy -n ${{ inputs.arc_cluster }} -g ${{ inputs.arc_rg }} --kube-context ${{ inputs.arc_cluster }}
Errors
Issue script & Debug output
.
Expected behavior
The command works as expected and sets up a proxy
Environment Summary
azure-cli 2.65.0
core 2.65.0
telemetry 1.1.0
Extensions:
azure-devops 1.0.1
connectedk8s 1.9.2
Dependencies:
msal 1.31.0
azure-mgmt-resource 23.1.1
Python location '/opt/az/bin/python3'
Extensions directory '/opt/az/azcliextensions'
Python (Linux) 3.11.8 (main, Sep 25 2024, 11:33:44) [GCC 11.4.0]
Legal docs and information: aka.ms/AzureCliLegal
Additional context
No response
The text was updated successfully, but these errors were encountered: