Skip to content

Commit

Permalink
hostnames for l4 listeners (#25982)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdhillon24 committed Sep 29, 2023
1 parent daba446 commit 49b0e65
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2144,6 +2144,13 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the listener resource."
},
"hostNames": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well."
}
},
"description": "Properties of listener of an application gateway."
Expand Down

0 comments on commit 49b0e65

Please sign in to comment.