Azure / Azure/Azure-DataFactory

Parameter name mismatch

Open
#634 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.