Skip to content

Commit

Permalink
network: add https probe (#3230)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored and sergey-shandar committed Jun 13, 2018
1 parent 1df63f9 commit 69592a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,11 @@
},
"protocol": {
"type": "string",
"description": "The protocol of the end point. Possible values are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"description": "The protocol of the end point. Possible values are: 'Http', 'Tcp' or 'Https'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"enum": [
"Http",
"Tcp"
"Tcp",
"Https"
],
"x-ms-enum": {
"name": "ProbeProtocol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1206,10 +1206,11 @@
},
"protocol": {
"type": "string",
"description": "The protocol of the end point. Possible values are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"description": "The protocol of the end point. Possible values are: 'Http', 'Tcp', or 'Https'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"enum": [
"Http",
"Tcp"
"Tcp",
"Https"
],
"x-ms-enum": {
"name": "ProbeProtocol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1206,10 +1206,11 @@
},
"protocol": {
"type": "string",
"description": "The protocol of the end point. Possible values are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"description": "The protocol of the end point. Possible values are: 'Http', 'Tcp' or 'Https'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.",
"enum": [
"Http",
"Tcp"
"Tcp",
"Https"
],
"x-ms-enum": {
"name": "ProbeProtocol",
Expand Down

0 comments on commit 69592a6

Please sign in to comment.