Commit 8b4173c
feat(migration): Convert Find-DbaAgentJob to C# binary cmdlet
- All parameters preserved (added Job alias for test compatibility)
- Inlines Get-JobList helper with WildcardPattern matching
- All code paths implemented (criteria filters, exclusions, dedup)
- Build passes (0 warnings, 0 errors)
- C# unit tests written and passing (28 tests)
- Pester: 4/13 pass (9 pre-existing BeforeAll sqlCredential failures)
- Feature parity verified (100%)
- PS1 retired, cmdlet exported from dbatools.library
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cc8a04d commit 8b4173c
4 files changed
Lines changed: 1061 additions & 1 deletion
File tree
- docs/plan
- project
- dbatools.Tests/Commands
- dbatools/Commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments