You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/migrations.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,7 @@ az repos show --repository MyRepo --project MyProject --query id -o tsv
56
56
-`status`: Show migration status for a repository GUID.
57
57
-`create`: Create a migration. Use `--validate-only` for pre-migration checks only.
58
58
-`pause`: Pause an active migration.
59
-
-`resume`: Resume a stopped (paused, failed) migration. Optional flags:
60
-
-`--validate-only`: Resume in validate-only mode.
61
-
-`--migration`: Promote a succeeded validate-only migration to full migration.
62
-
This updates the existing migration by setting `validateOnly=false` and `statusRequested=active`.
63
-
- If a migration is currently active, pause it before resuming or switching mode.
59
+
-`resume`: Resume a stopped (paused, failed) migration. Optional flags are `--validate-only` (resume in validate-only mode) and `--migration` (promote a succeeded validate-only migration to full migration by setting `validateOnly=false` and `statusRequested=active`). If a migration is currently active, pause it before resuming or switching mode.
64
60
-`cutover set` / `cutover cancel`: Schedule or cancel cutover.
0 commit comments