Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mechanism for using an Azure access token when making a SQL Server connection #267

Merged
merged 2 commits into from
Feb 14, 2022

Conversation

JayDZimmerman
Copy link
Contributor

In order to facilitate authentication against SQL Server databases in Azure, Microsoft introduced access tokens to the SqlConnection class in System.Data.SqlClient. This proposed change allows for the passing of an access token via the command line of the CLI and .NET Tool, and the use of that token when connecting to SQL Server.

@lecaillon
Copy link
Owner

Nice. Can you udpate the section PackageReleaseNotes of the file : https://github.com/lecaillon/Evolve/blob/master/src/Evolve.Tool/Evolve.Tool.csproj
Don't break the formatting with a copy/paste :)

@JayDZimmerman
Copy link
Contributor Author

Done.

@lecaillon lecaillon merged commit d24d241 into lecaillon:master Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants