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
Populate RegionDetails on failure unconditionally, matching success path
Addresses PR review: the success path (UpdateTelemetry) always calls
CreateRegionDetails, so RegionDetails is non-null even when no region is used
(RegionOutcome.None). Drop the failure-path guard so both paths behave
identically. Updates the non-regional test to assert RegionOutcome.None.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments