Skip to content

Commit 6bb3221

Browse files
committed
Fix remaining markdown lint issues in migration docs
1 parent eb4d3a2 commit 6bb3221

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

doc/elm_migrations_tsg.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ az devops migrations resume --detect false --repository-id <GUID> --validate-onl
346346
**Fix:**
347347

348348
1. Run `az login` (AAD) or `az devops login` (PAT).
349-
2. Ensure the token/account has permission to the organization.
350-
3. Verify `--org` points to the correct Azure DevOps org URL.
349+
1. Ensure the token/account has permission to the organization.
350+
1. Verify `--org` points to the correct Azure DevOps org URL.
351351

352352
### 404 Not Found
353353

@@ -356,7 +356,7 @@ az devops migrations resume --detect false --repository-id <GUID> --validate-onl
356356
**Fix:**
357357

358358
1. Verify `--org` is correct (e.g., `https://dev.azure.com/myorg`).
359-
2. Verify the `--repository-id` is a valid GUID that exists in the organization.
359+
1. Verify the `--repository-id` is a valid GUID that exists in the organization.
360360

361361
### 400 Bad Request
362362

@@ -365,9 +365,9 @@ az devops migrations resume --detect false --repository-id <GUID> --validate-onl
365365
**Fix:**
366366

367367
1. Check date values are valid ISO 8601 strings (e.g., `2030-12-31T11:59:00Z`).
368-
2. Ensure `--target-repository` is a valid URL.
369-
3. Ensure `--agent-pool` matches a pool name the service recognizes.
370-
4. Ensure `--skip-validation` uses supported policy names or a non-negative integer bitmask.
368+
1. Ensure `--target-repository` is a valid URL.
369+
1. Ensure `--agent-pool` matches a pool name the service recognizes.
370+
1. Ensure `--skip-validation` uses supported policy names or a non-negative integer bitmask.
371371

372372
### skip-validation examples
373373

@@ -425,8 +425,8 @@ az devops migrations resume --detect false --repository-id <GUID> --migration
425425
**Fix:**
426426

427427
1. Verify `--org` is correct.
428-
2. Confirm you are using the latest CLI extension version.
429-
3. Contact your admin if it persists.
428+
1. Confirm you are using the latest CLI extension version.
429+
1. Contact your admin if it persists.
430430

431431
### 500 Internal Server Error / Retries Exhausted
432432

@@ -438,7 +438,7 @@ az devops migrations resume --detect false --repository-id <GUID> --migration
438438
- Run `az devops configure -l` to check your default org.
439439
- Fix with `az devops configure -d organization=https://dev.azure.com/<your-org>`.
440440
- Or pass `--org <correct URL> --detect false` explicitly.
441-
2. If the correct host is being used, the service may be temporarily unavailable — retry later or contact your admin.
441+
1. If the correct host is being used, the service may be temporarily unavailable — retry later or contact your admin.
442442

443443
## 8. Useful Commands
444444

doc/migrations.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ az repos show --repository MyRepo --project MyProject --query id -o tsv
5656
- `status`: Show migration status for a repository GUID.
5757
- `create`: Create a migration. Use `--validate-only` for pre-migration checks only.
5858
- `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.
6460
- `cutover set` / `cutover cancel`: Schedule or cancel cutover.
6561
- `abandon`: Abandon and delete a migration.
6662

0 commit comments

Comments
 (0)