Skip to content

{Docs} Fix extension installation command in documentation - #34046

Merged
Ethan Yang (necusjz) merged 1 commit into
Azure:devfrom
dargilco:dargilco/fix-extension-add-command
Sep 10, 2026
Merged

{Docs} Fix extension installation command in documentation#34046
Ethan Yang (necusjz) merged 1 commit into
Azure:devfrom
dargilco:dargilco/fix-extension-add-command

Conversation

@dargilco

@dargilco Darren Cohen (dargilco) commented Sep 9, 2026

Copy link
Copy Markdown
Member

🤖 PR Validation — ️✔️ All clear

Breaking Changes Tests
️✔️ None ️✔️ 130/130

Summary

Correct the extension installation example to use the supported az extension add command instead of the invalid az extension install command. The install command does not exist per the help message:

>az extension --help

Group
    az extension : Manage and update CLI extensions.

Commands:
    add            : Add an extension.
    list           : List the installed extensions.
    list-available : List publicly available extensions.
    list-versions  : List available versions for an extension.
    remove         : Remove an extension.
    show           : Show an extension.
    update         : Update an extension.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dargilco
Darren Cohen (dargilco) requested a review from a team as a code owner September 9, 2026 01:15
Copilot AI lite review requested due to automatic review settings September 9, 2026 01:15
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward documentation correction that aligns the example with the supported Azure CLI command.

Pull request overview

This PR fixes the extension installation example in the extensions documentation by replacing an unsupported az extension install invocation with the supported az extension add command, aligning the docs with Azure CLI’s actual extension-management surface area.

Changes:

  • Update the extension install example to use az extension add --name <extension-name>.
File summaries
File Description
doc/extensions/README.md Corrects the documented extension installation command to the supported az extension add syntax.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).

@necusjz Ethan Yang (necusjz) changed the title Fix extension installation command in documentation {Docs} Fix extension installation command in documentation Sep 9, 2026
@necusjz

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).

@necusjz
Ethan Yang (necusjz) merged commit b2fdde9 into Azure:dev Sep 10, 2026
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants