Skip to content

Tab completion not working in Ubuntu 24.04 LTS (Noble) #30461

@doherty100

Description

@doherty100

Describe the bug

Tab completion is not working on Noble. It used to be enabled by default on Jammy.

Related command

az group delete -g <TAB>

Errors

N/A

Issue script & Debug output

N/A

Expected behavior

Tab completion should work by default.

Environment Summary

{
  "azure-cli": "2.67.0",
  "azure-cli-core": "2.67.0",
  "azure-cli-telemetry": "1.1.0",
  "extensions": {}
}

Additional context

/etc/bash_completion.d/azure-cli file exists.

I added the following code to .bashrc then relaoded my shell configuration and it still does not work:

if [ -f /etc/bash_completion.d/azure-cli ]; then
    . /etc/bash_completion.d/azure-cli
fi

Metadata

Metadata

Labels

ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions