Share via


az partnercenter marketplace offer listing uri

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 listing uri command. Learn more about extensions.

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

Manage a Marketplace Offer listing's URIs.

Commands

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

Preview

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

Add a URI for a marketplace offer listing.

az partnercenter marketplace offer listing uri add --display-text
                                                   --offer-id
                                                   --subtype
                                                   --type
                                                   --uri
                                                   [--add]
                                                   [--force-string]
                                                   [--remove]
                                                   [--set]

Examples

Add URI to an offer's listing

az partnercenter marketplace offer listing uri add --offer-id MyOfferId --uri https://myuri                     --type PrivacyUri --subtype mySubType --display-text "My Privacy Policy"

Required Parameters

--display-text

The display text of the uri.

--offer-id

The offer id.

--subtype

The subtype of the uri.

--type

The type of the uri.

--uri

The value of the uri.

Optional Parameters

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

default value: []
--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

default value: False
--remove

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

default value: []
--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

default value: []
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 listing uri delete

Preview

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

Delete a URI for a marketplace offer listing.

az partnercenter marketplace offer listing uri delete --offer-id
                                                      [--display-text]
                                                      [--subtype]
                                                      [--type]
                                                      [--uri]
                                                      [--yes]

Examples

Delete a URI for an offer's listing

az partnercenter marketplace offer listing uri delete --offer-id MyOfferId --uri https://myuri --type PrivacyUri

Required Parameters

--offer-id

The offer id.

Optional Parameters

--display-text

The display text of the uri.

--subtype

The subtype of the uri.

--type

The type of the uri.

--uri

The value of the uri.

--yes -y

Do not prompt for confirmation.

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 listing uri list

Preview

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

List the uri for a marketplace offer listing.

az partnercenter marketplace offer listing uri list --offer-id

Examples

List the URIs for an offer's listing

az partnercenter marketplace offer listing uri 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.