File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ResourceManager/ServiceBus/Commands.ServiceBus/help Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,21 +37,21 @@ The **New-AzureRmServiceBusKey** cmdlet generates new primary or secondary conne
37
37
38
38
### Example 1
39
39
```
40
- PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Name AuthoRule1 -RegenerateKeys PrimaryKey
40
+ PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Name AuthoRule1 -RegenerateKey PrimaryKey
41
41
```
42
42
43
43
Regenerates the primary or secondary connection strings for the namespace.
44
44
45
45
### Example 2
46
46
```
47
- PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Queue SBQueue -Name AuthoRule1 -RegenerateKeys PrimaryKey
47
+ PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Queue SBQueue -Name AuthoRule1 -RegenerateKey PrimaryKey
48
48
```
49
49
50
50
Regenerates the primary or secondary connection strings for the queue.
51
51
52
52
### Example 3
53
53
```
54
- PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Topic SBTopic -Name AuthoRule1 -RegenerateKeys PrimaryKey
54
+ PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Topic SBTopic -Name AuthoRule1 -RegenerateKey PrimaryKey
55
55
```
56
56
57
57
Regenerates the primary or secondary connection strings for the topic.
You can’t perform that action at this time.
0 commit comments