azure: add user message to indicate what is being deleted

This commit is contained in:
Christopher Boumenot 2017-11-16 16:31:05 -08:00
parent f43f3155d4
commit 787f08f39b
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ func (s *StepDeleteResourceGroup) deleteResourceGroup(state multistep.StateBag,
}
return err
} else {
s.say("\nThe resource group was created by Packer, deleting ...")
_, errChan := s.client.GroupsClient.Delete(resourceGroupName, cancelCh)
err = <-errChan