Skip to content

Commit

Permalink
Anfranci/fixstartexectemplate2 (Azure#24885)
Browse files Browse the repository at this point in the history
* fix start job exec template required property

* fix start job exec template required property

* fix start job exec template required property
  • Loading branch information
anandanthony authored and harryli0108 committed Jul 28, 2023
1 parent 2f94d24 commit 8053679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@
{
"name": "template",
"in": "body",
"description": "Properties used to start a job instance.",
"required": true,
"description": "Properties used to start a job execution.",
"required": false,
"schema": {
"$ref": "#/definitions/JobExecutionTemplate"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@
{
"name": "template",
"in": "body",
"description": "Properties used to start a job instance.",
"required": true,
"description": "Properties used to start a job execution.",
"required": false,
"schema": {
"$ref": "#/definitions/JobExecutionTemplate"
}
Expand Down

0 comments on commit 8053679

Please sign in to comment.