File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 24
24
" TylerLeonhardt.vscode-inline-values-powershell" ,
25
25
" cschleiden.vscode-github-actions" ,
26
26
" ms-mssql.mssql" ,
27
- " Gruntfuggly.todo-tree"
27
+ " Gruntfuggly.todo-tree" ,
28
+ " streetsidesoftware.code-spell-checker"
28
29
],
29
30
"settings" : {
30
31
"editor.renderWhitespace" : " all" ,
Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
services :
3
3
dbachecks1 :
4
- image : dbachecks/sqlinstance1:v2.36 .0
4
+ image : dbachecks/sqlinstance1:v2.37 .0
5
5
volumes :
6
6
- mydata:/var/opt/backups
7
7
- shared:/shared
@@ -13,7 +13,7 @@ services:
13
13
hostname : dbachecks1
14
14
15
15
dbachecks2 :
16
- image : dbachecks/sqlinstance2:v2.36 .0
16
+ image : dbachecks/sqlinstance2:v2.37 .0
17
17
volumes :
18
18
- mydata:/var/opt/backups
19
19
- shared:/shared
@@ -27,7 +27,7 @@ services:
27
27
28
28
# This is our SQL2022 container
29
29
dbachecks3 :
30
- image : dbachecks/sqlinstance3:v2.36 .0
30
+ image : dbachecks/sqlinstance3:v2.37 .0
31
31
volumes :
32
32
- mydata:/var/opt/backups
33
33
- shared:/shared
Original file line number Diff line number Diff line change @@ -2351,13 +2351,19 @@ The Tags are the same"
2351
2351
FailedChange = 0 # + or - the number of tests failed for v5
2352
2352
SkippedChange = 0 # + or - the number of tests skipped for v5
2353
2353
},
2354
- @ {
2354
+ @ {
2355
2355
Name = ' SupportedBuild'
2356
2356
RunChange = -3 # + or - the number of tests run for v5
2357
2357
PassedChange = -3 # + or - the number of tests passed for v5
2358
2358
FailedChange = 0 # + or - the number of tests failed for v5
2359
2359
SkippedChange = 0 # + or - the number of tests skipped for v5
2360
-
2360
+ },
2361
+ @ {
2362
+ Name = ' GuestUserConnect'
2363
+ RunChange = 0 # + or - the number of tests run for v5
2364
+ PassedChange = +2 # + or - the number of tests passed for v5
2365
+ FailedChange = -2 # + or - the number of tests failed for v5
2366
+ SkippedChange = 0 # + or - the number of tests skipped for v5
2361
2367
}
2362
2368
)
2363
2369
$runchange = 0
You can’t perform that action at this time.
0 commit comments