Get or show the Cognitive Services resource API Key from Azure CLI
Open
act-codegen-extensibility-squad
Cognitive Services
customer-reported
feature-request
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
It would be nice to be able to show the API Key using Azure CLI.
One option is adding to the output of the already existent `show` command:
```
az cognitiveservices account show -n myresource -g mygroup
```
Or a separated command like this:
```
az cognitiveservices account ...somecommand... -n myresource -g mygroup
```
Contributor guide
Assessment
This issue has not been assessed yet.