Share via


az term

This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage marketplace agreement with marketplaceordering.

Commands

Name Description Type Status
az term accept

Accept marketplace terms.

Core Experimental
az term show

Get marketplace terms.

Core Experimental

az term accept

Experimental

Command group 'term' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Accept marketplace terms.

az term accept --plan
               --product
               --publisher
               [--acquire-policy-token]
               [--change-reference]

Examples

Set marketplace terms.

az term accept --product "windows-data-science-vm" --plan "windows2016" --publisher "microsoft-ads"

Required Parameters

--plan

Plan identifier string of image being deployed.

--product

Offer identifier string of image being deployed.

--publisher

Publisher identifier string of image being deployed.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az term show

Experimental

Command group 'term' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get marketplace terms.

az term show --plan
             --product
             --publisher

Examples

Get marketeplace terms.

az term show --product "windows-data-science-vm" --plan "windows2016" --publisher "microsoft-ads"

Required Parameters

--plan

Plan identifier string of image being deployed.

--product

Offeridentifier string of image being deployed.

--publisher

Publisher identifier string of image being deployed.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False