Azure / Azure/azure-cli-extensions
Interactive mode mode app directory should be moved
Open
extension/interactive
feature-request
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
After using `az interactive` users find they now have a `~/.azure-shell` directory, which is confusing to Azure Cloud Shell users who expect this directory to relate to the cloud-shell feature in portal.
```
$ ls -A
.azure .bash_history .bash_logout .bashrc .cache clouddrive .profile temp.azcli
$ az interactive
$ la -A
.azure .azure-shell .bash_history .bash_logout .bashrc .cache clouddrive .config .profile temp.azcli
```
Contributor guide
Assessment
This issue has not been assessed yet.