Closed johlju closed 1 year ago
Merging #1863 (d8b4465) into main (58b765c) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## main #1863 +/- ##
====================================
Coverage 92% 92%
====================================
Files 85 85
Lines 7607 7614 +7
====================================
+ Hits 7005 7012 +7
Misses 602 602
Flag | Coverage Δ | |
---|---|---|
unit | 92% <100%> (+<1%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
source/Private/Invoke-SetupAction.ps1 | 92% <ø> (ø) |
|
source/Public/Install-SqlDscServer.ps1 | 100% <ø> (ø) |
|
source/Private/Assert-SetupActionProperties.ps1 | 98% <100%> (+<1%) |
:arrow_up: |
Pull Request (PR) description
Assert-SetupActionProperties
Install
and the feature analysis services is specified without the parameterASSysAdminAccounts
(issue #1845).Install
and the feature database engine is specified without the parameterSqlSysAdminAccounts
.Invoke-SetupAction
SqlSysAdminAccounts
is no longer mandatory to allow installation where the database engine is not installed.Install-SqlDscServer
SqlSysAdminAccounts
is no longer mandatory to allow installation where the database engine is not installed.This Pull Request (PR) fixes the following issues
Task list
This change is