Revert inadvertently-changed import.

This commit is contained in:
Brad Ackerman 2020-08-09 14:31:54 -07:00
parent 109b2a0ca9
commit 23d5432333
No known key found for this signature in database
GPG Key ID: 5C5E7A6B14E3D827
1 changed files with 1 additions and 1 deletions

View File

@ -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"