Skip to content

Commit

Permalink
[Analyzers] Adding additional approved namespaces (#41967)
Browse files Browse the repository at this point in the history
* [Analyzers] Adding additional approved namespaces

The focus of these changes is to update the approved namespaces to include:
- Azure.Compute
- Azure.Health
- Azure.Verticals

* Move to new package version
  • Loading branch information
jsquire authored Feb 14, 2024
1 parent dd211a7 commit 99551c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
-->
<ItemGroup>
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20240207.2" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20240123.2" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20240214.2" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.2" PrivateAssets="All" />
Expand Down

0 comments on commit 99551c7

Please sign in to comment.