From 5f89618eea947acd2c47fa766bee68c463cb3715 Mon Sep 17 00:00:00 2001 From: Docs Allowlist Management Date: Wed, 31 Jul 2024 22:39:51 +0000 Subject: [PATCH] Remove ms.service = event-hubs. Replaced by ms.service = azure-event-hubs --- docfx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docfx.json b/docfx.json index 367b473dde4c..fd4af4f95b11 100644 --- a/docfx.json +++ b/docfx.json @@ -303,8 +303,8 @@ "**/com.microsoft.azure.documentdb**.yml": "cosmos-db", "**/com.microsoft.azure.elasticdb**.yml": "sql-database", "**/com.microsoft.azure.eventgrid**.yml": "event-grid", - "**/com.microsoft.azure.eventhubs**.yml": "event-hubs", - "**/com.microsoft.azure.eventprocessorhost**.yml": "event-hubs", + "**/com.microsoft.azure.eventhubs**.yml": "azure-event-hubs", + "**/com.microsoft.azure.eventprocessorhost**.yml": "azure-event-hubs", "**/com.microsoft.azure.functions**.yml": "azure-functions", "**/com.microsoft.azure.keyvault**.yml": "key-vault", "**/com.microsoft.azure.loganalytics**.yml": "azure-monitor", @@ -322,7 +322,7 @@ "**/com.microsoft.azure.management.cosmosdb**yml": "cosmos-db", "**/com.microsoft.azure.management.edgegateway**yml": "application-gateway", "**/com.microsoft.azure.management.eventgrid**yml": "event-grid", - "**/com.microsoft.azure.management.eventhub**yml": "event-hubs", + "**/com.microsoft.azure.management.eventhub**yml": "azure-event-hubs", "**/com.microsoft.azure.management.compute._virtual_machine_scale_set**.yml": "virtual-machine-scale-sets", "**/com.microsoft.azure.management.compute._virtual_machine**.yml": "virtual-machines", "**/com.microsoft.azure.management.compute._**.yml": "virtual-machines",