Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit d9f06f3

Browse files
Update 2023-12-01 Microsoft.Web functionAppConfig definition (Azure#29226)
* Rename enum to functionsDeploymentStorageType * Update enum name to camel case * Update enum names to camel case
1 parent 336fc73 commit d9f06f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/CommonDefinitions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3624,7 +3624,7 @@
36243624
"blobContainer"
36253625
],
36263626
"x-ms-enum": {
3627-
"name": "storageType",
3627+
"name": "FunctionsDeploymentStorageType",
36283628
"modelAsString": true
36293629
}
36303630
},
@@ -3646,7 +3646,7 @@
36463646
"StorageAccountConnectionString"
36473647
],
36483648
"x-ms-enum": {
3649-
"name": "authenticationType",
3649+
"name": "AuthenticationType",
36503650
"modelAsString": true
36513651
}
36523652
},
@@ -3731,7 +3731,7 @@
37313731
"custom"
37323732
],
37333733
"x-ms-enum": {
3734-
"name": "runtimeName",
3734+
"name": "RuntimeName",
37353735
"modelAsString": true
37363736
}
37373737
},

0 commit comments

Comments
 (0)