az partnercenter marketplace offer submission
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 submission 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 submissions.
Commands
Name | Description | Type | Status |
---|---|---|---|
az partnercenter marketplace offer submission list |
List the submissions of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer submission publish |
Publish the submissions of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer submission show |
Get the submission of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer submission list
Command group 'partnercenter marketplace offer submission' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the submissions of a marketplace offer.
az partnercenter marketplace offer submission list --offer-id
Examples
List an offer's submissions
az partnercenter marketplace offer submission list --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 submission publish
Command group 'partnercenter marketplace offer submission' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Publish the submissions of a marketplace offer.
az partnercenter marketplace offer submission publish --offer-id
--submission-id
--target {draft, live, preview}
Examples
Publish an offer's submissions to draft state
az partnercenter marketplace offer submission publish --offer-id MyOfferId --submission-id 11521167929065 --target draft
Publish an offer's submissions to preview state
az partnercenter marketplace offer submission publish --offer-id MyOfferId --submission-id 11521167929065 --target preview
Publish an offer's submissions to live state
az partnercenter marketplace offer submission publish --offer-id MyOfferId --submission-id 11521167929065 --target live
Required Parameters
The offer ID.
The offer submission ID.
The target environment type to publish changes for the submission to.
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 submission show
Command group 'partnercenter marketplace offer submission' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the submission of a marketplace offer.
az partnercenter marketplace offer submission show --offer-id
--submission-id
Examples
Get an offer's submission
az partnercenter marketplace offer submission show --offer-id MyOfferId --submission-id 11521167929065
Required Parameters
The offer ID.
The offer submission 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.