Skip to content

Commit

Permalink
Suppress AZC0030 warning in Azure.Health.Deidentification.csproj (#47042
Browse files Browse the repository at this point in the history
)

Suppress AZC0030 warning in Azure.Health.Deidentification.csproj to allow future model names to end in `Options`
  • Loading branch information
alexathomases authored Nov 8, 2024
1 parent 8f86c0c commit 56d1f05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<PackageTags>Azure.Health.Deidentification</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
<NoWarn>AZC0030</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 56d1f05

Please sign in to comment.