Open mindfulmonk opened 1 day ago
It seems to be an Azure thing. Building from the Portal ends up with the same error:
{ "code": "DeploymentFailed", "target": "/subscriptions/****/resourceGroups/rg-test/providers/Microsoft.Resources/deployments/CreateVm-MicrosoftWindowsServer.WindowsServer-202-20241107135051", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.", "details": [ { "code": "InvalidParameter", "target": "windowsConfiguration.patchSettings.patchMode", "message": "The selected VM image is not supported for VM Guest patch operations. Learn more at: https://aka.ms/VMGuestPatchingCompatibility" } ] }
Overview of the Issue
When trying to build Windows 2025 image I get
Reproduction Steps
Plugin and Packer version
Packer v1.11.2 Plugin version = "~> 2.2.0"
This looks similar to a previous 2022 issue:
https://github.com/hashicorp/packer/issues/11746 https://github.com/hashicorp/packer-plugin-azure/issues/189