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
Force and ReuseResourceGroup parameters will be removed from GenerateResourcesAndImage helper.
After implementation. resource group with ResourceGroupName should exist in Azure subscription prior to running the helper. Otherwise error is thrown.
Target date
March 10, 2025
The motivation for the changes
GenerateResourcesAndImage is a script intended to help users start with generating Azure images using code in this repository and covers a few of the basic image generation scenarios using Packer. Force and ReuseResourceGroup parameters introduced unnecessary complexity and caused confusion in the past, for which they were first deprecated and now being removed.
Possible impact
Workflows using mentioned parameters with the helper from the main branch of this repository will stop working
Platforms affected
Azure DevOps
GitHub Actions
Runner images affected
Ubuntu 20.04
Ubuntu 22.04
Ubuntu 24.04
macOS 13
macOS 13 Arm64
macOS 14
macOS 14 Arm64
macOS 15
macOS 15 Arm64
Windows Server 2019
Windows Server 2022
Windows Server 2025
Mitigation ways
N/a
The text was updated successfully, but these errors were encountered:
Breaking changes
Force
andReuseResourceGroup
parameters will be removed from GenerateResourcesAndImage helper.After implementation. resource group with
ResourceGroupName
should exist in Azure subscription prior to running the helper. Otherwise error is thrown.Target date
March 10, 2025
The motivation for the changes
GenerateResourcesAndImage is a script intended to help users start with generating Azure images using code in this repository and covers a few of the basic image generation scenarios using Packer.
Force
andReuseResourceGroup
parameters introduced unnecessary complexity and caused confusion in the past, for which they were first deprecated and now being removed.Possible impact
Workflows using mentioned parameters with the helper from the
main
branch of this repository will stop workingPlatforms affected
Runner images affected
Mitigation ways
N/a
The text was updated successfully, but these errors were encountered: