Skip to content

Commit

Permalink
fix azcore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Jul 11, 2024
1 parent 2b270a4 commit a0e4aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/dns/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"net/http"
"strings"

"github.com/Azure/azure-sdk-for-go/sdk/azcore"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/arm"
sdkdns "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns"
"github.com/Azure/go-autorest/autorest"
Expand All @@ -17,7 +18,6 @@ import (
"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/env"
"github.com/Azure/ARO-RP/pkg/util/azureclient/azuresdk/armdns"
"github.com/Azure/ARO-RP/pkg/util/azureclient/azuresdk/azcore"
)

const (
Expand Down

0 comments on commit a0e4aaf

Please sign in to comment.