-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
go build -o /usr/local/bin/sqlcode ./cli
results with:
# github.com/denisenkom/go-mssqldb/azuread
../../go/pkg/mod/github.com/denisenkom/[email protected]/azuread/configuration.go:176:97: not enough arguments in call to azidentity.NewClientCertificateCredential
have (string, string, string, *azidentity.ClientCertificateCredentialOptions)
want (string, string, []*x509.Certificate, crypto.PrivateKey, *azidentity.ClientCertificateCredentialOptions)
../../go/pkg/mod/github.com/denisenkom/[email protected]/azuread/configuration.go:176:144: unknown field Password in struct literal of type azidentity.ClientCertificateCredentialOptions
../../go/pkg/mod/github.com/denisenkom/[email protected]/azuread/configuration.go:185:67: too many arguments in call to azidentity.NewManagedIdentityCredential
have (string, nil)
want (*azidentity.ManagedIdentityCredentialOptions)
../../go/pkg/mod/github.com/denisenkom/[email protected]/azuread/configuration.go:187:106: unknown field AuthorityHost in struct literal of type azidentity.InteractiveBrowserCredentialOptions
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working