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.
1 parent ba433ef commit 03ec1a6Copy full SHA for 03ec1a6
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