Open progxaker opened 10 months ago
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?
Hello. Are there any updates?
https://github.com/Azure/azure-cli/pull/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.