dsccommunity / StorageDsc

DSC resource module is used to manage storage on Windows Servers.
https://dsccommunity.org
MIT License
71 stars 52 forks source link

WaitForDisk: adding isAvailable property #175

Closed machgo closed 5 years ago

machgo commented 6 years ago

Pull Request (PR) description

This adds a new read only property to the WaitForDisk Resource, which can be shown in Get-TargetResource. The returnvalue is evaluated by calling the Test-TargetResource Method

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@         Coverage Diff         @@
##           dev   #175    +/-   ##
===================================
+ Coverage   94%    94%   +<1%     
===================================
  Files        6      6            
  Lines      797    799     +2     
===================================
+ Hits       756    758     +2     
  Misses      41     41