az quantum workspace keys
Note
This reference is part of the quantum extension for the Azure CLI (version 2.41.0 or higher). The extension will automatically install the first time you run an az quantum workspace keys command. Learn more about extensions.
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage Azure Quantum Workspace api keys.
Commands
Name | Description | Type | Status |
---|---|---|---|
az quantum workspace keys list |
List api keys for the given (or current) Azure Quantum workspace. |
Extension | Preview |
az quantum workspace keys regenerate |
Regenerate api key for the given (or current) Azure Quantum workspace. |
Extension | Preview |
az quantum workspace keys list
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List api keys for the given (or current) Azure Quantum workspace.
az quantum workspace keys list [--resource-group]
[--workspace-name]
Examples
Show the currently selected default Azure Quantum workspace api keys.
az quantum workspace keys list
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Quantum Workspace. You can configure the default workspace using az quantum workspace set
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az quantum workspace keys regenerate
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Regenerate api key for the given (or current) Azure Quantum workspace.
az quantum workspace keys regenerate [--key-type]
[--resource-group]
[--workspace-name]
Examples
Regenerate the currently selected default Azure Quantum workspace primary api key.
az quantum workspace keys regenerate --key-type Primary
Regenerate the currently selected default Azure Quantum workspace secondary api key.
az quantum workspace keys regenerate --key-type Secondary
Regenerate the currently selected default Azure Quantum workspace secondary api key.
az quantum workspace keys regenerate --key-type Primary,Secondary
Optional Parameters
The api keys to be regenerated, should be Primary and/or Secondary.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Quantum Workspace. You can configure the default workspace using az quantum workspace set
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.