From 2caa155c81d9c7db82924f2e70c95ea39fe0a0f5 Mon Sep 17 00:00:00 2001 From: Harry Qu Date: Wed, 22 Jan 2025 16:16:16 +1300 Subject: [PATCH] Update common.go --- internal/services/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/common.go b/internal/services/common.go index f1bfe6668..ce55628ec 100644 --- a/internal/services/common.go +++ b/internal/services/common.go @@ -3,7 +3,7 @@ package services import ( "encoding/json" "errors" - + "github.com/Azure/terraform-provider-azapi/internal/services/dynamic" "github.com/hashicorp/terraform-plugin-framework/attr" "github.com/hashicorp/terraform-plugin-framework/types"