Skip to content

Commit

Permalink
CodeGen from PR 15006 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[SignalR]update default value for (#15006)
  • Loading branch information
SDKAuto committed Jul 15, 2021
1 parent d6ad7a6 commit b021110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion schemas/2021-04-01-preview/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,8 @@
"clientCertEnabled": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": true
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
5 changes: 3 additions & 2 deletions schemas/2021-06-01-preview/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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."
},
"disableLocalAuth": {
"oneOf": [
Expand Down Expand Up @@ -703,7 +703,8 @@
"clientCertEnabled": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": true
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down

0 comments on commit b021110

Please sign in to comment.