Skip to content

Commit 94aba23

Browse files
kazrael2119qiaozha
andauthored
Fix duplicate license header generations for snippets (#3106)
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
1 parent 6d94878 commit 94aba23

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

packages/autorest.typescript/src/generators/test/snippets.ts.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT License.
3-
41
import { {{ clientClassName }} } from "../src/index.js";
52
import { DefaultAzureCredential, InteractiveBrowserCredential } from "@azure/identity";
63
import { setLogLevel } from "@azure/logger";

packages/rlc-common/src/test/template.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ describe("My test", () => {
202202
`;
203203

204204
export const snippetsContent = `
205-
// Copyright (c) Microsoft Corporation.
206-
// Licensed under the MIT License.
207-
208205
{{#if isModularLibrary}}
209206
import { {{ clientClassName }} } from "../src/index.js";
210207
import { DefaultAzureCredential, InteractiveBrowserCredential } from "@azure/identity";

0 commit comments

Comments
 (0)