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

Preview

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

--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 submission publish

Preview

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

--offer-id

The offer ID.

--submission-id

The offer submission ID.

--target

The target environment type to publish changes for the submission to.

Accepted values: draft, live, preview
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 submission show

Preview

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

--offer-id

The offer ID.

--submission-id

The offer submission 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.