Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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