From ce332120f541dfb459f3b29fda23f8fa8fd77277 Mon Sep 17 00:00:00 2001
From: alexathomases <55257302+alexathomases@users.noreply.github.com>
Date: Fri, 8 Nov 2024 14:50:15 -0800
Subject: [PATCH] Suppress AZC0030 warning in
Azure.Health.Deidentification.csproj
Suppress AZC0030 warning in Azure.Health.Deidentification.csproj to allow future model names to end in `Options`
---
.../src/Azure.Health.Deidentification.csproj | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdk/healthdataaiservices/Azure.Health.Deidentification/src/Azure.Health.Deidentification.csproj b/sdk/healthdataaiservices/Azure.Health.Deidentification/src/Azure.Health.Deidentification.csproj
index c665ba3a2995..2acdc9bf6974 100644
--- a/sdk/healthdataaiservices/Azure.Health.Deidentification/src/Azure.Health.Deidentification.csproj
+++ b/sdk/healthdataaiservices/Azure.Health.Deidentification/src/Azure.Health.Deidentification.csproj
@@ -6,6 +6,7 @@
Azure.Health.Deidentification
$(RequiredTargetFrameworks)
true
+ AZC0030