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..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,8 +352,8 @@ { "name": "template", "in": "body", - "description": "Properties used to start a job instance.", - "required": true, + "description": "Properties used to start a job execution.", + "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..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,8 +333,8 @@ { "name": "template", "in": "body", - "description": "Properties used to start a job instance.", - "required": true, + "description": "Properties used to start a job execution.", + "required": false, "schema": { "$ref": "#/definitions/JobExecutionTemplate" }