Skip to content
Closed
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 @@ -11,8 +11,6 @@
"clientCertEnabled": false
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down Expand Up @@ -113,8 +111,6 @@
"clientCertEnabled": true
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down Expand Up @@ -230,8 +226,6 @@
"clientCertEnabled": true
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"clientCertEnabled": true
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
"clientCertEnabled": true
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"clientCertEnabled": true
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"clientCertEnabled": false
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down Expand Up @@ -113,8 +111,6 @@
"clientCertEnabled": true
},
"diagnosticConfiguration": {
"enableConnectivityLogs": "Disabled",
"enableMessagingLogs": "Disabled",
"enableLiveTrace": "Disabled"
},
"eventHandler": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1044,14 +1044,6 @@
"description": "Diagnostic configuration of a Microsoft.SignalRService resource. Used together with Azure monitor DiagnosticSettings.",
"type": "object",
"properties": {
"enableConnectivityLogs": {
"description": "Indicate whether or not enable Connectivity logs.\r\nAvailable values: Enabled, Disabled.\r\nCase insensitive.",
"type": "string"
},
"enableMessagingLogs": {
"description": "Indicate whether or not enable Messaging logs.\r\nAvailable values: Enabled, Disabled.\r\nCase insensitive.",
"type": "string"
},
"enableLiveTrace": {
"description": "Indicate whether or not enable Live Trace. \r\nAvailable values: Enabled, Disabled. \r\nCase insensitive. \r\nLive Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues.",
"type": "string"
Expand Down