-
Notifications
You must be signed in to change notification settings - Fork 3k
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
InvalidApiVersionParameter if the resource group is empty #28038
Comments
Thank you for opening this issue, we will look into it. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @varunkch. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sunilagarwal, @sr-msft, @niklarin. |
This issue needs to be assigned to ARM |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @dyu1208, @FumingZhang, @andyliuliming. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @josephkwchan, @jennyhunter-msft. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @varunkch. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sunilagarwal, @sr-msft, @niklarin. |
Agree with @RamyaElangovanP, the error is returned by ARM gateway, the request is not routed to resource provider yet. |
Hello team. Is there any ETA, issues/internal tickets or updates? |
Hello. Are there any updates? |
1 similar comment
Hello. Are there any updates? |
#29916 fixes this for postgresql. Fix will be shipped in 2.66.0. Removing PostgreSQL label as it's fixed in our module. |
Hello @nachoalonsoportillo. Thank you for the fix. @yonzhan, could you please tell if there is a plan to fix the issue in other components? |
Describe the bug
Hello. I accidentally discovered that if the resource group is empty, the command returns
InvalidApiVersionParameter
.Related command
First:
az identity show -g '' --name anyname
.but tried with the following commands and got the same error:
az postgres flexible-server show -g '' --name anyname
;az aks show -g '' --name anyname
;az network application-gateway show -g '' --name anyname
;Errors
Issue script & Debug output
Expected behavior
Show the error: "resource group is empty".
Environment Summary
Additional context
Based on the debug logs, this isn't covered on the server side.
As a workaround you can add a condition to az-cli, but I hope that side will be fixed as well.
The text was updated successfully, but these errors were encountered: