-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
e0adfa2
to
54aae1a
Compare
54aae1a
to
899bfcb
Compare
eng/connection-strings.psm1
Outdated
} | ||
|
||
return $connectionString + "User Id=$Username;Password=$Password" | ||
return $connectionString + "User Id=$Username;Password=$Password;Encrypt=False;" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
No description provided.