Skip to content

Commit 5cb80c7

Browse files
authored
Anfranci/fixstartexectemplateabv0423 (#24863)
* fix start job exec template required property * fix start job exec template required property * fix start job exec template required property * fix start job exec template required property
1 parent 69ab6df commit 5cb80c7

File tree

3 files changed

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

3 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 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
}
@@ -654,7 +654,7 @@
654654
"triggerType": {
655655
"description": "Trigger type of the job",
656656
"enum": [
657-
"Scheduled",
657+
"Schedule",
658658
"Event",
659659
"Manual"
660660
],

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

Lines changed: 3 additions & 3 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
}
@@ -666,7 +666,7 @@
666666
"triggerType": {
667667
"description": "Trigger type of the job",
668668
"enum": [
669-
"Scheduled",
669+
"Schedule",
670670
"Event",
671671
"Manual"
672672
],

specification/app/resource-manager/Microsoft.App/preview/2023-05-02-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)