I would like something like this:
C:\> az ask "How to register subscription 12345 in Microsoft.Foo resource provider?"
Submitted question to Copilot, waiting for answer...
[Copilot] To register subscription 12345 to Microsoft.Foo resource provider, you can execute the following commands:
[Copilot]
[Copilot] az account set --subscription 12345
[Copilot] az provider register --namespace Microsoft.Foo
[Copilot]
[Copilot] Do you want me to run these commands now? [Y/N]
I know you are providing AI Shell, but I would like to have something more out-of-the-box from the Azure CLI, i.e. I would like to avoid installing yet-another-package besides Azure CLI.
I would like something like this:
I know you are providing AI Shell, but I would like to have something more out-of-the-box from the Azure CLI, i.e. I would like to avoid installing yet-another-package besides Azure CLI.