Hi,
I would like to create Service Bus name space of messaging type with specific resource group provided instead of default one but I did not find parameter to specify resource group
Looks like we have the below cmdlet but it does not have parameter to specify resource group
New-AzureSBNamespace -name "testsb" -Location "West US" -NamespaceType "Messaging"
Any help would be appreciated
Thanks,
Praveen V