Skip to content

Commit 384ef0f

Browse files
Merge pull request #966 from dataplat/updatecontainer
Updatecontainer
2 parents 38a06dc + 03ec1a6 commit 384ef0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

containers/base/profile.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
[CmdletBinding()]
77
param()
88

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+
913
if (Test-Path /workspace/containers -ErrorAction SilentlyContinue) {
1014
Import-Module /workspace/containers/JessAndBeard.psm1
1115
} else {

0 commit comments

Comments
 (0)