-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStructuredResource.psd1
More file actions
36 lines (27 loc) · 953 Bytes
/
Copy pathStructuredResource.psd1
File metadata and controls
36 lines (27 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@{
# Script module or binary module file associated with this manifest.
RootModule = 'StructuredResource.psm1'
NestedModules = 'TestStub1.psm1','TestStub2.psm1'
ScriptsToProcess = @(
'.\dotNetTypes\ensure.ps1'
'.\dotNetTypes\mode.ps1'
'.\dotNetTypes\NullSafeString.ps1'
'.\dotNetTypes\structuredResourceAttribute.ps1'
'.\dotNetTypes\testKind.ps1'
)
DscResourcesToExport = '*'
# Version number of this module.
ModuleVersion = '0.1.0'
# ID used to uniquely identify this module
GUID = 'ec7c68ce-a7f9-4bb4-b240-c3015356aa61'
# Author of this module
Author = 'alx9r'
# Copyright statement for this module
Copyright = '(c) 2017 Microsoft. All rights reserved.'
# Description of the functionality provided by this module
# Description = ''
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'
# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
}