From 32dc6944d1fe780932454c73fd595ef1873cb7da Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:12:34 +0000 Subject: [PATCH 1/2] Initial plan From b3214f1032fe9409a14bf87357eba07d1c709ff7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:14:02 +0000 Subject: [PATCH 2/2] Clarify tenant ID requirement in get-token documentation Co-authored-by: nchapagain001 <165215502+nchapagain001@users.noreply.github.com> --- website/docs/guides/0010-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/0010-command-line.md b/website/docs/guides/0010-command-line.md index ab3d834f1b..a734c476c8 100644 --- a/website/docs/guides/0010-command-line.md +++ b/website/docs/guides/0010-command-line.md @@ -425,7 +425,7 @@ The following tables describe the various subcommands that are supported by the | -?, -h, --help | No | | Show help information. | | --version | No | | Show application version information. | -* Note: VC will extract key vault uri and tenant ID to authenticate and retrieve a token for the current user. +* Note: The tenant ID must be included in the Key Vault URI as a query parameter (e.g., `?tid=`). VC will parse the URI to authenticate and retrieve a token for the current user. ``` Examples: