-
Notifications
You must be signed in to change notification settings - Fork 3k
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 sql server list giving CLIInternalError on arm64/amd64 #19772
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureSQLGitHub. Issue DetailsDescribe the bug
To Reproduce
I then run a script which does:
Expected behavior Environment summary
|
route to service team |
This is specific to 'bullseye' debian, despite that being the latest stable release. This seems to work fine for 'buster':
|
I spoke too soon. On arm64:
|
This worked: |
Describe the bug
az sql server list
results in:To Reproduce
ARM64 arch. EDIT: Also occurs on the AMD64 version of image, so not ARM64 specific. Dockerfile:
I then run a script which does:
az login
with username, password, tenant for a service principal - worksaz account set --subscription "my sub here"
- worksaz sql server list
- fails as aboveExpected behavior
List of servers returned, as works with
mcr.microsoft.com/azure-cli:latest
image (on amd64 it works... arm64 build is broken)Environment summary
debian:bullseye
azure-cli
installed viaapt
as aboveThe text was updated successfully, but these errors were encountered: