Skip to content

Commit

Permalink
CodeGen from PR 24400 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
update trigger type enum - schedule for jobs (#24400)
  • Loading branch information
SDKAuto committed Jun 26, 2023
1 parent 7a0ac0f commit aea909a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/2022-11-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@
{
"type": "string",
"enum": [
"Scheduled",
"Schedule",
"Event",
"Manual"
]
Expand Down
2 changes: 1 addition & 1 deletion schemas/2023-04-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -3336,7 +3336,7 @@
{
"type": "string",
"enum": [
"Scheduled",
"Schedule",
"Event",
"Manual"
]
Expand Down

0 comments on commit aea909a

Please sign in to comment.