From 5202794d3e57520ba51886057f414a2caab8a36d Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 20 Mar 2018 15:23:29 +0200 Subject: [PATCH] Fix renaming of flag in samples --- .../Commands.ServiceBus/help/New-AzureRmServiceBusKey.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusKey.md b/src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusKey.md index cce4f44a06a9..9ea40a4fd550 100644 --- a/src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusKey.md +++ b/src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusKey.md @@ -37,21 +37,21 @@ The **New-AzureRmServiceBusKey** cmdlet generates new primary or secondary conne ### Example 1 ``` -PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Name AuthoRule1 -RegenerateKeys PrimaryKey +PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Name AuthoRule1 -RegenerateKey PrimaryKey ``` Regenerates the primary or secondary connection strings for the namespace. ### Example 2 ``` -PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Queue SBQueue -Name AuthoRule1 -RegenerateKeys PrimaryKey +PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Queue SBQueue -Name AuthoRule1 -RegenerateKey PrimaryKey ``` Regenerates the primary or secondary connection strings for the queue. ### Example 3 ``` -PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Topic SBTopic -Name AuthoRule1 -RegenerateKeys PrimaryKey +PS C:\> New-AzureRmServiceBusKey -ResourceGroup Default-ServiceBus-WestUS -Namespace SB-Example1 -Topic SBTopic -Name AuthoRule1 -RegenerateKey PrimaryKey ``` Regenerates the primary or secondary connection strings for the topic.