az partnercenter marketplace offer plan technical-configuration 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 plan technical-configuration package command. Learn more about extensions.

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

Manage packages for a plan's technical configuration.

Commands

Name Description Type Status
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 package add

Preview

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

Adds a package to the technical configuration of a plan.

az partnercenter marketplace offer plan technical-configuration package add --offer-id
                                                                            --plan-id
                                                                            [--cluster-extension-type]
                                                                            [--digest]
                                                                            [--no-wait]
                                                                            [--registry]
                                                                            [--repository]
                                                                            [--resource-group]
                                                                            [--subscription-id]
                                                                            [--tag]
                                                                            [--tenant-id]

Required Parameters

--offer-id

The Offer id.

--plan-id

The Plan id.

Optional Parameters

--cluster-extension-type

The Cluster Extension Type.

--digest

The digest of the bundle with a format of sha256:.

--no-wait

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

Default value: False
--registry

The name of the Azure Container Registry.

--repository

The name of the image repository in the Azure Container Registry.

--resource-group -g

The Resource Group name for the Azure Container Registry.

--subscription-id -s

The Subscription ID.

--tag

The name of the image repository.

--tenant-id -t

The AAD tenant 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 plan technical-configuration package delete

Preview

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

Deletes a package to the technical configuration of a plan.

az partnercenter marketplace offer plan technical-configuration package delete --offer-id
                                                                               --plan-id
                                                                               [--no-wait]
                                                                               [--repository]
                                                                               [--tag]

Required Parameters

--offer-id

The Offer id.

--plan-id

The Plan id.

Optional Parameters

--no-wait

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

Default value: False
--repository

The name of the image repository in the Azure Container Registry.

--tag

The name of the image repository.

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.