From 4ac8bd88df1554e539f8d303d5277871ad7582c3 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:42:35 +0800 Subject: [PATCH] add missing param `--name default` in example --- Commands/storage/account/migration/_start.md | 2 +- Commands/tree.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Commands/storage/account/migration/_start.md b/Commands/storage/account/migration/_start.md index 31c68265..0e737860 100644 --- a/Commands/storage/account/migration/_start.md +++ b/Commands/storage/account/migration/_start.md @@ -12,5 +12,5 @@ Account Migration request can be triggered for a storage account to change its r - migration start ```bash - storage account migration start --account-name "storage_account_name" -g "resource_group_name" --sku Standard_ZRS --no-wait + storage account migration start --account-name "storage_account_name" -g "resource_group_name" --sku Standard_ZRS --name default --no-wait ``` diff --git a/Commands/tree.json b/Commands/tree.json index 29a65c28..b62ca8d4 100644 --- a/Commands/tree.json +++ b/Commands/tree.json @@ -117543,7 +117543,7 @@ "examples": [ { "commands": [ - "storage account migration start --account-name \"storage_account_name\" -g \"resource_group_name\" --sku Standard_ZRS --no-wait" + "storage account migration start --account-name \"storage_account_name\" -g \"resource_group_name\" --sku Standard_ZRS --name default --no-wait" ], "name": "migration start" }