● PowerShell(python -m azure.cli account show --query "{name:name, subscriptionId:id, tenantId:tenantId}" -o json 2>&1)
⎿ Error: Exit code 1
python : ERROR: Please run 'az login' to setup account.
At line:1 char:1
+ python -m azure.cli account show --query "{name:name, subscriptionId: ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (ERROR: Please r... setup account.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
● Bash(python -m azure.cli account show --query "{name:name, subscriptionId:id, tenantId:tenantId}" -o json 2>&1)
⎿ Error: Exit code 1
ERROR: Please run 'az login' to setup account.
● PowerShell(python -m azure.cli account show --query "{name:name, subscriptionId:id, tenantId:tenantId}" -o json 2>&1)
⎿ Error: Exit code 1
python : ERROR: Please run 'az login' to setup account.
At line:1 char:1
+ python -m azure.cli account show --query "{name:name, subscriptionId: ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (ERROR: Please r... setup account.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
● Bash(python -m azure.cli account show --query "{name:name, subscriptionId:id, tenantId:tenantId}" -o json 2>&1)
⎿ Error: Exit code 1
ERROR: Please run 'az login' to setup account.