Azure / Azure/azure-cli-dev-tools
Azdev double installs extension?
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
I coudn't figure out why my local extension I was working on wasn't being picked up. Then I rean this
```
(penv) pmiller@millercloud:~$ /usr/bin/az --version
azure-cli 2.14.2
core 2.14.2
telemetry 1.0.6
Extensions:
azure-devops 0.18.0
aks-preview 0.4.64
aks-preview 0.4.65 (dev) /home/pmiller/azure-cli-extensions/src/aks-preview
```
And saw there were two aks-preview istalled. Things worked once I did az extension remove -n aks-preview and it left just the local one. Shouldn't azdev stop or warn on this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.