Azure / Azure/azure-powershell

[Az.Aks] folder name ".azure" is hardcoded.

Open
#24,366 3 comments 0 reactions 0 assignees View on GitHub
bug
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.
![image](https://github.com/Azure/azure-powershell/assets/12843157/2a51f122-e42c-4f1d-b9c8-0e8bff35e323)
But on Linux, it's case-sensitive. It's not ok.
![image](https://github.com/Azure/azure-powershell/assets/12843157/62132c7b-3d7e-4da3-94c5-9855eaf2d0a3)

### Issue script & Debug output

```PowerShell
N/A
```

### Environment data

```PowerShell
N/A
```

### Module versions

```PowerShell
N/A
```

### Error output

```PowerShell
N/A
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.