As [ADAL has been deprecated](https://github.com/AzureAD/azure-activedirectory-library-for-python): > This library, ADAL for Python, will no longer receive new feature improvements. Instead, use the new library [MSAL for Python](https://github.com/AzureAD/microsoft-authentication-library-for-python). Azure CLI needs to be migrated from ADAL to MSAL. ### References - [Microsoft Authentication Library (MSAL) for Python](https://github.com/AzureAD/microsoft-authentication-library-for-python) - [Microsoft Azure Active Directory Authentication Library (ADAL) for Python](https://github.com/AzureAD/azure-activedirectory-library-for-python) - [Migrate applications to the Microsoft Authentication Library (MSAL)](https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-migration) - https://github.com/Azure/azure-cli/issues/12946
As ADAL has been deprecated:
Azure CLI needs to be migrated from ADAL to MSAL.
References