You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) `
The text was updated successfully, but these errors were encountered:
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) `
The text was updated successfully, but these errors were encountered: