From 8a94fe9db826109b9c45bd9469b1df10431219aa Mon Sep 17 00:00:00 2001 From: Docs Allowlist Management Date: Thu, 22 Aug 2024 02:03:22 +0000 Subject: [PATCH] Remove ms.service = sql-database. Replaced by ms.service = azure-sql-database --- docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx.json b/docfx.json index 5f392860918b..8684891401a1 100644 --- a/docfx.json +++ b/docfx.json @@ -301,7 +301,7 @@ "**/com.microsoft.azure.datalake.store**.yml": "azure-data-lake-storage-gen1", "**/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.elasticdb**.yml": "azure-sql-database", "**/com.microsoft.azure.eventgrid**.yml": "azure-event-grid", "**/com.microsoft.azure.eventhubs**.yml": "azure-event-hubs", "**/com.microsoft.azure.eventprocessorhost**.yml": "azure-event-hubs", @@ -350,7 +350,7 @@ "**/com.microsoft.azure.management.resources**.yml": "azure-resource-manager", "**/com.microsoft.azure.management.search**.yml": "cognitive-search", "**/com.microsoft.azure.management.streamanalytics**.yml": "azure-stream-analytics", - "**/com.microsoft.azure.management.sql**.yml": "sql-database", + "**/com.microsoft.azure.management.sql**.yml": "azure-sql-database", "**/com.microsoft.azure.management.servicebus**.yml": "azure-service-bus", "**/com.microsoft.azure.management.storage**.yml": "azure-storage", "**/com.microsoft.azure.management.storagecache**.yml": "azure-hpc-cache",