Closed
Description
Prerequisites
- Ensure you write a short, descriptive title after [Bug] above.
- Make sure to search for any existing issues before filing a new one.
- Verify you are able to reproduce the issue with the latest released version
PSAppDeployToolkit.Tools version
0.2.1
PSAppDeployToolkit version
4.0.3
Describe the bug
Positional parameters are not properly passed through or transformed. For instance:
Write-Log -Message "Hello"
Properly translates to:
Write-ADTLogEntry -Message "Hello"
But:
Write-Log "Hello"
Results in:
Write-Log -0 "Hello"
Currently experimenting with 2 different solution approaches to determine the best path forward.
Steps to reproduce
👆
Environment data
😉