-
Notifications
You must be signed in to change notification settings - Fork 304
az aks use-dev-spaces fails with no output #83
Comments
i also meet the issue for i run ' az aks use-dev-spaces -g mygroup -n mycluster' and it responds with '[K - Searching ..' what's the solution for it? |
@tylerjwatson are you able to run other azure cli commands properly? |
@JerryWang20 Can you provide more details of the issue? Are you seeing exactly the same error as tyler has? |
Sure, I uninstalled it under bash and installed the .deb package and the symptoms stay the same. |
Some more diagnostic information that may be of use to you: ➜ ~ dpkg -s azure-cli
Package: azure-cli
Status: install ok installed
Priority: extra
Section: python
Installed-Size: 429855
Maintainer: Azure Python CLI Team <[email protected]>
Architecture: all
Version: 2.0.62-1~cosmic
Depends: libc6 (>= 2.28), libssl1.1 (>= 1.1.0)
Conffiles:
/etc/bash_completion.d/azure-cli c84398bd5fcef515a11afad8f1a7827e
Description: Azure CLI
A great cloud needs great tools; we're excited to introduce Azure CLI,
our next generation multi-platform command line experience for Azure.
Homepage: https://github.com/azure/azure-cli ➜ ~ az extension list
[] It appears an ➜ ~ dpkg -L azure-cli |grep -i azds
➜ ~ |
i upgrade the Azure Cli to the latest version of 2.0.63. And it return the different error: |
@JerryWang20 Both the issues of mismatched checksums & "- Searching..." should be fixed by a PR that got merged into the az-cli-extensions repo last night: Azure/azure-cli-extensions#648 |
Hi @amsoedal - it seems to have fixed it on Windows 10, Ubuntu is still a work in progress. Many thanks on the support from everyone in this thread, it's not ideal but at least I have some avenue forward in my research. 👍 |
The The "official" installer does not work for ubuntu disco as it has not been packaged yet in the official repo, hence the manual installation of a dotnet sdk, which works otherwise. I'm inclined to close this issue as it's technically a different problem, however the |
@tylerjwatson Close this issue and feel free to open a new one for forcing the installation of .NET Core runtime. This is a separate issue and is only related to Ubuntu 19.04. |
The Azure CLI on Ubuntu 19.04 fails to run the
az aks use-dev-spaces
command with no output an noazds
command being added to the path of the working environment.Below is an excerpt from the terminal
Azure CLI was installed with the bash script.
The text was updated successfully, but these errors were encountered: