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
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
The Offer ID.
Optional Parameters
The path to the package manifest YAML file that describes the package, the CNAB bundle, and dependent artifacts.
Do not wait for the long-running operation to finish.
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 package verify
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
The Offer ID.
Optional Parameters
The path to the package manifest YAML file that describes the package, the CNAB bundle, and dependent artifacts.
Do not wait for the long-running operation to finish.
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.
Azure CLI