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
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
The Offer ID.
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 partnercenter marketplace offer setup update
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
The Offer ID.
Optional Parameters
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>
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Indicates to enable the reseller channel for the offer.
Whether to sell through microsoft or list the offer through the marketplace and process transactions independently.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
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.
The trial uri.
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.