Azure / Azure/azure-cli

az interactive : Error loading command module AzInteractiveShell.progress_patch() got an unexpected keyword argument 'det'

Open
#23,294 1 comment 0 reactions 1 assignee Assigned to @jiasli View on GitHub
act-codegen-extensibility-squad Auto-Assign Azure CLI Team customer-reported feature-request Interactive
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

i have the same issue with the latest az version
```az version
{
"azure-cli": "2.38.0",
"azure-cli-core": "2.38.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {
"azure-devops": "0.25.0",
"eventgrid": "0.4.9",
"interactive": "0.4.5",
"log-analytics": "0.2.2"
}
}
```
many commands are not working ...
```
az>> az group list -o table
Error loading command module 'iot': AzInteractiveShell.progress_patch() got an unexpected keyword argument 'det'
Error loading command module 'network': AzInteractiveShell.progress_patch() got an unexpected keyword argument 'det'
Error loading command module 'resource': AzInteractiveShell.progress_patch() got an unexpected keyword argument 'det'
Error loading command module 'sql': AzInteractiveShell.progress_patch() got an unexpected keyword argument 'det'
Error loading command module 'vm': AzInteractiveShell.progress_patch() got an unexpected keyword argument 'det'
'group' is misspelled or not recognized by the system.

Examples from AI knowledge base:
https://aka.ms/cli_ref
Read more about the command in reference docs
az>> ````

_Originally posted by @SunChero in https://github.com/Azure/azure-cli/issues/17740#issuecomment-1191516747_

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.