Dev Anthony

Results 2 comments of Dev Anthony

hey @mikhailkoliada , there is an issue with 11.3.1 which is fixed in 11.4.0. are we able to pin the new version to be pre-installed in the agents instead of...

@chromebohemian448 , used below to install a specific version of Azure PowerShell. ![image](https://github.com/actions/runner-images/assets/17114376/8ab2e4b8-8c43-424a-a746-cb5e338333e6) ``` azurePowerShellVersion: "OtherVersion" preferredAzurePowerShellVersion: "11.4.0" ``` Problem with this approach is that it takes time to install...