`az extension update` - Allow single command to update all installed extensions
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**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 ` one by one.
**Additional context**
* Doc:
* Az CLI version: 2.61.0
Contributor guide
Assessment
This issue has not been assessed yet.