From 930bb1452ef820aa4f08013486d1ca24d76683b5 Mon Sep 17 00:00:00 2001 From: anandanthony Date: Sun, 16 Jul 2023 02:35:26 -0500 Subject: [PATCH 1/3] fix start job exec template required property --- .../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 c0966687ef14..c6e11efb2762 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 @@ -353,7 +353,7 @@ "name": "template", "in": "body", "description": "Properties used to start a job instance.", - "required": true, + "required": false, "schema": { "$ref": "#/definitions/JobExecutionTemplate" } 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 a3c40cdf794b..dcbc34e943cd 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 @@ -334,7 +334,7 @@ "name": "template", "in": "body", "description": "Properties used to start a job instance.", - "required": true, + "required": false, "schema": { "$ref": "#/definitions/JobExecutionTemplate" } From 609c833b15de957a87ed64a5f426edf7a0a6850d Mon Sep 17 00:00:00 2001 From: anandanthony Date: Sun, 16 Jul 2023 03:36:31 -0500 Subject: [PATCH 2/3] fix start job exec template required property --- .../Microsoft.App/preview/2023-04-01-preview/Jobs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dcbc34e943cd..6432dc1fd423 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 @@ -333,7 +333,7 @@ { "name": "template", "in": "body", - "description": "Properties used to start a job instance.", + "description": "Properties used to start a job execution.", "required": false, "schema": { "$ref": "#/definitions/JobExecutionTemplate" From 1648091954a3b13975496e645afff39abeb86a1b Mon Sep 17 00:00:00 2001 From: anandanthony Date: Sun, 16 Jul 2023 17:38:51 -0500 Subject: [PATCH 3/3] fix start job exec template required property --- .../Microsoft.App/preview/2022-11-01-preview/Jobs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c6e11efb2762..2842db8f0521 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 @@ -352,7 +352,7 @@ { "name": "template", "in": "body", - "description": "Properties used to start a job instance.", + "description": "Properties used to start a job execution.", "required": false, "schema": { "$ref": "#/definitions/JobExecutionTemplate"