File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
specification/app/resource-manager/Microsoft.App/preview Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 352
352
{
353
353
"name" : " template" ,
354
354
"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 ,
357
357
"schema" : {
358
358
"$ref" : " #/definitions/JobExecutionTemplate"
359
359
}
654
654
"triggerType" : {
655
655
"description" : " Trigger type of the job" ,
656
656
"enum" : [
657
- " Scheduled " ,
657
+ " Schedule " ,
658
658
" Event" ,
659
659
" Manual"
660
660
],
Original file line number Diff line number Diff line change 333
333
{
334
334
"name" : " template" ,
335
335
"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 ,
338
338
"schema" : {
339
339
"$ref" : " #/definitions/JobExecutionTemplate"
340
340
}
666
666
"triggerType" : {
667
667
"description" : " Trigger type of the job" ,
668
668
"enum" : [
669
- " Scheduled " ,
669
+ " Schedule " ,
670
670
" Event" ,
671
671
" Manual"
672
672
],
Original file line number Diff line number Diff line change 333
333
{
334
334
"name" : " template" ,
335
335
"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 ,
338
338
"schema" : {
339
339
"$ref" : " #/definitions/JobExecutionTemplate"
340
340
}
You can’t perform that action at this time.
0 commit comments