Skip to content

Commit 17344d0

Browse files
Harshan01FredericHeem
authored andcommitted
Autorest related fix to data-plane API of Azure Load Testing (Azure#17705)
* Add description to formData in loadtest data-plane API * Modify description for loadtest upload route in data-plane API
1 parent 4208d21 commit 17344d0

File tree

1 file changed

+2
-0
lines changed
  • specification/loadtestservice/data-plane/Microsoft.LoadTestService/preview/2021-07-01-preview

1 file changed

+2
-0
lines changed

specification/loadtestservice/data-plane/Microsoft.LoadTestService/preview/2021-07-01-preview/loadtestservice.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
294294
{
295295
"in": "formData",
296296
"name": "file",
297+
"description": "Input test file",
297298
"required": true,
298299
"type": "file"
299300
}
@@ -999,6 +1000,7 @@
9991000
{
10001001
"in": "formData",
10011002
"name": "file",
1003+
"description": "Artifact to upload as input for test",
10021004
"required": true,
10031005
"type": "file"
10041006
}

0 commit comments

Comments
 (0)