From d9f06f3de6cb00796a91b86b622dcf50340952a2 Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Wed, 5 Jun 2024 11:13:49 -0700 Subject: [PATCH] Update 2023-12-01 Microsoft.Web functionAppConfig definition (#29226) * Rename enum to functionsDeploymentStorageType * Update enum name to camel case * Update enum names to camel case --- .../Microsoft.Web/stable/2023-12-01/CommonDefinitions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 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 fa9b45a208eb..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 @@ -3624,7 +3624,7 @@ "blobContainer" ], "x-ms-enum": { - "name": "storageType", + "name": "FunctionsDeploymentStorageType", "modelAsString": true } }, @@ -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 } },