Skip to content

Commit b6c62bb

Browse files
[Azure.Developer.LoadTesting] Remove automatic sample generation (Azure#49608)
* Using new commit to disallow auto sample generation * Fix docs --------- Co-authored-by: jolov <[email protected]>
1 parent 01b935c commit b6c62bb

File tree

7 files changed

+1
-1657
lines changed

7 files changed

+1
-1657
lines changed

sdk/loadtestservice/Azure.Developer.LoadTesting/src/Generated/Docs/LoadTestAdministrationClient.xml

Lines changed: 0 additions & 759 deletions
This file was deleted.

sdk/loadtestservice/Azure.Developer.LoadTesting/src/Generated/Docs/LoadTestRunClient.xml

Lines changed: 0 additions & 805 deletions
This file was deleted.

sdk/loadtestservice/Azure.Developer.LoadTesting/src/Generated/LoadTestAdministrationClient.cs

Lines changed: 0 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/loadtestservice/Azure.Developer.LoadTesting/src/Generated/LoadTestRunClient.cs

Lines changed: 0 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/loadtestservice/Azure.Developer.LoadTesting/src/LoadTestAdministrationClient.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public virtual async Task<FileUploadResultOperation> UploadTestFileAsync(WaitUnt
106106
/// <param name="context"> The request context, which can override default behaviors of the client pipeline on a per-call basis. </param>
107107
/// <exception cref="RequestFailedException"> Service returned a non-success status code. </exception>
108108
/// <returns> The <see cref="AsyncPageable{T}"/> from the service containing a list of <see cref="BinaryData"/> objects. Details of the body schema for each item in the collection are in the Remarks section below. </returns>
109-
/// <include file="Generated/Docs/LoadTestAdministrationClient.xml" path="doc/members/member[@name='GetTestsAsync(String,String,DateTimeOffset,DateTimeOffset,Int32,RequestContext)']/*" />
110109
public virtual AsyncPageable<BinaryData> GetTestsAsync(string orderby, string search, DateTimeOffset? lastModifiedStartTime, DateTimeOffset? lastModifiedEndTime, RequestContext context)
111110
{
112111
HttpMessage FirstPageRequest(int? pageSizeHint) => CreateGetTestsRequest(orderby, search, lastModifiedStartTime, lastModifiedEndTime, pageSizeHint, context);
@@ -122,7 +121,6 @@ public virtual AsyncPageable<BinaryData> GetTestsAsync(string orderby, string se
122121
/// <param name="context"> The request context, which can override default behaviors of the client pipeline on a per-call basis. </param>
123122
/// <exception cref="RequestFailedException"> Service returned a non-success status code. </exception>
124123
/// <returns> The <see cref="Pageable{T}"/> from the service containing a list of <see cref="BinaryData"/> objects. Details of the body schema for each item in the collection are in the Remarks section below. </returns>
125-
/// <include file="Generated/Docs/LoadTestAdministrationClient.xml" path="doc/members/member[@name='GetTests(String,String,DateTimeOffset,DateTimeOffset,Int32,RequestContext)']/*" />
126124
public virtual Pageable<BinaryData> GetTests(string orderby, string search, DateTimeOffset? lastModifiedStartTime, DateTimeOffset? lastModifiedEndTime, RequestContext context)
127125
{
128126
HttpMessage FirstPageRequest(int? pageSizeHint) => CreateGetTestsRequest(orderby, search, lastModifiedStartTime, lastModifiedEndTime, pageSizeHint, context);

sdk/loadtestservice/Azure.Developer.LoadTesting/src/LoadTestRunClient.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ public virtual Pageable<BinaryData> GetTestProfileRuns(DateTimeOffset? minStartD
375375
/// <exception cref="ArgumentException"> <paramref name="testRunId"/> is an empty string, and was expected to be non-empty. </exception>
376376
/// <exception cref="RequestFailedException"> Service returned a non-success status code. </exception>
377377
/// <returns> The <see cref="AsyncPageable{T}"/> from the service containing a list of <see cref="BinaryData"/> objects. Details of the body schema for each item in the collection are in the Remarks section below. </returns>
378-
/// <include file="Generated/Docs/LoadTestRunClient.xml" path="doc/members/member[@name='GetMetricsAsync(String,String,String,String,RequestContent,String,String,RequestContext)']/*" />
379378
public virtual AsyncPageable<BinaryData> GetMetricsAsync(string testRunId, string metricName, string metricNamespace, string timespan, RequestContent content, string aggregation, string interval, RequestContext context)
380379
{
381380
Argument.AssertNotNullOrEmpty(testRunId, nameof(testRunId));
@@ -406,7 +405,6 @@ public virtual AsyncPageable<BinaryData> GetMetricsAsync(string testRunId, strin
406405
/// <exception cref="ArgumentException"> <paramref name="testRunId"/> is an empty string, and was expected to be non-empty. </exception>
407406
/// <exception cref="RequestFailedException"> Service returned a non-success status code. </exception>
408407
/// <returns> The <see cref="Pageable{T}"/> from the service containing a list of <see cref="BinaryData"/> objects. Details of the body schema for each item in the collection are in the Remarks section below. </returns>
409-
/// <include file="Generated/Docs/LoadTestRunClient.xml" path="doc/members/member[@name='GetMetrics(String,String,String,String,RequestContent,String,String,RequestContext)']/*" />
410408
public virtual Pageable<BinaryData> GetMetrics(string testRunId, string metricName, string metricNamespace, string timespan, RequestContent content, string aggregation, string interval, RequestContext context)
411409
{
412410
Argument.AssertNotNullOrEmpty(testRunId, nameof(testRunId));
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
directory: specification/loadtestservice/LoadTestService
2-
commit: c00a8319d299c1cd97d24e1e72fc4e8fc12e6541
2+
commit: 4d3c92e4db5d6a3a4c0519243789fbd843553b0d
33
repo: Azure/azure-rest-api-specs

0 commit comments

Comments
 (0)