Share via


az partnercenter marketplace offer plan listing

Note

This reference is part of the partnercenter extension for the Azure CLI (version 2.0.67 or higher). The extension will automatically install the first time you run an az partnercenter marketplace offer plan listing command. Learn more about extensions.

Command group 'partnercenter marketplace offer plan' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage a Marketplace offer plan's listing.

Commands

Name Description Type Status
az partnercenter marketplace offer plan listing show

Get the plan listing of a marketplace offer.

Extension Preview
az partnercenter marketplace offer plan listing update

Update the plan listing of a marketplace offer.

Extension Preview

az partnercenter marketplace offer plan listing show

Preview

Command group 'partnercenter marketplace offer plan listing' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get the plan listing of a marketplace offer.

az partnercenter marketplace offer plan listing show --id
                                                     --offer-id

Examples

Get an offer's plan listing

az partnercenter marketplace offer plan listing show --offer-id MyOfferId --plan-id MyPlanId

Required Parameters

--id --plan-id

The Plan ID.

--offer-id

The Offer ID.

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 partnercenter marketplace offer plan listing update

Preview

Command group 'partnercenter marketplace offer plan listing' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update the plan listing of a marketplace offer.

az partnercenter marketplace offer plan listing update --id
                                                       --offer-id
                                                       [--add]
                                                       [--description]
                                                       [--force-string]
                                                       [--name]
                                                       [--remove]
                                                       [--set]
                                                       [--summary]

Examples

Get an offer's plan listing

az partnercenter marketplace offer plan listing update --offer-id MyOfferId                     --plan-id MyPlanId --description "Plan listing description"

Required Parameters

--id --plan-id

The Plan ID.

--offer-id

The Offer ID.

Optional Parameters

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

Default value: []
--description -d

The description of the plan listing.

--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

Default value: False
--name -n

The name of the plan listing.

--remove

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

Default value: []
--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

Default value: []
--summary -s

The summary of the plan listing.

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.