From c117bd32b8b8d91a8642c84c0fdbb9f0652e2e91 Mon Sep 17 00:00:00 2001
From: Joseph Lin <54335291+joslinmicrosoft@users.noreply.github.com>
Date: Wed, 19 Nov 2025 16:10:25 -0800
Subject: [PATCH] Fix spacing in customModeWorkersEnabled name
---
.../AppService/stable/2025-03-01/ResourceProvider.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/ResourceProvider.json b/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/ResourceProvider.json
index 2d985b253cf5..e6dfa28e009e 100644
--- a/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/ResourceProvider.json
+++ b/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/ResourceProvider.json
@@ -418,7 +418,7 @@
"type": "boolean"
},
{
- "name": "customModeWorkersEnabled ",
+ "name": "customModeWorkersEnabled",
"in": "query",
"description": "Specify true if you want to filter to only regions that support App Service Plans with IsCustomMode set to true.",
"type": "boolean"