Azure / Azure/Azure-DataFactory
Parameter name mismatch
Open
- Dominant language
- PowerShell
- Stars
- 529
- Forks
- 623
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/Azure/Azure-DataFactory/blame/ba53f54512fa42eba3411999c7864aa3f2faeb68/SamplesV2/SelfHostedIntegrationRuntime/AutomationScripts/InstallGatewayOnLocalMachine.ps1#L24
Parameter name is incorrect. Does not match the name passed into the function :
`$process = Start-Process "msiexec.exe" "/i **$path** /quiet /passive" -Wait -PassThru
Install-Gateway([string] **$gwPath**) `
Contributor guide
Assessment
This issue has not been assessed yet.