Skip to content

Commit

Permalink
Update 2023-12-01 Microsoft.Web functionAppConfig definition (#29226) (
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
Francisco-Gamino and naveedaz authored Jun 10, 2024
1 parent 03183eb commit 2b8b2e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3624,7 +3624,7 @@
"blobContainer"
],
"x-ms-enum": {
"name": "storageType",
"name": "FunctionsDeploymentStorageType",
"modelAsString": true
}
},
Expand All @@ -3646,7 +3646,7 @@
"StorageAccountConnectionString"
],
"x-ms-enum": {
"name": "authenticationType",
"name": "AuthenticationType",
"modelAsString": true
}
},
Expand Down Expand Up @@ -3731,7 +3731,7 @@
"custom"
],
"x-ms-enum": {
"name": "runtimeName",
"name": "RuntimeName",
"modelAsString": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3625,7 +3625,7 @@
"blobContainer"
],
"x-ms-enum": {
"name": "storageType",
"name": "FunctionsDeploymentStorageType",
"modelAsString": true
}
},
Expand All @@ -3647,7 +3647,7 @@
"StorageAccountConnectionString"
],
"x-ms-enum": {
"name": "authenticationType",
"name": "AuthenticationType",
"modelAsString": true
}
},
Expand Down Expand Up @@ -3732,7 +3732,7 @@
"custom"
],
"x-ms-enum": {
"name": "runtimeName",
"name": "RuntimeName",
"modelAsString": true
}
},
Expand Down

0 comments on commit 2b8b2e4

Please sign in to comment.