Skip to content

Commit 007dc02

Browse files
venkatr21Venkat Ragavan S
andauthored
Move insights to test run operations (#36856)
Co-authored-by: Venkat Ragavan S <vens@microsoft.com>
1 parent cd68531 commit 007dc02

File tree

1 file changed

+3
-3
lines changed
  • specification/loadtestservice/data-plane/loadtesting

1 file changed

+3
-3
lines changed

specification/loadtestservice/data-plane/loadtesting/client.tsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ interface AdministrationOperations {
179179
@action("clone")
180180
cloneTest is LoadTestAdministration.cloneTest;
181181

182-
getLatestTestRunInsights is LoadTestRun.getLatestInsights;
183-
generateTestRunInsights is LoadTestRun.generateInsights;
184-
185182
getOperationStatus is Operations.getStatus;
186183
}
187184

@@ -225,4 +222,7 @@ interface TestRunOperations {
225222
@clientName("stopTestProfileRun", "javascript,python,java,csharp,go")
226223
@action("stop")
227224
stopTestProfileRun is TestProfileRunAdministration.stop;
225+
226+
getLatestTestRunInsights is LoadTestRun.getLatestInsights;
227+
generateTestRunInsights is LoadTestRun.generateInsights;
228228
}

0 commit comments

Comments
 (0)