Skip to content

Commit

Permalink
Update test storage_image_reference from 2012 -> 2016 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Apr 17, 2019
1 parent b017993 commit 941cb34
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ resource "azurestack_virtual_machine" "test" {
storage_image_reference {
publisher = "MicrosoftWindowsServer"
offer = "WindowsServer"
sku = "2012-Datacenter"
sku = "2016-Datacenter"
version = "latest"
}
Expand Down Expand Up @@ -1678,7 +1678,7 @@ resource "azurestack_virtual_machine" "test" {
storage_image_reference {
publisher = "MicrosoftWindowsServer"
offer = "WindowsServer"
sku = "2012-Datacenter"
sku = "2016-Datacenter"
version = "latest"
}
Expand Down Expand Up @@ -1771,7 +1771,7 @@ resource "azurestack_virtual_machine" "test" {
storage_image_reference {
publisher = "MicrosoftWindowsServer"
offer = "WindowsServer"
sku = "2012-Datacenter"
sku = "2016-Datacenter"
version = "latest"
}
Expand Down Expand Up @@ -1864,7 +1864,7 @@ resource "azurestack_virtual_machine" "test" {
storage_image_reference {
publisher = "MicrosoftWindowsServer"
offer = "WindowsServer"
sku = "2012-Datacenter"
sku = "2016-Datacenter"
version = "latest"
}
Expand Down

0 comments on commit 941cb34

Please sign in to comment.