We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9412a63 + 98ccdbe commit 1040846Copy full SHA for 1040846
src/ServiceBus/ServiceBus/help/New-AzServiceBusNamespace.md
@@ -25,7 +25,7 @@ The **New-AzServiceBusNamespace** cmdlet creates a new Service Bus namespace. On
25
26
### Example 1
27
```
28
-PS C:\> New-AzServiceBusNamespace -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -Location WestUS -SkuName "Standard" -Tag @{Tag1="Tag1Value"}
+PS C:\> New-AzServiceBusNamespace -ResourceGroupName Default-ServiceBus-WestUS -Name SB-Example1 -Location WestUS -SkuName "Standard" -Tag @{Tag1="Tag1Value"}
29
30
Name : SB-Example1
31
Id : /subscriptions/{SubscriptionId}/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1
0 commit comments