Skip to content

Commit 3e27c70

Browse files
Nivedit JainNivedit Jain
andauthored
[LOADTESTSERVICE] added "format" to "Endpoint", removed "continuationToken" (#21986)
* added "format" to "Endpoint" * Update loadtestservice.json Removed `continuationToken` and `maxPageSize` * re-added "maxpagesize" Co-authored-by: Nivedit Jain <jain.22@iitj.ac.in>
1 parent 7d1f6b2 commit 3e27c70

File tree

1 file changed

+1
-18
lines changed
  • specification/loadtestservice/data-plane/Microsoft.LoadTestService/stable/2022-11-01

1 file changed

+1
-18
lines changed

specification/loadtestservice/data-plane/Microsoft.LoadTestService/stable/2022-11-01/loadtestservice.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,6 @@
189189
"type": "string",
190190
"format": "date-time"
191191
},
192-
{
193-
"in": "query",
194-
"name": "continuationToken",
195-
"description": "Continuation token to get the next page of response",
196-
"type": "string"
197-
},
198192
{
199193
"in": "query",
200194
"name": "maxpagesize",
@@ -442,12 +436,6 @@
442436
{
443437
"$ref": "#/parameters/TestIdPathParameter"
444438
},
445-
{
446-
"in": "query",
447-
"name": "continuationToken",
448-
"description": "Continuation token to get the next page of response",
449-
"type": "string"
450-
},
451439
{
452440
"$ref": "#/parameters/ApiVersion"
453441
}
@@ -915,12 +903,6 @@
915903
"description": "Sort on the supported fields in (field asc/desc) format. eg: executedDateTime asc. Supported fields - executedDateTime",
916904
"type": "string"
917905
},
918-
{
919-
"in": "query",
920-
"name": "continuationToken",
921-
"description": "Continuation token to get the next page of response",
922-
"type": "string"
923-
},
924906
{
925907
"in": "query",
926908
"name": "search",
@@ -3237,6 +3219,7 @@
32373219
"description": "URL to perform data plane API operations on the resource.",
32383220
"required": true,
32393221
"type": "string",
3222+
"format": "uri",
32403223
"x-ms-parameter-location": "client",
32413224
"x-ms-skip-url-encoding": true
32423225
}

0 commit comments

Comments
 (0)