From 02a28ceae0b40e7957f1f1c67d2889336644e559 Mon Sep 17 00:00:00 2001 From: souravTurbot <78197905+bigdatasourav@users.noreply.github.com> Date: Tue, 5 Oct 2021 21:33:10 +0530 Subject: [PATCH] API version 2021-01-25 for type guestConfigurationAssignments does not supported in location eastus. Fixes #379 (#380) --- azure/table_azure_compute_virtual_machine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/table_azure_compute_virtual_machine.go b/azure/table_azure_compute_virtual_machine.go index 866752ac..c4994667 100644 --- a/azure/table_azure_compute_virtual_machine.go +++ b/azure/table_azure_compute_virtual_machine.go @@ -5,8 +5,8 @@ import ( "fmt" "strings" - "github.com/Azure/azure-sdk-for-go/profiles/latest/guestconfiguration/mgmt/guestconfiguration" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" + "github.com/Azure/azure-sdk-for-go/services/guestconfiguration/mgmt/2020-06-25/guestconfiguration" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" "github.com/turbot/go-kit/types"