Skip to content

Commit 1ae0fd0

Browse files
schaudhari6254888Your Name
andauthored
{Servicebus} az servicebus namespace update: Minor Correction in syntax (#30753)
* Minor Correction in syntax update * Minor Correction in syntax update2 * Minor Correction in syntax update --------- Co-authored-by: Your Name <you@example.com>
1 parent 8d6e4c8 commit 1ae0fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace

src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Update(AAZCommand):
1919
2020
:example: Updates a Service Bus Namespace
2121
az servicebus namespace update --resource-group myresourcegroup --name mynamespace --tags tag=value
22-
az az servicebus namespace update --name mynamespace --resource-group myresourcegroup --sku Basic
22+
az servicebus namespace update --name mynamespace --resource-group myresourcegroup --sku Basic
2323
"""
2424

2525
_aaz_info = {

0 commit comments

Comments
 (0)