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

az extension update - Allow single command to update all installed extensions #29332

Open
o-l-a-v opened this issue Jul 8, 2024 · 1 comment
Assignees
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request Upgrade az upgrade
Milestone

Comments

@o-l-a-v
Copy link

o-l-a-v commented Jul 8, 2024

Related command

extension

Is your feature request related to a problem? Please describe.

  • az upgrade checks extensions too, but also updates Azure CLI.
  • az extension update requires --name, --name does not support * / wildcard for all.

Describe the solution you'd like

Let az extension update update all extensions in one command. Some ideas:

  • Simply az extension update
  • Or az extension update --all
  • Or wildcard az extension update --name *

Describe alternatives you've considered

Currently I first list all installed extensions, then run az extension update --name <name_of_extension> one by one.

Additional context

@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot labels Jul 8, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Jul 8, 2024

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jul 8, 2024
@yonzhan yonzhan added this to the Backlog milestone Jul 8, 2024
@yonzhan yonzhan added feature-request and removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request Upgrade az upgrade
Projects
None yet
Development

No branches or pull requests

4 participants