az eventhubs namespace authorization-rule keys

Authorization-rule keys.

Commands

Name Description Type Status
az eventhubs namespace authorization-rule keys list

Gets the primary and secondary connection strings for the Namespace.

Core GA
az eventhubs namespace authorization-rule keys renew

Regenerates the primary or secondary connection strings for the specified Namespace.

Core GA

az eventhubs namespace authorization-rule keys list

Gets the primary and secondary connection strings for the Namespace.

az eventhubs namespace authorization-rule keys list --authorization-rule-name
                                                    --namespace-name
                                                    --resource-group

Examples

Shows the connection strings of Authorizationrule for the namespace.

az eventhubs namespace authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule

Required Parameters

--authorization-rule-name --name

The authorization rule name.

--namespace-name

The Namespace name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

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 eventhubs namespace authorization-rule keys renew

Regenerates the primary or secondary connection strings for the specified Namespace.

az eventhubs namespace authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
                                                     [--authorization-rule-name]
                                                     [--ids]
                                                     [--key-value]
                                                     [--namespace-name]
                                                     [--resource-group]
                                                     [--subscription]

Examples

Regenerate the connection strings of Authorizationrule for the namespace.

az eventhubs namespace authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --key PrimaryKey

Required Parameters

--key

The access key to regenerate.

accepted values: PrimaryKey, SecondaryKey

Optional Parameters

--authorization-rule-name --name

The authorization rule name.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--key-value

Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.

--namespace-name

The Namespace name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_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.