From 33a3d5adcf53c9897b91863886161603ac983a0f Mon Sep 17 00:00:00 2001 From: Florian Hopfner Date: Sun, 11 Jun 2023 14:03:01 +0000 Subject: [PATCH] :bug: fix the name of the LCS API URI config value See https://github.com/d365collaborative/d365fo.tools/issues/736 --- d365fo.tools/functions/get-d365lcsapitoken.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d365fo.tools/functions/get-d365lcsapitoken.ps1 b/d365fo.tools/functions/get-d365lcsapitoken.ps1 index fb47bcc9..19fb304d 100644 --- a/d365fo.tools/functions/get-d365lcsapitoken.ps1 +++ b/d365fo.tools/functions/get-d365lcsapitoken.ps1 @@ -129,7 +129,7 @@ function Get-D365LcsApiToken { [string] $Password, [Parameter(Mandatory = $false)] - [string] $LcsApiUri = $Script:LcsApiApiUri, + [string] $LcsApiUri = $Script:LcsApiLcsApiUri, [switch] $EnableException )