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

Test-DbaInstanceName: Add support for TrustServerCertificate #9140

Closed
Xyaran opened this issue Oct 26, 2023 · 1 comment
Closed

Test-DbaInstanceName: Add support for TrustServerCertificate #9140

Xyaran opened this issue Oct 26, 2023 · 1 comment
Labels
feature triage required New issue that has not been reviewed by maintainers

Comments

@Xyaran
Copy link

Xyaran commented Oct 26, 2023

Summarize Functionality

With the latests changes setting the encrypt to $true, I need to use the command with -TrustServerCertificate.

Is there a command that is similiar or close to what you are looking for?

Yes

Technical Details

Connect-DbaInstance supports the flag, it would be similar to it.

@Xyaran Xyaran added feature triage required New issue that has not been reviewed by maintainers labels Oct 26, 2023
@wsmelton
Copy link
Member

Please reference #8883

TL;DR we do not want to start adding parameters for connection level settings to all the functions. Primary reason we have the Connect-DbaInstance is for that to be done once and then passed into each command via -SqlInstance parameter.

@wsmelton wsmelton closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature triage required New issue that has not been reviewed by maintainers
Projects
None yet
Development

No branches or pull requests

2 participants