Skip to content

Commit

Permalink
Correcting Token parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ismits committed Jun 27, 2024
1 parent 3b2f33b commit 787fd82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion d365fo.tools/internal/functions/start-lcsuploadv2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ function Start-LcsUploadV2 {
[Cmdletbinding()]
param(
[Parameter(Mandatory = $true)]
[string] $Token,
[Alias('Token')]
[string] $BearerToken,

[Parameter(Mandatory = $true)]
[int] $ProjectId,
Expand Down

0 comments on commit 787fd82

Please sign in to comment.