Del via


az partnercenter marketplace offer package

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 package 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 the creation of offer packages, including CNAB bundles for AKS (Azure Container offerings that you sell through Microsoft).

Commands

Name Description Type Status
az partnercenter marketplace offer package build

Builds the package for an offer, preparing it for upload or publishing to the offer's technical configuration.

Extension Preview
az partnercenter marketplace offer package verify

Verifies the package contents for an offer prior to building it.

Extension Preview

az partnercenter marketplace offer package build

Preview

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

Builds the package for an offer, preparing it for upload or publishing to the offer's technical configuration.

az partnercenter marketplace offer package build --offer-id
                                                 [--manifest-file]
                                                 [--no-wait]

Examples

Builds a CNAB bundle for an AKS offering

az partnercenter marketplace offer package build --offer-id MyOfferId --manifest-file path/to/manifest.yaml

Required Parameters

--offer-id

The Offer ID.

Optional Parameters

--manifest-file

The path to the package manifest YAML file that describes the package, the CNAB bundle, and dependent artifacts.

--no-wait

Do not wait for the long-running operation to finish.

default value: False
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 package verify

Preview

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

Verifies the package contents for an offer prior to building it.

az partnercenter marketplace offer package verify --offer-id
                                                  [--manifest-file]
                                                  [--no-wait]

Examples

Verify a CNAB bundle for an AKS offering

az partnercenter marketplace offer package verify --offer-id MyOfferId --manifest-file path/to/manifest.yaml

Required Parameters

--offer-id

The Offer ID.

Optional Parameters

--manifest-file

The path to the package manifest YAML file that describes the package, the CNAB bundle, and dependent artifacts.

--no-wait

Do not wait for the long-running operation to finish.

default value: False
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.