From 1ce02636ed658b8f490f3c3d1020f50a178a5c0c Mon Sep 17 00:00:00 2001 From: Chenghui Yu Date: Thu, 25 May 2023 17:16:28 +0800 Subject: [PATCH] fix param --- .../Microsoft.App/preview/2023-04-01-preview/Jobs.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 d09dc9e6efc0..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 @@ -631,7 +631,8 @@ "description": "Job Name", "required": true, "type": "string", - "pattern": "^[-\\w\\._\\(\\)]+$" + "pattern": "^[-\\w\\._\\(\\)]+$", + "x-ms-parameter-location": "method" }, "JobExecutionNameParameter": { "name": "jobExecutionName", @@ -639,7 +640,8 @@ "description": "Job execution name.", "required": true, "type": "string", - "pattern": "^[-\\w\\._\\(\\)]+$" + "pattern": "^[-\\w\\._\\(\\)]+$", + "x-ms-parameter-location": "method" } }, "definitions": {