-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
listed optional parameters are not correct (--ids not working) #28316
Comments
Hi @DK-Dennis, 2.56.0 is not the latest Azure CLI(2.57.0). If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli. |
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 @AnatoliB, @Francisco-Gamino, @shreyabatra4. |
FYI: I've just upgraded to |
Is there somewhere else, I can (or should) report this issue, please? It's been more than two months now.. |
Hi @DK-Dennis
Please confirm if this resolves your issue. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AnatoliB, @Francisco-Gamino, @shreyabatra4. |
Sadly/ironically, it only confirms my growing suspicion, that nothing good is ever going to come out of this, and that your reference documentation is really only a statement of intent. |
Never mind, jokes is probably on me, as I can no longer find the documentation that states --ids kan be used for the list command. Kindest regards, |
Describe the bug
The documentation reference states that one can use the parameter --ids (instead of --name and --resource-group).
However, when issuing a command using --ids, I get:
Related command
az functionapp functionapp config appsettings list
Errors
Issue script & Debug output
Expected behavior
As for many other az functionapp commands, I expect to either use --ids or (--name AND --resource-group, and possibly --subscription) to target the functionapp in question.
--ids seems convenient to use, but it does not work here
Environment Summary
{
"azure-cli": "2.56.0",
"azure-cli-core": "2.56.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {
"interactive": "0.5.3",
"next": "0.1.3"
}
}
Additional context
No response
The text was updated successfully, but these errors were encountered: