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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
When trying to deploy server with SKU to WS 2025 datacenter azure edition an error happens
Expected Behaviour
Windows Server 2025 should be supported
Actual Behaviour
Error: "hotpatching_enabled" is currently only supported on "2022-datacenter-azure-edition-core", "2022-datacenter-azure-edition-core-smalldisk", "2022-datacenter-azure-edition-hotpatch" or "2022-datacenter-azure-edition-hotpatch-smalldisk" image reference skus
Steps to Reproduce
regular plan and apply with sku mentioned above.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Seems that to allow this functionality 3 lines of code needs to be changed:
terraform-provider-azurerm/internal/services/compute/shared_schema.go line 644 to accomodate for 4 new SKUs
terraform-provider-azurerm/internal/services/compute/windows_virtual_machine_resource.go line 616 to reflect new SKUs in error message
terraform-provider-azurerm/internal/services/compute/orchestrated_virtual_machine_scale_set_resource.go line 556 to reflect new SKUs in error message
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.12.0
Affected Resource(s)/Data Source(s)
azurerm_windows_virtual_machine
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Windows Server 2025 should be supported
Actual Behaviour
Error: "hotpatching_enabled" is currently only supported on "2022-datacenter-azure-edition-core", "2022-datacenter-azure-edition-core-smalldisk", "2022-datacenter-azure-edition-hotpatch" or "2022-datacenter-azure-edition-hotpatch-smalldisk" image reference skus
Steps to Reproduce
regular plan and apply with sku mentioned above.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: