Azure / Azure/azure-powershell
[Az.Aks] folder name ".azure" is hardcoded.
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description
In code piece: https://github.com/Azure/azure-powershell/blob/3318943634bab88fb39cfc7f150650f23502ddc9/src/Aks/Aks/Commands/KubeCmdletBase.cs#L120
The Azure PowerShell config folder name is hard coded to "**.azure**", which is not correct.
On Windows, it's case-insensitive. It's ok.

But on Linux, it's case-sensitive. It's not ok.

### Issue script & Debug output
```PowerShell
N/A
```
### Environment data
```PowerShell
N/A
```
### Module versions
```PowerShell
N/A
```
### Error output
```PowerShell
N/A
```
Contributor guide
Assessment
This issue has not been assessed yet.