Skip to content

Commit

Permalink
[Monitor] Remove unnecessary suppressions of AZC0001 (Azure#41555)
Browse files Browse the repository at this point in the history
Analyzer rule AZC0001 checks that a namespace uses an approved prefix. I noticed that several libraries are suppressing this rule even though they are using approved prefixes. This change removes those unnecessary suppressions from Azure.Monitor.*.
  • Loading branch information
joseharriaga authored Jan 26, 2024
1 parent ad9610c commit fccc1c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions sdk/monitor/Azure.Monitor.Ingestion/src/GlobalSuppressions.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<PackageTags>Azure Monitor Query</PackageTags>
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);AZC0001</NoWarn>
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
</PropertyGroup>

Expand Down

0 comments on commit fccc1c4

Please sign in to comment.