Azure CLI からコマンドを実行しようとするたびに、資格情報の有効期限が切れていることを示すエラーが返されます。これは、ログアウトしてから再度ログインし、何らかのコマンドを実行しようとした直後に発生する可能性があります。以下に例を示します。
user:~ $ azure group show resourcename
info: Executing command group show
+ Listing resource groups
error: Credentials have expired, please reauthenticate.
Detailed error message from ADAL is as follows: Error: Entry not found in cache.
info: Error information has been recorded to /Users/me/.azure/azure.err
error: group show command failed