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:
James Nugent 2015-12-30 14:10:16 -05:00
parent 669567ae80
commit f5f49be019
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ func retrieveVMImageDetails(
}
configureForImage := func(role *virtualmachine.Role) error {
return vmutils.ConfigureDeploymentFromVMImage(
return vmutils.ConfigureDeploymentFromPublishedVMImage(
role,
img.Name,
"",