|
1 | 1 | @{
|
2 |
| - RootModule = 'AutomatedLabWorker.psm1' |
| 2 | + RootModule = 'AutomatedLabWorker.psm1' |
3 | 3 |
|
4 |
| - ModuleVersion = '1.0.0' |
| 4 | + ModuleVersion = '1.0.0' |
5 | 5 |
|
6 |
| - CompatiblePSEditions = 'Core', 'Desktop' |
| 6 | + CompatiblePSEditions = 'Core', 'Desktop' |
7 | 7 |
|
8 |
| - GUID = '3addac35-cd7a-4bd2-82f5-ab9c83a48246' |
| 8 | + GUID = '3addac35-cd7a-4bd2-82f5-ab9c83a48246' |
9 | 9 |
|
10 |
| - Author = 'Raimund Andree, Per Pedersen, Jan-Hendrik Peters' |
| 10 | + Author = 'Raimund Andree, Per Pedersen, Jan-Hendrik Peters' |
11 | 11 |
|
12 |
| - CompanyName = 'AutomatedLab Team' |
| 12 | + CompanyName = 'AutomatedLab Team' |
13 | 13 |
|
14 |
| - Copyright = '2018' |
| 14 | + Copyright = '2019' |
15 | 15 |
|
16 |
| - Description = 'This module encapsulates all the work activities to prepare the lab' |
| 16 | + Description = 'This module encapsulates all the work activities to prepare the lab' |
17 | 17 |
|
18 |
| - PowerShellVersion = '5.0' |
| 18 | + PowerShellVersion = '5.1' |
19 | 19 |
|
20 | 20 | DotNetFrameworkVersion = '4.0'
|
21 | 21 |
|
22 |
| - ModuleList = @('AutomatedLabWorker') |
| 22 | + ModuleList = @('AutomatedLabWorker') |
23 | 23 |
|
24 |
| - RequiredModules = @( |
| 24 | + RequiredModules = @( |
25 | 25 | 'AutomatedLabUnattended',
|
26 | 26 | 'PSLog',
|
27 | 27 | 'PSFileTransfer',
|
28 | 28 | @{
|
29 |
| - ModuleName = "AutomatedLab.Common"; |
| 29 | + ModuleName = "AutomatedLab.Common"; |
30 | 30 | ModuleVersion = "1.1.87";
|
31 | 31 | }
|
32 | 32 | )
|
33 | 33 |
|
34 |
| - NestedModules = @( |
| 34 | + NestedModules = @( |
35 | 35 | 'AutomatedLabWorkerInternals.psm1',
|
36 | 36 | 'AutomatedLabWorkerADCS.psm1',
|
37 | 37 | 'AutomatedLabWorkerDisks.psm1',
|
|
40 | 40 | 'AutomatedLabAzureWorkerNetwork.psm1',
|
41 | 41 | 'AutomatedLabAzureWorkerVirtualMachines.psm1',
|
42 | 42 | 'AutomatedLabVMWareWorkerVirtualMachines.psm1',
|
43 |
| - 'AutomatedLabVMWareWorkerNetwork.psm1') |
| 43 | + 'AutomatedLabVMWareWorkerNetwork.psm1') |
44 | 44 |
|
45 |
| - FileList = @('AutomatedLabWorker.psm1', |
| 45 | + FileList = @('AutomatedLabWorker.psm1', |
46 | 46 | 'AutomatedLabWorkerInternals.psm1',
|
47 | 47 | 'AutomatedLabWorkerADCS.psm1',
|
48 | 48 | 'AutomatedLabWorkerDisks.psm1',
|
|
51 | 51 | 'AutomatedLabAzureWorkerNetwork.psm1',
|
52 | 52 | 'AutomatedLabAzureWorkerVirtualMachines.psm1',
|
53 | 53 | 'AutomatedLabVMWareWorkerVirtualMachines.psm1',
|
54 |
| - 'AutomatedLabVMWareWorkerNetwork.psm1') |
| 54 | + 'AutomatedLabVMWareWorkerNetwork.psm1') |
55 | 55 |
|
56 |
| - PrivateData = @{ } |
| 56 | + PrivateData = @{ } |
57 | 57 | }
|
0 commit comments