Commit 5a775d4
feat(migration): Convert Get-DbaAgentSchedule to C# binary cmdlet
- All parameters preserved (Schedule, ScheduleUid, Id)
- All code paths implemented including description generation
- Culture-aware date/time formatting matches PS1 behavior
- Express edition guard preserved
- SharedSchedules.Refresh() called before enumeration
- Build passes (0 errors, 0 warnings)
- C# unit tests written and passing (46 tests)
- Pester integration tests pass (baseline maintained: 1/1, 10 pre-existing)
- Feature parity verified at 100%
- PS1 retired, cmdlet exported from dbatools.library
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent abaa231 commit 5a775d4
4 files changed
Lines changed: 1274 additions & 1 deletion
File tree
- docs/plan
- project
- dbatools.Tests/Commands
- dbatools/Commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments