978a979566
* win_dsc: improved parameter handling * removed uneeded try/catch leftover from testing * removed undeed return values * added custom DSC to fully test out casting * fix up codestyle issues * using new Requires ps version check * fixed up error message check on earlier ps version
12 lines
335 B
PowerShell
12 lines
335 B
PowerShell
@{
|
|
ModuleVersion = '{{item.version}}'
|
|
GUID = '{{item.version|to_uuid}}'
|
|
Author = 'Ansible'
|
|
CompanyName = 'Ansible'
|
|
Copyright = '(c) 2017'
|
|
Description = 'Test DSC Resource for Ansible integration tests'
|
|
PowerShellVersion = '5.0'
|
|
CLRVersion = '4.0'
|
|
FunctionsToExport = '*'
|
|
CmdletsToExport = '*'
|
|
}
|