diff --git a/pkg/providers/azure/identity.go b/pkg/providers/azure/identity.go index 067573a54..1283cb070 100644 --- a/pkg/providers/azure/identity.go +++ b/pkg/providers/azure/identity.go @@ -1,8 +1,9 @@ //go:build azidentity -// Package azure: Entra ID (DefaultAzureCredential) auth adapter. +// Entra ID (DefaultAzureCredential) auth adapter. // Built only when -tags azidentity is supplied; otherwise identity_stub.go // satisfies the same exported API with a friendly error. + package azure import ( diff --git a/pkg/providers/azure/identity_stub.go b/pkg/providers/azure/identity_stub.go index 3fec89e26..c6d5a60d0 100644 --- a/pkg/providers/azure/identity_stub.go +++ b/pkg/providers/azure/identity_stub.go @@ -1,8 +1,9 @@ //go:build !azidentity -// Package azure: stub for the Entra ID auth path when built without -// the azidentity tag. Mirrors the exported surface of identity.go so -// callers compile cleanly in the default build. +// Stub for the Entra ID auth path when built without the azidentity tag. +// Mirrors the exported surface of identity.go so callers compile cleanly +// in the default build. + package azure import "fmt"