Skip to content

Commit f5f49be

Browse files
committed
provider/azure: Track upstream library changes
vmutils.ConfigureDeploymentFromVMImage has been changed to vmutils.ConfigureDeploymentFromPublishedVMImage in the upstream library - this allows us to build.
1 parent 669567a commit f5f49be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)