Azure / azure-cli

Azure Command-Line Interface
MIT License
4.02k stars 2.99k forks source link

Get or show the Cognitive Services resource API Key from Azure CLI #14595

Open epomatti opened 4 years ago

epomatti commented 4 years ago

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
yonzhan commented 4 years ago

cognitiveservices