From f4c7c5f1ed997586f8c65bea0f133e49b71ab272 Mon Sep 17 00:00:00 2001 From: anfranci Date: Thu, 8 Jun 2023 12:24:42 -0500 Subject: [PATCH 1/2] fix description for endTime in JobExecution --- .../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 e7073ba997c6..3eb697615393 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 @@ -971,7 +971,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..5699df61a4ee 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 @@ -1056,7 +1056,7 @@ "type": "string" }, "endTime": { - "description": "Job execution start time.", + "description": "Job execution end time.", "format": "date-time", "type": "string" }, From bfbaf7193e9f0163965540c33d42e5759c2dc27c Mon Sep 17 00:00:00 2001 From: anfranci Date: Thu, 8 Jun 2023 17:51:14 -0500 Subject: [PATCH 2/2] fix for breaking change error --- .../Microsoft.App/preview/2022-11-01-preview/Jobs.json | 3 +-- .../Microsoft.App/preview/2023-04-01-preview/Jobs.json | 3 +-- 2 files changed, 2 insertions(+), 4 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 3eb697615393..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", 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 5699df61a4ee..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",