Skip to content

Commit

Permalink
Add IP Mode to Websites (#29089)
Browse files Browse the repository at this point in the history
* Add IP Mode to Websites

* Target 2024-04-01

* Fix linter

---------

Co-authored-by: Chris Rosenblatt <crosenblatt@microsoft.com>
Co-authored-by: Naveed Aziz <naveeda@microsoft.com>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent e24f3ff commit 395e921
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3007,6 +3007,19 @@
"description": "client certificate authentication comma-separated exclusion paths",
"type": "string"
},
"ipMode": {
"description": "Specifies the IP mode of the app.",
"enum": [
"IPv4",
"IPv6",
"IPv4AndIPv6"
],
"type": "string",
"x-ms-enum": {
"name": "IPMode",
"modelAsString": false
}
},
"endToEndEncryptionEnabled": {
"description": "Whether to use end to end encryption between the FrontEnd and the Worker",
"type": "boolean"
Expand Down

0 comments on commit 395e921

Please sign in to comment.