diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/Jobs.json b/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/Jobs.json index e7073ba997c6..fc838be5cda1 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/Jobs.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/Jobs.json @@ -654,7 +654,7 @@ "triggerType": { "description": "Trigger type of the job", "enum": [ - "Scheduled", + "Schedule", "Event", "Manual" ], diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/Jobs.json b/specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/Jobs.json index 585c2dae46c3..46631e88105a 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/Jobs.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/Jobs.json @@ -666,7 +666,7 @@ "triggerType": { "description": "Trigger type of the job", "enum": [ - "Scheduled", + "Schedule", "Event", "Manual" ],