az quantum offerings

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 offerings command. Learn more about extensions.

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage provider offerings for Azure Quantum.

Commands

Name Description Type Status
az quantum offerings accept-terms

Accept the terms of a provider and SKU combination to enable it for workspace creation.

Extension Preview
az quantum offerings list

Get the list of all provider offerings available on the given location.

Extension Preview
az quantum offerings show-terms

Show the terms of a provider and SKU combination including license URL and acceptance status.

Extension Preview

az quantum offerings accept-terms

Preview

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Accept the terms of a provider and SKU combination to enable it for workspace creation.

az quantum offerings accept-terms --location
                                  --provider-id
                                  --sku

Examples

Once terms have been reviewed, accept the invoking this command.

az quantum offerings accept-terms -p MyProviderId -k MySKU -l MyLocation

Required Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--provider-id -p

Identifier of an Azure Quantum provider.

--sku -k

Identify a plan or SKU offered by an Azure Quantum provider.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az quantum offerings list

Preview

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get the list of all provider offerings available on the given location.

az quantum offerings list --location
                          [--autoadd-only]

Examples

List offerings available in an Azure location.

az quantum offerings list -l MyLocation -o table

List only the offerings flagged "autoAdd" in an Azure location.

az quantum offerings list -l MyLocation --autoadd-only -o table

Required Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

Optional Parameters

--autoadd-only

If specified, only the plans flagged "autoAdd" are displayed.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az quantum offerings show-terms

Preview

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Show the terms of a provider and SKU combination including license URL and acceptance status.

az quantum offerings show-terms --location
                                --provider-id
                                --sku

Examples

Use a Provider Id and SKU from `az quantum offerings list` to review the terms.

az quantum offerings show-terms -p MyProviderId -k MySKU -l MyLocation

Required Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--provider-id -p

Identifier of an Azure Quantum provider.

--sku -k

Identify a plan or SKU offered by an Azure Quantum provider.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.