Azure CLI command fails: AttributeError: Can't get attribute 'NormalizedResponse' on <module 'msal.throttled_http_client
## The problem
Issue Azure/azure-cli#31419 (closed, 36 comments): ### Describe the bug 2025-05-07 07:02:22.965 - DEBUG - az - Executing az acr import -n viennadroptest --source linuxgeneva-microsoft.azurecr.io/distroless/genevamdm:recommended -t distroless/genevamdm:recommended-individualci.vienna.171304749 --subscription f1d79e73-f8e3-4b10-bfdb-4207ca0723ed -g viennadroptest --output json ERROR: The command failed with an unexpected error. Here is the traceback: ERROR: Can't get attribute 'NormalizedResponse' on the module element ('msal.throttled_http_client' from '/tmp/aml-ve/lib/python3.9/site-packages/msal/throttled_http_client.py') ``` [lambda] @ /tmp/aml-ve/lib/p
## What fixed it
The `AttributeError: Can't get attribute 'NormalizedResponse'` from msal's throttled HTTP client is fixed in Azure CLI 2.72.0, which is also what the current GitHub-hosted runner images ship. Upgrade the CLI to 2.72.0+.