#32 Microsoft.Data.SqlClient v3.0.0 - #33
Conversation
cgillum
left a comment
There was a problem hiding this comment.
Thanks for this PR. I see you've removed the managed identity settings. How does managed identity work with the new v3.0.0 dependency? Can you provide some sample code that shows configuring an app with the SqlOrchestrationService with support for managed identities?
|
Based on this PR I assumed that managed identity parameters used for authentication now go through connection string. |
|
@cgillum Here's the code I ran on VM: Looks like (in the simplest case at least) things like AuthorityHost and TenantId are not required to be provided in connection string (and I'm not sure they can be right now). |
|
Excellent! Thank you for verifying! I'll do a bit more verification as well and then merge this PR. I'm very happy that the SQL client team made it much easier to integrate with managed identities. |
|
Had a chance to do my own testing and everything looks great. I specifically tested locally using I've updated this PR to include a couple items in CHANGELOG.md. Thanks again for this contribution!! |
No description provided.