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 } }, 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 8262d2a3fda0..4d964f1a5b46 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 @@ -3625,7 +3625,7 @@ "blobContainer" ], "x-ms-enum": { - "name": "storageType", + "name": "FunctionsDeploymentStorageType", "modelAsString": true } }, @@ -3647,7 +3647,7 @@ "StorageAccountConnectionString" ], "x-ms-enum": { - "name": "authenticationType", + "name": "AuthenticationType", "modelAsString": true } }, @@ -3732,7 +3732,7 @@ "custom" ], "x-ms-enum": { - "name": "runtimeName", + "name": "RuntimeName", "modelAsString": true } },