From 881002afda7f8c33687d020ee66a86ee5e9f6612 Mon Sep 17 00:00:00 2001 From: anfranci Date: Mon, 12 Jun 2023 14:13:24 -0500 Subject: [PATCH 1/3] update trigger type enum - schedule for jobs --- .../Microsoft.App/preview/2022-11-01-preview/Jobs.json | 2 +- .../Microsoft.App/preview/2023-04-01-preview/Jobs.json | 2 +- .../Microsoft.App/preview/2023-05-02-preview/Jobs.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" ], 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..18054e6da3fd 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" ], From 18d8e59ffc8505496d587ce29af6bf1c9303750e Mon Sep 17 00:00:00 2001 From: anfranci Date: Mon, 12 Jun 2023 14:31:33 -0500 Subject: [PATCH 2/3] update trigger type enum - schedule for jobs --- .../Microsoft.App/preview/2022-11-01-preview/Jobs.json | 2 +- .../Microsoft.App/preview/2023-04-01-preview/Jobs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 fc838be5cda1..e7073ba997c6 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": [ - "Schedule", + "Scheduled", "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 46631e88105a..585c2dae46c3 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": [ - "Schedule", + "Scheduled", "Event", "Manual" ], From 88310f08844e0816ec454c51bd86a42effac330b Mon Sep 17 00:00:00 2001 From: anfranci Date: Wed, 14 Jun 2023 12:50:43 -0500 Subject: [PATCH 3/3] add previous changes merged to main --- .../Microsoft.App/preview/2022-11-01-preview/Jobs.json | 5 ++--- .../Microsoft.App/preview/2023-04-01-preview/Jobs.json | 5 ++--- .../Microsoft.App/preview/2023-05-02-preview/Jobs.json | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) 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 18054e6da3fd..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 @@ -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" },