Skip to content
New issue

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

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

Already on GitHub? # to your account

[ADMINAPI-975] Update packages for microsoft.data.sqlserver patch, increment minor version #103

Merged
merged 7 commits into from
Feb 9, 2024

Conversation

simpat-adam
Copy link
Contributor

No description provided.

}

return $connectionString + "User Id=$Username;Password=$Password"
return $connectionString + "User Id=$Username;Password=$Password;Encrypt=False;"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this connection string being used? Might be better to make this a user-generated parameter instead of hard-coding this value.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with @stephenfuqua. We have documentation. On Admin API 2.x installer we are accepting user parameter "UnEncryptedConnection" to take decision.

@stephenfuqua stephenfuqua marked this pull request as ready for review February 9, 2024 16:02
@stephenfuqua stephenfuqua merged commit 4a4cef3 into main Feb 9, 2024
8 checks passed
@stephenfuqua stephenfuqua deleted the ADMINAPI-975 branch February 9, 2024 16:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants