Azure / Azure/azure-cli

`az extension update` - Allow single command to update all installed extensions

Open
#29,332 1 comment 1 reaction 2 assignees Claimed by @bebound View on GitHub
act-platform-engineering-squad Auto-Assign Azure CLI Team customer-reported feature-request Upgrade
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.