From 80098fd07c84cc0a480a1e1c55234f1975651ced Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 13 Oct 2023 10:47:30 -0400 Subject: [PATCH] Update azure_identity_access_token_provider.go --- azure_identity_access_token_provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_identity_access_token_provider.go b/azure_identity_access_token_provider.go index 35e548e..de75b84 100644 --- a/azure_identity_access_token_provider.go +++ b/azure_identity_access_token_provider.go @@ -28,7 +28,7 @@ type AzureIdentityAccessTokenProvider struct { type ObservabilityOptions struct { } -var LocalhostStrings = [3]string{"localhost", "[::1]", "127.0.0.1"} +var LocalhostStrings = [3]string{"localhost", "[::1]", "::1", "127.0.0.1"} func (o ObservabilityOptions) GetTracerInstrumentationName() string { return "github.com/microsoft/kiota-authentication-azure-go"