Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation error on Azure vms #345

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mgstate
Copy link

@mgstate mgstate commented Jan 10, 2025

change hardcoded version on these to latest resolves the version issue.

@mgstate
Copy link
Author

mgstate commented Jan 10, 2025

Error before changing to latest

windows Virtual Machine (Subscription: "xxxxxx"
│ Resource Group Name: "GOAD-7c9d3d-goad-azure"
│ Virtual Machine Name: "goad-vm-dc01"): performing CreateOrUpdate: unexpected status 404 (404 Not Found) with error: ImageVersionDeprecated: The platform image 'MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505' is deprecated.

│ with azurerm_windows_virtual_machine.goad-vm["dc01"],
│ on windows.tf line 72, in resource "azurerm_windows_virtual_machine" "goad-vm":
│ 72: resource "azurerm_windows_virtual_machine" "goad-vm" {



│ Error: creating Windows Virtual Machine (Subscription: "xxxxxx"
│ Resource Group Name: "GOAD-7c9d3d-goad-azure"
│ Virtual Machine Name: "goad-vm-dc03"): performing CreateOrUpdate: unexpected status 404 (404 Not Found) with error: ImageVersionDeprecated: The platform image 'MicrosoftWindowsServer:WindowsServer:2016-Datacenter:14393.5921.230506' is deprecated.

│ with azurerm_windows_virtual_machine.goad-vm["dc03"],
│ on windows.tf line 72, in resource "azurerm_windows_virtual_machine" "goad-vm":
│ 72: resource "azurerm_windows_virtual_machine" "goad-vm" {



│ Error: creating Windows Virtual Machine (Subscription: "xxxxxx"
│ Resource Group Name: "GOAD-7c9d3d-goad-azure"
│ Virtual Machine Name: "goad-vm-srv03"): performing CreateOrUpdate: unexpected status 404 (404 Not Found) with error: ImageVersionDeprecated: The platform image 'MicrosoftWindowsServer:WindowsServer:2016-Datacenter:14393.5921.230506' is deprecated.

│ with azurerm_windows_virtual_machine.goad-vm["srv03"],
│ on windows.tf line 72, in resource "azurerm_windows_virtual_machine" "goad-vm":
│ 72: resource "azurerm_windows_virtual_machine" "goad-vm" {



│ Error: creating Windows Virtual Machine (Subscription: "xxxxxx"
│ Resource Group Name: "GOAD-7c9d3d-goad-azure"
│ Virtual Machine Name: "goad-vm-srv02"): performing CreateOrUpdate: unexpected status 404 (404 Not Found) with error: ImageVersionDeprecated: The platform image 'MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505' is deprecated.

│ with azurerm_windows_virtual_machine.goad-vm["srv02"],
│ on windows.tf line 72, in resource "azurerm_windows_virtual_machine" "goad-vm":
│ 72: resource "azurerm_windows_virtual_machine" "goad-vm" {



│ Error: creating Windows Virtual Machine (Subscription: "xxxxxx"
│ Resource Group Name: "GOAD-7c9d3d-goad-azure"
│ Virtual Machine Name: "goad-vm-dc02"): performing CreateOrUpdate: unexpected status 404 (404 Not Found) with error: ImageVersionDeprecated: The platform image 'MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505' is deprecated.

│ with azurerm_windows_virtual_machine.goad-vm["dc02"],
│ on windows.tf line 72, in resource "azurerm_windows_virtual_machine" "goad-vm":
│ 72: resource "azurerm_windows_virtual_machine" "goad-vm" {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant