Skip to content

Commit

Permalink
Autorest related fix to data-plane API of Azure Load Testing (Azure#1…
Browse files Browse the repository at this point in the history
…7705)

* Add description to formData in loadtest data-plane API

* Modify description for loadtest upload route in data-plane API
  • Loading branch information
Harshan01 authored and FredericHeem committed Mar 7, 2022
1 parent 4208d21 commit 17344d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
{
"in": "formData",
"name": "file",
"description": "Input test file",
"required": true,
"type": "file"
}
Expand Down Expand Up @@ -999,6 +1000,7 @@
{
"in": "formData",
"name": "file",
"description": "Artifact to upload as input for test",
"required": true,
"type": "file"
}
Expand Down

0 comments on commit 17344d0

Please sign in to comment.