Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retire ms.service: "application-insights" (Java) #2293

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
Updating per 565326
  • Loading branch information
v-alje committed Apr 27, 2022
commit bc58ca8df65358050eeede2a80c59e5af28d9e67
14 changes: 10 additions & 4 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@
"**/com.azure.resourcemanager.videoanalyzer**.yml": "azure-video-analyzer",
"**/com.microsoft.aad.adal**.yml": "active-directory",
"**/com.azure.resourcemanager.synapse**.yml": "synapse-analytics",
"**/com.microsoft.applicationinsights**.yml": "application-insights",
"**/com.microsoft.applicationinsights**.yml": "azure-monitor",
"**/com.microsoft.azure.cognitiveservices**.yml": "cognitive-services",
"**/com.microsoft.azure.applicationinsights**.yml": "application-insights",
"**/com.microsoft.azure.applicationinsights**.yml": "azure-monitor",
"**/com.microsoft.azure.batch**.yml": "batch",
"**/com.microsoft.azure.cosmosdb**.yml": "cosmos-db",
"**/com.microsoft.azure.datalake.store**.yml": "data-lake-store",
Expand All @@ -250,9 +250,9 @@
"**/com.microsoft.azure.eventprocessorhost**.yml": "event-hubs",
"**/com.microsoft.azure.functions**.yml": "azure-functions",
"**/com.microsoft.azure.keyvault**.yml": "key-vault",
"**/com.microsoft.azure.loganalytics**.yml": "application-insights",
"**/com.microsoft.azure.loganalytics**.yml": "azure-monitor",
"**/com.microsoft.azure.management.appservice**.yml": "app-service",
"**/com.microsoft.azure.management.applicationinsights**.yml": "application-insights",
"**/com.microsoft.azure.management.applicationinsights**.yml": "azure-monitor",
"**/com.microsoft.azure.management.appplatform.v2020_07_01**.yml": "spring-cloud",
"**/com.microsoft.azure.management.batch**.yml": "batch",
"**/com.microsoft.azure.management.cdn**.yml": "cdn",
Expand Down Expand Up @@ -313,6 +313,12 @@
"**/system.fabric**.yml": "service-fabric",
"**/tools.com.microsoft.azure.sdk.iot**.yml": "iot-hub"
},
"ms.subservice": {
"**/com.microsoft.applicationinsights**.yml": "application-insights",
"**/com.microsoft.azure.applicationinsights**.yml": "application-insights",
"**/com.microsoft.azure.loganalytics**.yml": "application-insights",
"**/com.microsoft.azure.management.applicationinsights**.yml": "application-insights"
},
"searchScope": {
"**/com.microsoft.azure.cosmosdb**.yml": [ "Azure Cosmos DB", "Azure", "Azure Java" ],
"**/com.microsoft.azure.documentdb**.yml": [ "Azure Cosmos DB", "Azure", "Azure Java" ],
Expand Down