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..4ff16aba1ff7 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 @@ -787,8 +787,7 @@ }, "x-ms-client-flatten": true } - }, - "required": [] + } }, "JobPatchProperties": { "type": "object", @@ -971,7 +970,7 @@ "type": "string" }, "endTime": { - "description": "Job execution start time.", + "description": "Job execution end time.", "format": "date-time", "type": "string" }, 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..8736900cd2d3 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 @@ -814,8 +814,7 @@ }, "x-ms-client-flatten": true } - }, - "required": [] + } }, "JobPatchProperties": { "type": "object", @@ -1056,7 +1055,7 @@ "type": "string" }, "endTime": { - "description": "Job execution start time.", + "description": "Job execution end time.", "format": "date-time", "type": "string" }, diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Jobs.json b/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Jobs.json index 5e68b18817cc..b1857282f369 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Jobs.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Jobs.json @@ -666,7 +666,7 @@ "triggerType": { "description": "Trigger type of the job", "enum": [ - "Scheduled", + "Schedule", "Event", "Manual" ], @@ -814,8 +814,7 @@ }, "x-ms-client-flatten": true } - }, - "required": [] + } }, "JobPatchProperties": { "type": "object", @@ -1056,7 +1055,7 @@ "type": "string" }, "endTime": { - "description": "Job execution start time.", + "description": "Job execution end time.", "format": "date-time", "type": "string" },