Allow "az aks get-credentials" to use "--ids" parameter instead of RG and resource name
Open
act-observability-squad
AKS
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
Other Azure CLI commands such as "az resource update --ids" allow you to specify the resource ID instead of separate resource name/RG.
**Describe the solution you'd like**
It would be great to be able to use this functionality with az aks get-credentials (and other az aks commands), for example:
az aks get-credentials --ids
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.