Skip to content

Commit a86210b

Browse files
committed
Merge pull request hashicorp#4467 from hashicorp/b-azure-upstream
provider/azure: Track upstream library changes
2 parents 669567a + f5f49be commit a86210b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/providers/azure/resource_azure_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ func retrieveVMImageDetails(
695695
}
696696

697697
configureForImage := func(role *virtualmachine.Role) error {
698-
return vmutils.ConfigureDeploymentFromVMImage(
698+
return vmutils.ConfigureDeploymentFromPublishedVMImage(
699699
role,
700700
img.Name,
701701
"",

0 commit comments

Comments
 (0)