az partnercenter marketplace offer
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 command. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage Marketplace offers.
Commands
Name | Description | Type | Status |
---|---|---|---|
az partnercenter marketplace offer create |
Create a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer delete |
Delete a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer list |
List marketplace offers. |
Extension | Preview |
az partnercenter marketplace offer listing |
Manage a Marketplace Offer's listing. |
Extension | Preview |
az partnercenter marketplace offer listing contact |
Manage a Marketplace Offer listing's contacts. |
Extension | Preview |
az partnercenter marketplace offer listing contact add |
Add a contact to a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing contact delete |
Delete a contact to a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing contact list |
List the contacts for a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing media |
Manage a Marketplace Offer listing's media including images, videos, and thumbnails. |
Extension | Preview |
az partnercenter marketplace offer listing media add |
Add media for a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing media delete |
Delete media for a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing media list |
List the media for a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing show |
Get the listing of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer listing update |
Update the listing of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer listing uri |
Manage a Marketplace Offer listing's URIs. |
Extension | Preview |
az partnercenter marketplace offer listing uri add |
Add a URI for a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing uri delete |
Delete a URI for a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer listing uri list |
List the uri for a marketplace offer listing. |
Extension | Preview |
az partnercenter marketplace offer package |
Manage the creation of offer packages, including CNAB bundles for AKS (Azure Container offerings that you sell through Microsoft). |
Extension | Preview |
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 plan |
Manage a Marketplace offer plans. |
Extension | Preview |
az partnercenter marketplace offer plan create |
Create a plan for a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan delete |
Delete a plan for a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan list |
List the plans of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan listing |
Manage a Marketplace offer plan's listing. |
Extension | Preview |
az partnercenter marketplace offer plan listing show |
Get the plan listing of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan listing update |
Update the plan listing of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan show |
Get the plan of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration |
Manage a Marketplace offer plan's technical configuration. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration package |
Manage packages for a plan's technical configuration. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration package add |
Adds a package to the technical configuration of a plan. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration package delete |
Deletes a package to the technical configuration of a plan. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration show |
Show a plan's technical configuration. |
Extension | Preview |
az partnercenter marketplace offer publish |
Publishes all draft changes made to a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer setup |
Manage a Marketplace Offer's setup. |
Extension | Preview |
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 show |
Get a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer submission |
Manage a Marketplace Offer's submissions. |
Extension | Preview |
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 create
Command group 'partnercenter marketplace offer' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a marketplace offer.
az partnercenter marketplace offer create --alias
--id
--type {AzureApplication, AzureConsultingService, AzureContainer, AzureDynamics365BusinessCentral, AzureDynamics365ForCustomerEngagement, AzureDynamics365ForOperations, AzureIoTEdgeModule, AzureManagedService, AzurePowerBIApp, AzurePowerBIVisual, AzureThirdPartyVirtualMachine, SoftwareAsAService}
[--no-wait]
Examples
Create an Azure Container offer
az partnercenter marketplace offer create --id MyOfferId --alias "My Offer Alias" --type AzureContainer
Required Parameters
This name won't be used in the marketplace listing and is solely for reference within Partner Center.
Use only lowercase, alphanumeric characters, dashes or underscores. ID cannot be modified.
The type of offer to create.
Optional Parameters
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 delete
Command group 'partnercenter marketplace offer' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a marketplace offer.
az partnercenter marketplace offer delete --id
[--no-wait]
[--yes]
Examples
Delete an offer
az partnercenter marketplace offer delete --id MyOfferId
Required Parameters
The offer ID.
Optional Parameters
Do not wait for the long-running operation to finish.
Do not prompt for confirmation.
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 list
Command group 'partnercenter marketplace offer' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List marketplace offers.
az partnercenter marketplace offer list
Examples
List all offer
az partnercenter marketplace offer list
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 publish
Command group 'partnercenter marketplace offer' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Publishes all draft changes made to a marketplace offer.
This command publishes every change that's in draft. If you want to target a specific submission, use offer submission commands.
az partnercenter marketplace offer publish --id
--target {draft, live, preview}
Examples
Publish all draft changes for an offer
az partnercenter marketplace offer publish --id myOfferId --target preview
Required Parameters
The offer ID.
The target environment type to publish all draft resources.
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 show
Command group 'partnercenter marketplace offer' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get a marketplace offer.
az partnercenter marketplace offer show --id
Examples
Get an offer
az partnercenter marketplace offer show --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.