diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_CreateOrUpdate.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_CreateOrUpdate.json index 4e25ed81020a..cf29504afd09 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_CreateOrUpdate.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_CreateOrUpdate.json @@ -11,8 +11,6 @@ "clientCertEnabled": false }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { @@ -113,8 +111,6 @@ "clientCertEnabled": true }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { @@ -230,8 +226,6 @@ "clientCertEnabled": true }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Get.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Get.json index 37886b877e82..3a554f673275 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Get.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Get.json @@ -50,8 +50,6 @@ "clientCertEnabled": true }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListByResourceGroup.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListByResourceGroup.json index 064f94598e41..8fccf1570f53 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListByResourceGroup.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListByResourceGroup.json @@ -51,8 +51,6 @@ "clientCertEnabled": true }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListBySubscription.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListBySubscription.json index f3d588513dc1..d69fc5c5dc24 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListBySubscription.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_ListBySubscription.json @@ -50,8 +50,6 @@ "clientCertEnabled": true }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Update.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Update.json index ad7a4bf830ba..cd6a734ff8b7 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Update.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/WebPubSub_Update.json @@ -11,8 +11,6 @@ "clientCertEnabled": false }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { @@ -113,8 +111,6 @@ "clientCertEnabled": true }, "diagnosticConfiguration": { - "enableConnectivityLogs": "Disabled", - "enableMessagingLogs": "Disabled", "enableLiveTrace": "Disabled" }, "eventHandler": { diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/webpubsub.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/webpubsub.json index a85d83d63680..1bdacb4dd981 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/webpubsub.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/webpubsub.json @@ -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"