az eventgrid partner verified-partner

Manage verified partners.

Commands

Name Description Type Status
az eventgrid partner verified-partner list

List available verified partners.

Core GA
az eventgrid partner verified-partner show

Get the details of a verified partner.

Core GA

az eventgrid partner verified-partner list

List available verified partners.

az eventgrid partner verified-partner list [--odata-query]

Examples

List all verified partners in the current tenant.

az eventgrid partner verified-partner list

Optional Parameters

--odata-query

The OData query used for filtering the list results. Filtering is currently allowed on the Name property only. The supported operations include: CONTAINS, eq (for equal), ne (for not equal), AND, OR and NOT.

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 eventgrid partner verified-partner show

Get the details of a verified partner.

az eventgrid partner verified-partner show --verified-partner-name

Examples

Show the details of a partner verified partner.

az eventgrid partner verified-partner show --verified-partner-name verifiedpartner1

Required Parameters

--verified-partner-name

Name of the verified partner.

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.