-
Notifications
You must be signed in to change notification settings - Fork 15
/
LISAv2-Framework.psd1
44 lines (32 loc) · 1.17 KB
/
LISAv2-Framework.psd1
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
37
38
39
40
41
42
43
44
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the Apache License.
#
# Module manifest for module 'LISAv2-Framework'
#
# Generated by: lisasupport@microsoft.com
#
# Generated on: 14/01/2019
#
@{
# Script module or binary module file associated with this manifest.
RootModule = 'LISAv2-Framework.psm1'
# Version number of this module.
ModuleVersion = '1.19.02'
# ID used to uniquely identify this module
GUID = '16c783d9-e853-40d3-8bf8-cf13b73ade3c'
# Author of this module
Author = 'lisasupport@microsoft.com'
# Company or vendor of this module
CompanyName = 'Microsoft'
# Copyright statement for this module
Copyright = 'Copyright (c) Microsoft Corporation. All rights reserved.'
# Description of the functionality provided by this module
Description = 'Powershell module for testing Linux image/kernel on Azure and HyperV platforms.'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
ScriptsToProcess = @()
# Functions to export from this module
FunctionsToExport = "Start-LISAv2"
AliasesToExport = "Run-LISAv2"
}