Azure / Azure-DataFactory

Other
479 stars 585 forks source link

Parameter name mismatch #634

Open DannyTBratcher opened 8 months ago

DannyTBratcher commented 8 months ago

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) `

xumou-ms commented 8 months ago

Thank you @DannyTBratcher , I will fix it

xumou-ms commented 8 months ago

636