Skip to content

Commit

Permalink
Update 2023-12-01 Microsoft.Web functionAppConfig definition (Azure#2…
Browse files Browse the repository at this point in the history
…9226)

* Rename enum to functionsDeploymentStorageType

* Update enum name to camel case

* Update enum names to camel case
  • Loading branch information
Francisco-Gamino committed Jun 5, 2024
1 parent 336fc73 commit d9f06f3
Showing 1 changed file with 3 additions and 3 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

0 comments on commit d9f06f3

Please sign in to comment.