provider/azure: Track upstream library changes

vmutils.ConfigureDeploymentFromVMImage has been changed to
vmutils.ConfigureDeploymentFromPublishedVMImage in the upstream library
- this allows us to build.
pull/4467/head
James Nugent 11 years ago
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…
Cancel
Save