Skip to content

Commit e4305cc

Browse files
authored
Merge pull request #5774 from tomkerkhove/preview
Fix renaming of RegenerateKey-flag in New-AzureRmServiceBusKey samples
2 parents 44de966 + 5202794 commit e4305cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusKey.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ The **New-AzureRmServiceBusKey** cmdlet generates new primary or secondary conne
3737

3838
### Example 1
3939
```
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
4141
```
4242

4343
Regenerates the primary or secondary connection strings for the namespace.
4444

4545
### Example 2
4646
```
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
4848
```
4949

5050
Regenerates the primary or secondary connection strings for the queue.
5151

5252
### Example 3
5353
```
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
5555
```
5656

5757
Regenerates the primary or secondary connection strings for the topic.

0 commit comments

Comments
 (0)