az relay hyco authorization-rule keys

Manage Azure Authorization Rule keys for Relay Service Hybrid Connection.

Commands

Name Description Type Status
az relay hyco authorization-rule keys list

List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.

Core GA
az relay hyco authorization-rule keys renew

Regenerate keys of Authorization Rule for Relay Service Hybrid Connection.

Core GA

az relay hyco authorization-rule keys list

List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.

az relay hyco authorization-rule keys list --hybrid-connection-name
                                           --name
                                           --namespace-name
                                           --resource-group

Examples

List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.

az relay hyco authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco --name myauthorule

List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection (autogenerated)

az relay hyco authorization-rule keys list --hybrid-connection-name myhyco --name myauthorule --namespace-name mynamespace --resource-group myresourcegroup --subscription MySubscription

Required Parameters

--hybrid-connection-name

Name of Hybrid Connection.

--name -n

Name of Hybrid Connection Authorization Rule.

--namespace-name

Name of Namespace.

--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 relay hyco authorization-rule keys renew

Regenerate keys of Authorization Rule for Relay Service Hybrid Connection.

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

Examples

Regenerate key of Relay Service Hybrid Connection.

az relay hyco authorization-rule keys renew --resource-group myresourcegroup --namespace- name mynamespace --hybrid-connection-name myhyco --name myauthorule --key PrimaryKey

Required Parameters

--key

Specifies Primary or Secondary key needs to be reset.

accepted values: PrimaryKey, SecondaryKey

Optional Parameters

--hybrid-connection-name

Name of Hybrid Connection.

--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 is provided, this is set to key type, or autogenerated key value set for key type.

--name -n

Name of Hybrid Connection Authorization Rule.

--namespace-name

Name of Namespace.

--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.