Versions in this module Expand all Collapse all v0 v0.1.1 Aug 24, 2026 v0.1.0 Aug 16, 2026 Changes in this version + var ErrNoCredential = errors.NewSentinel("azureclient.no_credential", ...) + type Option func(*options) + func WithBuildTimeout(d time.Duration) Option + func WithCredentialOptions(opts *azidentity.DefaultAzureCredentialOptions) Option + func WithLifetimeContext(ctx context.Context) Option + func WithLogger(logger *slog.Logger) Option + func WithTenantID(tenantID string) Option + type Source interface + AzureCredential func(ctx context.Context) (azcore.TokenCredential, error) + func Ambient(opts ...Option) Source + func FromCredential(cred azcore.TokenCredential, opts ...Option) (Source, error) + func PerCall(opts ...Option) Source