We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when trying to create a new keyvault in a RG in WestUS2 the command failed Command Name az keyvault create
az keyvault create
Errors:
400 Client Error: Bad Request for url: http://localhost:50342/oauth2/token Traceback (most recent call last): python3.6/site-packages/knack/cli.py, ln 215, in invoke cmd_result = self.invocation.execute(args) cli/core/commands/__init__.py, ln 654, in execute raise ex cli/core/commands/__init__.py, ln 718, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) cli/core/commands/__init__.py, ln 711, in _run_job six.reraise(*sys.exc_info()) ... python3.6/site-packages/msrestazure/azure_active_directory.py, ln 486, in get_msi_token result.raise_for_status() python3.6/site-packages/requests/models.py, ln 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://localhost:50342/oauth2/token
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az keyvault create --name {} --resource-group {}
Linux-4.15.0-1098-azure-x86_64-with-debian-stretch-sid (Cloud Shell) Python 3.6.10 Installer: DEB azure-cli 2.13.0 Extensions: ai-examples 0.2.4
The text was updated successfully, but these errors were encountered:
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @maertendMSFT.
Sorry, something went wrong.
hi @mkostersitz could you pls try run az login to workaround? This is a known issue in Cloudshell, detail in #11749
az login
Can we close this as a dupe of #11749
No branches or pull requests
This is autogenerated. Please review and update as needed.
Describe the bug
when trying to create a new keyvault in a RG in WestUS2 the command failed
Command Name
az keyvault create
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az keyvault create --name {} --resource-group {}
Expected Behavior
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: