From 352abc9aa34fca698a43745c8a2a916f18fb9f05 Mon Sep 17 00:00:00 2001 From: BrianMaki Date: Mon, 6 Jan 2025 18:10:01 -0800 Subject: [PATCH] Update suppress message in immunization for AB#16872. --- Apps/Immunization/src/Services/VaccineStatusService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Immunization/src/Services/VaccineStatusService.cs b/Apps/Immunization/src/Services/VaccineStatusService.cs index 89e2e729c5..d40bc1c531 100644 --- a/Apps/Immunization/src/Services/VaccineStatusService.cs +++ b/Apps/Immunization/src/Services/VaccineStatusService.cs @@ -238,7 +238,7 @@ private async Task> GetAuthenticatedVaccineStatusWi return retVal; } - [SuppressMessage("Style", "IDE0072:Switch expression should be exhaustive", Justification = "Team decision")] + [SuppressMessage("Style", "IDE0072:Populate switch", Justification = "Team decision")] private async Task> GetVaccineStatusFromDelegateAsync(VaccineStatusQuery query, string accessToken, string? phn = null, CancellationToken ct = default) { RequestResult retVal = new()