зеркало из https://github.com/Azure/aaz.git
add missing param `--name default` in example
This commit is contained in:
Родитель
959d16695d
Коммит
4ac8bd88df
|
@ -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"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче