From 0d3b00ef3d2fde2486e6609ce7d90c306f28a4e6 Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Wed, 5 Jun 2024 11:13:49 -0700 Subject: [PATCH 1/2] 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 } }, From 5e838819abc6bcde3f7149722206cd340dca0872 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Thu, 6 Jun 2024 11:24:30 -0700 Subject: [PATCH 2/2] Port changes to 2024-04-01 API version * Rename storageType to FunctionsDeploymentStorageType * Update enum name's to use amelcase casing --- .../Microsoft.Web/stable/2024-04-01/CommonDefinitions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json index 9743ad795600..e1ada9ad39bd 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-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 } },