Skip to content

Commit

Permalink
providder/azure: ASM image names have dates in them :-|
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Mar 2, 2016
1 parent a7a9b14 commit 834bfcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/providers/azure/resource_azure_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ resource "azure_security_group_rule" "foo" {
resource "azure_instance" "foo" {
name = "terraform-test1"
image = "Windows Server 2012 R2 Datacenter, September 2015"
image = "Windows Server 2012 R2 Datacenter, January 2016"
size = "Basic_A1"
storage_service_name = "%s"
location = "West US"
Expand Down Expand Up @@ -582,7 +582,7 @@ resource "azure_security_group_rule" "bar" {
resource "azure_instance" "foo" {
name = "terraform-test1"
image = "Windows Server 2012 R2 Datacenter, September 2015"
image = "Windows Server 2012 R2 Datacenter, January 2016"
size = "Basic_A2"
storage_service_name = "%s"
location = "West US"
Expand Down

0 comments on commit 834bfcd

Please sign in to comment.