Closed gaelcolas closed 3 years ago
Refactored a lot of Path resolution into Sampler public function for consitency and re-usability.
Updated the Tasks to use those Sampler functions.
Updated Get-BuiltModuleVersion to support $BuiltModuleSubdirectory as per #239.
Added Get-SamplerAbsolutePath, Get-SamplerBuiltModuleBase, Get-SamplerModuleInfo, Get-SamplerBuiltModuleManifest, Get-SamplerModuleRootPath.
Once (pre)released here, the DscResource.DocGenerator module will have to be updated for its tasks. There's a small breaking change with Get-BuiltModuleVersion. /cc @johlju
DscResource.DocGenerator
Get-BuiltModuleVersion
This change is
Fixed
Changed
Refactored a lot of Path resolution into Sampler public function for consitency and re-usability.
Updated the Tasks to use those Sampler functions.
Updated Get-BuiltModuleVersion to support $BuiltModuleSubdirectory as per #239.
Added
Added Get-SamplerAbsolutePath, Get-SamplerBuiltModuleBase, Get-SamplerModuleInfo, Get-SamplerBuiltModuleManifest, Get-SamplerModuleRootPath.
Notes
Once (pre)released here, the
DscResource.DocGenerator
module will have to be updated for its tasks. There's a small breaking change withGet-BuiltModuleVersion
. /cc @johljuThis change is