From e3fc3935dc33b7fbfb35293b581882bec298396d Mon Sep 17 00:00:00 2001 From: Adam Connelly Date: Sat, 22 Feb 2020 08:50:31 +0000 Subject: [PATCH] Fix MD027 violation on sql-server.md markdownlint was complaining because there was a blockquote defined without an angle bracket on each line. This triggered . I think what's happened is that the docs folder wasn't configured to trigger an Azure Pipelines build, so the check was never run on the PR. I've updated the pipelines file to trigger a build on changes to the docs folder now. --- build/azure-devops/scraper-ci.yml | 1 + docs/configuration/v1.x/metrics/sql-server.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/azure-devops/scraper-ci.yml b/build/azure-devops/scraper-ci.yml index f49a7d392..29cd71183 100644 --- a/build/azure-devops/scraper-ci.yml +++ b/build/azure-devops/scraper-ci.yml @@ -13,6 +13,7 @@ pr: - build/azure-devops/scraper-ci.yml - charts/promitor-agent-scraper/* - deploy/automation/docker-hub/ci/* # Add Docker Hub bot here to trigger it for testing sake + - docs/* variables: DotNet.SDK.Version: '3.1.101' DotNet.Configuration: 'release' diff --git a/docs/configuration/v1.x/metrics/sql-server.md b/docs/configuration/v1.x/metrics/sql-server.md index 30a367d3a..944a56f2b 100644 --- a/docs/configuration/v1.x/metrics/sql-server.md +++ b/docs/configuration/v1.x/metrics/sql-server.md @@ -21,8 +21,8 @@ Supported metrics: - *Requires `dimension.name` to be set to `DatabaseResourceId`* > The official [Azure Monitor documentation](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported#microsoftsqlservers) - lists more metrics but these are not surfaced externally. However, you can still give them a try but we don't - support them for now. +> lists more metrics but these are not surfaced externally. However, you can still give them a try but we don't +> support them for now. Example: