diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 0cd04bac1b7ed..bcab221b0de9e 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -203,7 +203,7 @@ --> - + diff --git a/sdk/devcenter/Azure.Developer.DevCenter/src/GlobalSuppressions.cs b/sdk/devcenter/Azure.Developer.DevCenter/src/GlobalSuppressions.cs index 90b4113d13f0b..bc533de9c8517 100644 --- a/sdk/devcenter/Azure.Developer.DevCenter/src/GlobalSuppressions.cs +++ b/sdk/devcenter/Azure.Developer.DevCenter/src/GlobalSuppressions.cs @@ -3,6 +3,5 @@ using System.Diagnostics.CodeAnalysis; -[assembly: SuppressMessage("Usage", "AZC0001:Use one of the following pre-approved namespace groups (https://azure.github.io/azure-sdk/registered_namespaces.html): Azure.AI, Azure.Analytics, Azure.Communication, Azure.Data, Azure.DigitalTwins, Azure.IoT, Azure.Learn, Azure.Media, Azure.Management, Azure.Messaging, Azure.ResourceManager, Azure.Search, Azure.Security, Azure.Storage, Azure.Template, Azure.Identity, Microsoft.Extensions.Azure", Justification = "Temporary while awaiting namespace group approval", Scope = "namespace", Target = "~N:Azure.Developer.DevCenter")] [assembly: SuppressMessage("Usage", "AZC0007:DO provide a minimal constructor that takes only the parameters required to connect to the service.", Justification = "False positives on minimal constructors", Scope = "namespaceanddescendants", Target = "~N:Azure.Developer.DevCenter")] [assembly: SuppressMessage("Usage", "AZC0006:DO provide constructor overloads that allow specifying additional options.", Justification = "False positives on options constructors", Scope = "namespaceanddescendants", Target = "~N:Azure.Developer.DevCenter")]