Skip to content

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

@o-l-a-v

Description

@o-l-a-v

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions