-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 appconfig authentication not working, "object has no attribute '_credential'" #30945
Comments
Hi @andre-qumulo, 2.69.0 is not the latest Azure CLI(2.70.0). If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli. |
route to service team |
I opened a support ticket for this issue: 2503040010002096 |
I am also experiencing this issue on latest version of
Update:
|
I am also facing the same issue while exporting using below az command, In my case we have az cli logged in selfhosted runner. Workflow failing because of this issue. Even Not able to use --auth mode as key as its not enabled in our app configuration service. command executed:
`az --version core 2.70.0 Dependencies: Python location '/opt/az/bin/python3' Python (Linux) 3.12.8 (main, Feb 26 2025, 06:47:10) [GCC 11.4.0] Legal docs and information: aka.ms/AzureCliLegal Can anyone let me know the timeline by when this error will resolve or any alternative for this because our pipeline depends on multiple az appconfig cli commands with authmode login. |
Same issue here after upgrading to the latest version Error log:
Versions yesterday (04.03.2025):
Versions this morning (05.03.2025):
I'm rolling back to last working version right now, hopefully that fixes the broken pipelines for us |
Hi @andre-qumulo, This is indeed a bug introduced in the latest release. I will work on this and have a fix out shortly. Rolling back to version 2.69.0 should work fine. |
@albertofori Thank you, I'm honestly surprised there isn't better testing around this feature to catch the regression. |
Describe the bug
The az appconfig command now no longer supports login auth mode with system assigned identities
Related command
az appconfig kv set
Errors
Issue script & Debug output
Output
Expected behavior
Environment Summary
Azure Linux vm with
azure-cli: 2.70
azure-cli: 2.69.0 works fine
Additional context
This change is what is causing the failure:
5fc3ec1
The text was updated successfully, but these errors were encountered: