az notification-hub namespace authorization-rule
Note
This reference is part of the notification-hub extension for the Azure CLI (version 2.49.0 or higher). The extension will automatically install the first time you run an az notification-hub namespace authorization-rule command. Learn more about extensions.
Command group 'notification-hub' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage notification hubs namespace authorization rule.
Commands
Name | Description | Type | Status |
---|---|---|---|
az notification-hub namespace authorization-rule create |
Create an authorization rule for a namespace. |
Extension | Experimental |
az notification-hub namespace authorization-rule delete |
Delete a namespace authorization rule. |
Extension | Experimental |
az notification-hub namespace authorization-rule list |
List the authorization rules for a namespace. |
Extension | Experimental |
az notification-hub namespace authorization-rule list-keys |
List the primary and secondary connection strings to the namespace. |
Extension | Experimental |
az notification-hub namespace authorization-rule regenerate-keys |
Regenerate the primary/secondary keys to the namespace authorization rule. |
Extension | Experimental |
az notification-hub namespace authorization-rule show |
Get an authorization rule for a namespace by name. |
Extension | Experimental |
az notification-hub namespace authorization-rule create
Command group 'notification-hub' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create an authorization rule for a namespace.
az notification-hub namespace authorization-rule create --name
--namespace-name
--resource-group
--rights
Examples
Create a namespace authorization rule
az notification-hub namespace authorization-rule create --resource-group MyResourceGroup --namespace-name my-namespace --name "sdk-AuthRules-1788" --rights Listen Send
Required Parameters
Authorization Rule Name.
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The rights associated with the rule. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az notification-hub namespace authorization-rule delete
Command group 'notification-hub' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a namespace authorization rule.
az notification-hub namespace authorization-rule delete [--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete a namespace authorization rule
az notification-hub namespace authorization-rule delete --resource-group MyResourceGroup --namespace-name my-namespace --name "RootManageSharedAccessKey"
Optional Parameters
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.
Authorization Rule Name.
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az notification-hub namespace authorization-rule list
Command group 'notification-hub' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the authorization rules for a namespace.
az notification-hub namespace authorization-rule list --namespace-name
--resource-group
[--max-items]
[--next-token]
Examples
List authorization rules of the namespace
az notification-hub namespace authorization-rule list --resource-group MyResourceGroup --namespace-name my-namespace
Required Parameters
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az notification-hub namespace authorization-rule list-keys
Command group 'notification-hub' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the primary and secondary connection strings to the namespace.
az notification-hub namespace authorization-rule list-keys [--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
List keys of the namesapce authorization rule
az notification-hub namespace authorization-rule list-keys --resource-group MyResourceGroup --namespace-name my-namespace --name "RootManageSharedAccessKey"
Optional Parameters
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.
The connection string of the namespace for the specified authorizationRule.
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az notification-hub namespace authorization-rule regenerate-keys
Command group 'notification-hub' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Regenerate the primary/secondary keys to the namespace authorization rule.
az notification-hub namespace authorization-rule regenerate-keys --policy-key {Primary Key, Secondary Key}
[--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Regenerate keys of the namesapce authorization rule
az notification-hub namespace authorization-rule regenerate-keys --resource-group MyResourceGroup --namespace-name my-namespace --name "RootManageSharedAccessKey" --policy-key "Secondary Key"
Required Parameters
Name of the key that has to be regenerated for the Namespace/Notification Hub Authorization Rule. The value can be Primary Key/Secondary Key.
Optional Parameters
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.
The connection string of the namespace for the specified authorizationRule.
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az notification-hub namespace authorization-rule show
Command group 'notification-hub' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get an authorization rule for a namespace by name.
az notification-hub namespace authorization-rule show [--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Show namespace authorization rule info
az notification-hub namespace authorization-rule show --resource-group MyResourceGroup --namespace-name my-namespace --name "RootManageSharedAccessKey"
Optional Parameters
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.
Authorization Rule Name.
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI