Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter name mismatch #634

Open
DannyTBratcher opened this issue Dec 15, 2023 · 2 comments
Open

Parameter name mismatch #634

DannyTBratcher opened this issue Dec 15, 2023 · 2 comments

Comments

@DannyTBratcher
Copy link

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
Copy link
Contributor

xumou-ms commented Jan 2, 2024

Thank you @DannyTBratcher , I will fix it

@xumou-ms
Copy link
Contributor

xumou-ms commented Jan 3, 2024

#636

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants