File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ The `az devops migrations` command group manages enterprise live migrations for
1616- ` --target-owner-user-id ` is required for create.
1717- ` --scheduled-cutover-date ` must be ISO 8601, for example: ` 2030-12-31T11:59:00Z ` .
1818
19+ ## Command reference
20+
21+ - ` list ` : List migrations for the ELM org.
22+ - ` status ` : Show migration status for a repository GUID.
23+ - ` create ` : Create a validation-only migration. ` --validate-only false ` is not supported.
24+ Use ` resume --migrate ` to move from validation to migration.
25+ - ` pause ` : Pause an active migration.
26+ - ` resume ` : Resume a non-active migration. Optional flags:
27+ - ` --validate-only ` : Resume and force validate-only.
28+ - ` --migrate ` : Resume and start migration.
29+ If a migration is active, pause it before resuming.
30+ - ` cutover set ` / ` cutover cancel ` : Schedule or cancel cutover.
31+ - ` abandon ` : Abandon and delete a migration.
32+
1933## Common workflows
2034
2135### List migrations
You can’t perform that action at this time.
0 commit comments