dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
302 stars 83 forks source link

SmbShare: Add support for ScopeName #291

Closed danielboth closed 4 years ago

danielboth commented 4 years ago

Pull Request (PR) description

Adds support to create a share in a specific scope into the SmbShare resource, required for example when creating shares in a Windows cluster.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

Merging #291 into dev will increase coverage by <1%. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff          @@
##            dev   #291    +/-   ##
====================================
+ Coverage    88%    88%   +<1%     
====================================
  Files        14     14            
  Lines      1478   1480     +2     
====================================
+ Hits       1302   1304     +2     
  Misses      176    176