diff --git a/sdk/template/.content/src/GlobalSuppressions.cs b/sdk/template/.content/src/GlobalSuppressions.cs deleted file mode 100644 index 9b3803f9838c2..0000000000000 --- a/sdk/template/.content/src/GlobalSuppressions.cs +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Diagnostics.CodeAnalysis; - -[assembly: SuppressMessage("Usage", "AZC0002:DO ensure all service methods, both asynchronous and synchronous, take an optional CancellationToken parameter called cancellationToken.", Justification = "CancellationToken can be passed through RequestOptions")] \ No newline at end of file