add missing param `--name default` in example

This commit is contained in:
Zhiyi Huang 2023-12-25 17:42:35 +08:00
Родитель 959d16695d
Коммит 4ac8bd88df
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
```

Просмотреть файл

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