Skip to content
New issue

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

Some hexa commands fails if a default resource group is set #28

Open
sinedied opened this issue Aug 23, 2021 · 1 comment
Open

Some hexa commands fails if a default resource group is set #28

sinedied opened this issue Aug 23, 2021 · 1 comment

Comments

@sinedied
Copy link
Collaborator

Describe the bug

If you used az configure --defaults group=<name> to define a default resource group for the az cli, all commands that do not define a resource group will fail.

I quickly tested a fix in hexa code, and forcing and empty resource group param (--resource-group '') to all command that do not define the --resource-group flag fixes the issue.

So all command should for a --resource-group param (even empty) to avoid issues with configured defaults.

Note: I'm unsure whether a double single quote '' works as an empty param on Windows, it needs to be checked.

@manekinekko
Copy link
Owner

Related #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants