From cc79cf58ce994f308ca0d106dbfe4bcf75d323ac Mon Sep 17 00:00:00 2001 From: Fabio Pintos Date: Wed, 29 Jan 2025 17:24:09 -0300 Subject: [PATCH] Update README.md aadV2Token sample Fix case of tenantId and clientId in the $aadV2Token sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5110daa3..4dcbf61a 100644 --- a/README.md +++ b/README.md @@ -587,7 +587,7 @@ System variables provide a pre-defined set of variables that can be used in any ``: Optional. Domain or tenant id for the directory to sign in to. Default: Pick a directory from a drop-down or press `Esc` to use the home directory (`common` for Microsoft Account). `aud:`: Optional. Target Azure AD app id (aka client id) or domain the token should be created for (aka audience or resource). Default: Domain of the REST endpoint. -* `{{$aadV2Token [new] [AzureCloud|AzureChinaCloud|AzureUSGovernment|ppe] [appOnly ][scopes:] [tenantid:] [clientid:]}}`: Add an Azure Active Directory token based on the following options (must be specified in order): +* `{{$aadV2Token [new] [AzureCloud|AzureChinaCloud|AzureUSGovernment|ppe] [appOnly ][scopes:] [tenantId:] [clientId:]}}`: Add an Azure Active Directory token based on the following options (must be specified in order): `new`: Optional. Specify `new` to force re-authentication and get a new token for the specified directory. Default: Reuse previous token for the specified tenantId and clientId from an in-memory cache. Expired tokens are refreshed automatically. (Restart Visual Studio Code to clear the cache.)