Skip to content

Commit

Permalink
[SignalR]update default value for (#15006)
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwang committed Jul 15, 2021
1 parent e2a0458 commit 1836183
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,7 @@
"type": "object",
"properties": {
"clientCertEnabled": {
"default": true,
"description": "Request client certificate during TLS handshake if enabled",
"type": "boolean"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@
"type": "boolean"
},
"disableAadAuth": {
"description": "disableAadAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work.",
"description": "DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work.",
"default": false,
"type": "boolean"
}
Expand Down Expand Up @@ -2045,6 +2045,7 @@
"properties": {
"clientCertEnabled": {
"description": "Request client certificate during TLS handshake if enabled",
"default": true,
"type": "boolean"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,7 @@
"type": "object",
"properties": {
"clientCertEnabled": {
"default": true,
"description": "Request client certificate during TLS handshake if enabled",
"type": "boolean"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2136,6 +2136,7 @@
"type": "object",
"properties": {
"clientCertEnabled": {
"default": true,
"description": "Request client certificate during TLS handshake if enabled",
"type": "boolean"
}
Expand Down

0 comments on commit 1836183

Please sign in to comment.