From 7ea0e3fa97f3731cf2f2130042787285ccb260b4 Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Mon, 20 Jan 2025 12:04:50 -0800 Subject: [PATCH] Simplify link definitions --- .../reference/components/discovery/discovery.azure.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/reference/components/discovery/discovery.azure.md b/docs/sources/reference/components/discovery/discovery.azure.md index 940a1cf62d..2099bbe92a 100644 --- a/docs/sources/reference/components/discovery/discovery.azure.md +++ b/docs/sources/reference/components/discovery/discovery.azure.md @@ -42,11 +42,11 @@ Name | Type | Description You can use the following blocks with `discovery.azure`: -Block | Description | Required --------------------------------------|--------------------------------------------------|--------- -[managed_identity][managed_identity] | Managed Identity configuration for Azure API. | no -[oauth][oauth] | OAuth 2.0 configuration for Azure API. | no -[tls_config][tls_config] | TLS configuration for requests to the Azure API. | no +Block | Description | Required +---------------------|--------------------------------------------------|--------- +[managed_identity][] | Managed Identity configuration for Azure API. | no +[oauth][] | OAuth 2.0 configuration for Azure API. | no +[tls_config][] | TLS configuration for requests to the Azure API. | no You must specify exactly one of the `oauth` or `managed_identity` blocks.