dsccommunity / SqlServerDsc

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

SqlSetup: SourcePath should be a mandatory parameter #1756

Closed jrdbarnes closed 2 years ago

jrdbarnes commented 2 years ago

Pull Request (PR) description

SourcePath should be a mandatory parameter on the *-TargetResource functions, as an exception is thrown if the parameter is not passed.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #1756 (3e2daef) into main (d6eebb5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           main   #1756   +/-   ##
====================================
  Coverage    87%     87%           
====================================
  Files        38      38           
  Lines      6348    6348           
====================================
  Hits       5574    5574           
  Misses      774     774           
Flag Coverage Δ
unit 87% <ø> (ø)
Impacted Files Coverage Δ
source/DSCResources/DSC_SqlSetup/DSC_SqlSetup.psm1 98% <ø> (ø)