dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
360 stars 227 forks source link

`Install-SqlServerDsc`: AgtSvcAccount no longer needed for `Install` #1814

Closed bleakprestiger closed 1 year ago

bleakprestiger commented 1 year ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #1814 (46101fa) into main (a512eff) will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff          @@
##           main   #1814   +/-   ##
====================================
  Coverage    88%     88%           
====================================
  Files        83      83           
  Lines      7444    7444           
====================================
  Hits       6594    6594           
  Misses      850     850           
Flag Coverage Δ
unit 88% <100%> (ø)
Impacted Files Coverage Δ
source/Private/Assert-SetupActionProperties.ps1 98% <100%> (ø)
bleakprestiger commented 1 year ago

Thanks @johlju

johlju commented 1 year ago

Great work on this!