-
Notifications
You must be signed in to change notification settings - Fork 3.4k
getting this issue while login wiyh claude #33414
Copy link
Copy link
Closed as not planned
Labels
Accountaz login/accountaz login/accountAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamLoginact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Accountaz login/accountaz login/accountAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamLoginact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
Give feedbackNo fields configured for issues without a type.
● 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.