Closed kschoche closed 7 months ago
The options you're removing all appear to be valid options. Can you explain a bit why you're removing them? Thanks! Maybe I'm misunderstanding, are you referring to the unused functions that were removed in
options.go
? I can definitely revert that bit if I've misunderstand where they are used.
See all the opts.* in SetConfig(...)
to see how they're used.
See all the opts.* in
SetConfig(...)
to see how they're used.
Thanks for pointing that out, my IDE had it all flagged as unused, my mistake for not checking further!
azidentity.NewDefaultAzureCredential()
andazidentity.NewClientSecretCredential()