Skip to content

Commit

Permalink
Add vnetRouteAllEnabled and vnetPrivatePortsCount to Microsoft.Web/si…
Browse files Browse the repository at this point in the history
…tes/config swagger (#11152)

* Update app common definitions

* Add just my changes

* empty newline at end of file

* Tabs

* Fix spellcheck

* Grammar
  • Loading branch information
aleksbol authored Oct 19, 2020
1 parent c0d29bd commit 7c3af69
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2149,6 +2149,15 @@
"read"
]
},
"vnetRouteAllEnabled": {
"description": "Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.",
"type": "boolean"
},
"vnetPrivatePortsCount": {
"format": "int32",
"description": "The number of private ports assigned to this app. These will be assigned dynamically on runtime.",
"type": "integer"
},
"cors": {
"$ref": "#/definitions/CorsSettings",
"description": "Cross-Origin Resource Sharing (CORS) settings."
Expand Down

0 comments on commit 7c3af69

Please sign in to comment.