Skip to content

Commit 2b8b2e4

Browse files
Update 2023-12-01 Microsoft.Web functionAppConfig definition (#29226) (#29350)
* 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 * Port changes to 2024-04-01 API version * Rename storageType to FunctionsDeploymentStorageType * Update enum name's to use amelcase casing --------- Co-authored-by: Naveed Aziz <naveeda@microsoft.com>
1 parent 03183eb commit 2b8b2e4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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
},

specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3625,7 +3625,7 @@
36253625
"blobContainer"
36263626
],
36273627
"x-ms-enum": {
3628-
"name": "storageType",
3628+
"name": "FunctionsDeploymentStorageType",
36293629
"modelAsString": true
36303630
}
36313631
},
@@ -3647,7 +3647,7 @@
36473647
"StorageAccountConnectionString"
36483648
],
36493649
"x-ms-enum": {
3650-
"name": "authenticationType",
3650+
"name": "AuthenticationType",
36513651
"modelAsString": true
36523652
}
36533653
},
@@ -3732,7 +3732,7 @@
37323732
"custom"
37333733
],
37343734
"x-ms-enum": {
3735-
"name": "runtimeName",
3735+
"name": "RuntimeName",
37363736
"modelAsString": true
37373737
}
37383738
},

0 commit comments

Comments
 (0)