From 3de5fc0e8ba8bd5a7e1b3ca958e4045ce78dc710 Mon Sep 17 00:00:00 2001 From: Immanuel Smits Date: Thu, 27 Jun 2024 11:30:42 -0400 Subject: [PATCH] Correcting parameter help for BearerToken --- d365fo.tools/internal/functions/start-lcsuploadv2.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 b/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 index a51513ca..0cd9c6d5 100644 --- a/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 +++ b/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 @@ -6,8 +6,8 @@ .DESCRIPTION Start the flow of actions to upload a file to LCS - .PARAMETER Token - The token to be used for the http request against the LCS API + .PARAMETER BearerToken + The token you want to use when working against the LCS api .PARAMETER ProjectId The project id for the Dynamics 365 for Finance & Operations project inside LCS