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: docs/trackers/features/commit-bug-review-TRACKER.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Find real bugs (logic errors, null refs, incorrect behavior) and fix them. Skip
96
96
| 1f70b62bd | Add Remove-DbaAgentJobSchedule cmdlet (#10273) | DONE | Fixed duplicate-name detach handling and preserved failure output on detach errors; added unit regression tests. |
97
97
| 50c0bfdaf | Connect-DbaInstance - Add -AuthenticationType parameter for Entra ID support (#10271) | DONE | Fixed password-based AuthenticationType handling so explicit Entra auth uses SqlConnectionInfo credentials, added missing SqlCredential validation, and added unit regression tests. |
98
98
| 27e4da9d1 | Get-DbaDbOrphanUser - Skip SQL login orphan check for contained databases (#10270) | DONE | Guarded ContainmentType for pre-SQL 2012 servers and added unit regression tests. |
99
-
| 21a522047 | Test-DbaAgPolicyState - Add new command for Always On policy state checks (#10246) |PENDING ||
99
+
| 21a522047 | Test-DbaAgPolicyState - Add new command for Always On policy state checks (#10246) |DONE | Added missing replica sync policy, corrected Microsoft category/name mismatches, and added regression tests.|
PolicyName="Availability Database Data Synchronization State"
470
+
Category="Warning"
428
471
Facet="Availability database"
429
472
IsHealthy=$isHealthy
430
473
Issue=if ($isHealthy) { $null } else { "Data synchronization state of availability database is not healthy." }
431
-
Details="SynchronizationState is $($databaseReplicaState.SynchronizationState)"
474
+
Details="SynchronizationState is $($databaseReplicaState.SynchronizationState), ReplicaAvailabilityMode is $($databaseReplicaState.ReplicaAvailabilityMode)"
432
475
}
433
476
434
477
<#
@@ -462,9 +505,9 @@ function Test-DbaAgPolicyState {
462
505
463
506
<#
464
507
Availability database is not joined to the availability group
0 commit comments