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" }