From 1c4b161f7e259669789340da018051084209e3fe Mon Sep 17 00:00:00 2001 From: prampMSFT <115494586+prampMSFT@users.noreply.github.com> Date: Fri, 5 May 2023 09:00:49 +0530 Subject: [PATCH] Update AppServicePlans.json (#23776) Updating the Description for the App Service Plans - Reboot Worker API. With VMSS stamps being utilized for App Services, the worker names need not necessarily have to start with RD. They can start with RD, dw, pd, xn, lw, pl, hr, aw, al etc. Due to multiple variations, making changes to the description. --- .../Microsoft.Web/stable/2022-03-01/AppServicePlans.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/AppServicePlans.json b/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/AppServicePlans.json index 2d72f56d8187..c96a034cbfdf 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/AppServicePlans.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/AppServicePlans.json @@ -1432,7 +1432,7 @@ { "name": "workerName", "in": "path", - "description": "Name of worker machine, which typically starts with RD.", + "description": "Name of worker machine.", "required": true, "type": "string" },