From 534bce21282a70d5d4952c9f385fb7b859e0deaf Mon Sep 17 00:00:00 2001 From: Docs Allowlist Management Date: Tue, 13 Aug 2024 16:10:16 +0000 Subject: [PATCH] Remove ms.service = event-grid. Replaced by ms.service = azure-event-grid --- docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx.json b/docfx.json index 65ce10304890..f64cbe1efe90 100644 --- a/docfx.json +++ b/docfx.json @@ -302,7 +302,7 @@ "**/com.azure.iot.deviceupdate**.yml": "iot-hub-device-update", "**/com.microsoft.azure.documentdb**.yml": "cosmos-db", "**/com.microsoft.azure.elasticdb**.yml": "sql-database", - "**/com.microsoft.azure.eventgrid**.yml": "event-grid", + "**/com.microsoft.azure.eventgrid**.yml": "azure-event-grid", "**/com.microsoft.azure.eventhubs**.yml": "azure-event-hubs", "**/com.microsoft.azure.eventprocessorhost**.yml": "azure-event-hubs", "**/com.microsoft.azure.functions**.yml": "azure-functions", @@ -321,7 +321,7 @@ "**/com.microsoft.azure.management.containerservice**yml": "azure-kubernetes-service", "**/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.eventgrid**yml": "azure-event-grid", "**/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",