From 8f7b0864e34f45239152d88f05177a51fe357c0f Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Fri, 24 May 2024 11:14:24 -0700 Subject: [PATCH] Update enum names to camel case --- .../Microsoft.Web/stable/2023-12-01/CommonDefinitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/CommonDefinitions.json index be79982d4c72..b5b40169df97 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/CommonDefinitions.json @@ -3646,7 +3646,7 @@ "StorageAccountConnectionString" ], "x-ms-enum": { - "name": "authenticationType", + "name": "AuthenticationType", "modelAsString": true } }, @@ -3731,7 +3731,7 @@ "custom" ], "x-ms-enum": { - "name": "runtimeName", + "name": "RuntimeName", "modelAsString": true } },