Run an Azure Script shows warnings for outdated Azure RM module
The error is shown in this build (deploy instance) under Run an Azure Script step.
The error message:
The command Disable-AzureRMContextAutosave is in the AzureRM PowerShell module, which is outdated.
See https://go.microsoft.com/fwlink/?linkid=2202029 for instructions to migrate to Az.
In migration docs it mentions that we should move away from Azure RM in favour of Azure modules, and microsoft is planning to retire AzureRM PowerShell modules on 29 February 2024. Other octopus provided steps that use this module may also be affected (in the near future).
After updating our Azure CLI tools we are also getting these warning. All our deploys now have warnings all over them now.

Forum ticket: https://help.octopus.com/t/suppress-disable-azurermcontextautosave-warning-and-intelligent-feature-recommendation/28684/3
Any plans when this could be fixed? It indicates a wrong status, all deployments are affected

Release Note: Using Azure PowerShell modules over AzureRM on Windows PowerShell