Skip to content

Commit b2ebbdf

Browse files
anandanthonyharryli0108
authored andcommitted
update trigger type enum - schedule for jobs (Azure#24400)
1 parent 83c9082 commit b2ebbdf

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
"triggerType": {
667667
"description": "Trigger type of the job",
668668
"enum": [
669-
"Scheduled",
669+
"Schedule",
670670
"Event",
671671
"Manual"
672672
],

0 commit comments

Comments
 (0)