Azure / Azure-DataFactory

Other
485 stars 591 forks source link

script-update-gateway.ps1 stuck to an older version of runtime #700

Open chrnzt opened 1 week ago

chrnzt commented 1 week ago

The function Get-PushedIntegrationRuntimeVersion does not get the last version of the integration runtime. Instead it gets https://download.microsoft.com/download/E/4/7/E4771905-1079-445B-8BF9-8A1A075D8A10/IntegrationRuntime_5.44.8995.2.msi. It seems to be be*cause of the link https://go.microsoft.com/fwlink/?linkid=839822 which no longer redirect to the last version.

xumou-ms commented 4 days ago

Hi @chrnzt , the redirect URL points to the autoupdate version instead of the latest version. Please read the detailed explanation here: https://learn.microsoft.com/en-us/azure/data-factory/self-hosted-integration-runtime-auto-update

chrnzt commented 4 days ago

Thanks. Is there an other shortcut url for the latest version or to get the list of the downloadable versions ?