Share via


az partnercenter marketplace offer setup

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

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

Manage a Marketplace Offer's setup.

Commands

Name Description Type Status
az partnercenter marketplace offer setup show

Show the offer setup.

Extension Preview
az partnercenter marketplace offer setup update

Update a marketplace offer.

Extension Preview

az partnercenter marketplace offer setup show

Preview

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

Show the offer setup.

az partnercenter marketplace offer setup show --id

Examples

Show an offer's setup

az partnercenter marketplace offer setup show --offer-id MyOfferId

Required Parameters

--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 setup update

Preview

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

Update a marketplace offer.

az partnercenter marketplace offer setup update --id
                                                [--add]
                                                [--force-string]
                                                [--remove]
                                                [--reseller {false, true}]
                                                [--sell-through-microsoft {false, true}]
                                                [--set]
                                                [--test-drive {false, true}]
                                                [--trial-uri]

Examples

Update an offer setup

az partnercenter marketplace offer setup update --offer-id MyOfferId --sell-through-microsoft true

Required Parameters

--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: []
--force-string

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

Default value: False
--remove

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

Default value: []
--reseller

Indicates to enable the reseller channel for the offer.

Accepted values: false, true
--sell-through-microsoft

Whether to sell through microsoft or list the offer through the marketplace and process transactions independently.

Accepted values: false, true
--set

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

Default value: []
--test-drive

Whether test drive is enabled for the offer. The test drive option in the Microsoft commercial marketplace lets you configure a hands-on, self-guided tour of your product's key features.

Accepted values: false, true
--trial-uri

The trial uri.

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.