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
I recently discovered that in the newly released windows version 20250120.2 , the runner image has upgraded the AzureRM version from 2.1.0 to 5.3.0. This change has already caused users to be unable to properly install Az, as shown in the following image.
It is important to note that AzureRM has been deprecated for a long time, yet the runner image still uses it as the default Azure client for PowerShell, which is utterly unacceptable.
The proper, legitimate, and recommended replacement for AzureRM is Az, which serves as the official Azure client on the PowerShell platform.
Please immediately roll back the changes introduced in windows image 20250120.2, stop upgrading AzureRM to any version, and promptly remove AzureRM from the preinstalled packages!
YanaXu
changed the title
Please Immediately Deprecate AzureRM from
Please Immediately Deprecate AzureRM from windows version 20250113.1
Jan 26, 2025
YanaXu
changed the title
Please Immediately Deprecate AzureRM from windows version 20250113.1
Please Immediately Deprecate AzureRM from windows version 20250120.2
Jan 26, 2025
Description
I recently discovered that in the newly released windows version 20250120.2 , the runner image has upgraded the
AzureRM
version from2.1.0
to5.3.0
. This change has already caused users to be unable to properly install Az, as shown in the following image.It is important to note that
AzureRM
has been deprecated for a long time, yet the runner image still uses it as the default Azure client for PowerShell, which is utterly unacceptable.The proper, legitimate, and recommended replacement for AzureRM is Az, which serves as the official Azure client on the PowerShell platform.
Please immediately roll back the changes introduced in windows image 20250120.2, stop upgrading AzureRM to any version, and promptly remove AzureRM from the preinstalled packages!
Platforms affected
Runner images affected
Image version and build link
https://github.com/actions/runner-images/blob/win22/20250120.2/images/windows/Windows2022-Readme.md
Is it regression?
yes
Expected behavior
Remove
AzureRM
.Actual behavior
AzureRM
is installed and upgraded.Repro steps
See my description.
The text was updated successfully, but these errors were encountered: