Skip to content

azure-cli output appears asynchronously in shell #874

@hohwille

Description

@hohwille

As a devonfw-ide user, I want to user az (azure-cli) seamlessly so that I can work efficiently with azure cloud.
However, when I install az via devonfw-ide and run it, the output somehow arrives asynchronous in my shell:

$ az vm

hohwille@CE49454 MSYS /d/projects/devonfw/workspaces/main/ide/scripts/target/integration-test/test-setup (alfeilex-azure-python-integration)
$ the following arguments are required: _subcommand

Examples from AI knowledge base:
az vm list
List all VMs.

az vm list-ip-addresses --resource-group MyResourceGroup --name MyVm
Get the IP addresses for a VM.

https://docs.microsoft.com/en-US/cli/azure/vm#az_vm_list
Read more about the command in reference docs

Further, my shell then hangs and I have to hit [Return] to being able to continue typing the next command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    commandletrelated to commandlets (scripts/command/*)enhancementNew feature or requestscriptsrelated to shell scripts (bash and CMD)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions