provider/azure: Track upstream library changes
vmutils.ConfigureDeploymentFromVMImage has been changed to vmutils.ConfigureDeploymentFromPublishedVMImage in the upstream library - this allows us to build.
This commit is contained in:
parent
669567ae80
commit
f5f49be019
|
@ -695,7 +695,7 @@ func retrieveVMImageDetails(
|
|||
}
|
||||
|
||||
configureForImage := func(role *virtualmachine.Role) error {
|
||||
return vmutils.ConfigureDeploymentFromVMImage(
|
||||
return vmutils.ConfigureDeploymentFromPublishedVMImage(
|
||||
role,
|
||||
img.Name,
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue