From 23d543233351bfe301885bfb42d8fca8e0376075 Mon Sep 17 00:00:00 2001 From: Brad Ackerman Date: Sun, 9 Aug 2020 14:31:54 -0700 Subject: [PATCH] Revert inadvertently-changed import. --- builder/azure/chroot/diskattacher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/azure/chroot/diskattacher.go b/builder/azure/chroot/diskattacher.go index 0c5807eac..a6516e3e3 100644 --- a/builder/azure/chroot/diskattacher.go +++ b/builder/azure/chroot/diskattacher.go @@ -7,7 +7,7 @@ import ( "strings" "time" - "github.com/Azure/azure-sdk-for-go/profiles/latest/compute/mgmt/compute" + "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-12-01/compute" "github.com/Azure/go-autorest/autorest/azure" "github.com/Azure/go-autorest/autorest/to" "github.com/hashicorp/packer/builder/azure/common/client"