Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 8d5154e

Browse files
author
Nishtha .
committed
add copyright headers
1 parent eb440a3 commit 8d5154e

File tree

11 files changed

+29
-0
lines changed

11 files changed

+29
-0
lines changed

src/Commands/LoadTesting/LoadTest/LoadTestListCommand.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using AzureMcp.Commands.LoadTesting;
25
using AzureMcp.Models.LoadTesting.LoadTest;
36
using AzureMcp.Options.LoadTesting.LoadTest;

src/Commands/LoadTesting/LoadTestRun/LoadTestRunGetCommand.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using AzureMcp.Models.LoadTesting.LoadTestRun;
25
using AzureMcp.Models.Option;
36
using AzureMcp.Options.LoadTesting.LoadTestRun;

src/Commands/LoadTesting/LoadTestingJsonContext.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
13

24
using System.Text.Json.Serialization;
35
using AzureMcp.Commands.LoadTesting.LoadTest;

src/Models/LoadTesting/LoadTest/LoadTestProperties.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
13

24
namespace AzureMcp.Models.LoadTesting.LoadTest;
35

src/Models/LoadTesting/LoadTest/LoadTestResource.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
13

24
namespace AzureMcp.Models.LoadTesting.LoadTest;
35
public class LoadTestResource

src/Models/LoadTesting/LoadTest/LoadTestSystemData.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
13

24
namespace AzureMcp.Models.LoadTesting.LoadTest;
35

src/Models/LoadTesting/LoadTestRun/LoadTestRunResource.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
namespace AzureMcp.Models.LoadTesting.LoadTestRun;
25

36
public class LoadTestRunResource

src/Services/Azure/LoadTesting/LoadTestingService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using Azure.Core;
25
using Azure.Developer.LoadTesting;
36
using AzureMcp.Models.LoadTesting.LoadTest;

tests/Client/LoadTestingCommandTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.Text;
25
using System.Text.Json;
36
using AzureMcp.Models;

tests/Commands/LoadTesting/LoadTestListCommandTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.CommandLine;
25
using System.Text.Json;
36
using AzureMcp.Commands.LoadTesting.LoadTest;

0 commit comments

Comments
 (0)