We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38a06dc + 03ec1a6 commit 384ef0fCopy full SHA for 384ef0f
containers/base/profile.ps1
@@ -6,6 +6,10 @@
6
[CmdletBinding()]
7
param()
8
9
+# Set these defaults for all future sessions on this machine
10
+Set-DbatoolsConfig -FullName sql.connection.trustcert -Value $true -Register
11
+Set-DbatoolsConfig -FullName sql.connection.encrypt -Value $false -Register
12
+
13
if (Test-Path /workspace/containers -ErrorAction SilentlyContinue) {
14
Import-Module /workspace/containers/JessAndBeard.psm1
15
} else {
0 commit comments