Skip to content

Commit 6b0792b

Browse files
authored
Anfranci/fixstartexectemplate2 (#24885)
* fix start job exec template required property * fix start job exec template required property * fix start job exec template required property
1 parent 1e56b6f commit 6b0792b

File tree

2 files changed

+4
-4
lines changed
  • specification/app/resource-manager/Microsoft.App/preview

2 files changed

+4
-4
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/Jobs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@
352352
{
353353
"name": "template",
354354
"in": "body",
355-
"description": "Properties used to start a job instance.",
356-
"required": true,
355+
"description": "Properties used to start a job execution.",
356+
"required": false,
357357
"schema": {
358358
"$ref": "#/definitions/JobExecutionTemplate"
359359
}

specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/Jobs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@
333333
{
334334
"name": "template",
335335
"in": "body",
336-
"description": "Properties used to start a job instance.",
337-
"required": true,
336+
"description": "Properties used to start a job execution.",
337+
"required": false,
338338
"schema": {
339339
"$ref": "#/definitions/JobExecutionTemplate"
340340
}

0 commit comments

Comments
 (0)