You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Assemblies that must be loaded prior to importing this module
57
54
# RequiredAssemblies = @()
58
55
59
-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60
-
# ScriptsToProcess = @()
61
-
62
56
# Type files (.ps1xml) to be loaded when importing this module
63
-
#TypesToProcess = @()
57
+
TypesToProcess=@()
64
58
65
59
# Format files (.ps1xml) to be loaded when importing this module
66
-
# FormatsToProcess = @()
67
-
68
-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69
-
# NestedModules = @()
70
-
71
-
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72
-
FunctionsToExport=@()
73
-
74
-
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
# Modules to import as nested modules of the module specified in ModuleToProcess
63
+
NestedModules=@()
64
+
65
+
# Functions to export from this module
66
+
FunctionsToExport='*'
67
+
68
+
# Cmdlets to export from this module
69
+
CmdletsToExport='*'
94
70
95
-
#Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
96
-
AliasesToExport=@()
71
+
#Variables to export from this module
72
+
VariablesToExport='*'
97
73
98
-
#DSC resources to export from this module
99
-
# DscResourcesToExport = @()
74
+
#Aliases to export from this module
75
+
AliasesToExport='*'
100
76
101
77
# List of all modules packaged with this module
102
-
#ModuleList = @()
78
+
ModuleList=@()
103
79
104
80
# List of all files packaged with this module
105
81
# FileList = @()
106
82
107
-
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
83
+
# Private data to pass to the module specified in ModuleToProcess
108
84
PrivateData=@{
109
85
110
86
PSData=@{
111
87
112
88
# Tags applied to this module. These help with module discovery in online galleries.
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72
-
FunctionsToExport=@()
73
-
74
-
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
1
+
#
2
+
# Module manifest for module 'Microsoft.Azure.Commands.Insights'
3
+
#
4
+
# Generated by: Microsoft Corporation
5
+
#
6
+
# Generated on: 9/19/2015
7
+
#
8
+
9
+
@{
10
+
11
+
# Version number of this module.
12
+
ModuleVersion='0.11.1'
13
+
14
+
# ID used to uniquely identify this module
15
+
GUID='DA5816B5-97A6-4301-9AA0-72CC68C79F20'
16
+
17
+
# Author of this module
18
+
Author='Microsoft Corporation'
19
+
20
+
# Company or vendor of this module
21
+
CompanyName='Microsoft Corporation'
22
+
23
+
# Copyright statement for this module
24
+
Copyright='Microsoft Corporation. All rights reserved.'
25
+
26
+
# Description of the functionality provided by this module
27
+
Description='Microsoft Azure PowerShell - Storage management cmdlets for Azure Stack'
28
+
29
+
# Minimum version of the Windows PowerShell engine required by this module
30
+
PowerShellVersion='3.0'
31
+
32
+
# Name of the Windows PowerShell host required by this module
33
+
PowerShellHostName=''
34
+
35
+
# Minimum version of the Windows PowerShell host required by this module
36
+
PowerShellHostVersion=''
37
+
38
+
# Minimum version of the .NET Framework required by this module
39
+
DotNetFrameworkVersion='4.0'
40
+
41
+
# Minimum version of the common language runtime (CLR) required by this module
42
+
CLRVersion='4.0'
43
+
44
+
# Processor architecture (None, X86, Amd64, IA64) required by this module
45
+
ProcessorArchitecture='None'
46
+
47
+
# Modules that must be imported into the global environment prior to importing this module
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
78
+
79
+
# List of all modules packaged with this module
80
+
ModuleList=@()
81
+
82
+
# List of all files packaged with this module
83
+
FileList=@()
84
+
85
+
# Private data to pass to the module specified in ModuleToProcess
109
86
PrivateData=@{
110
87
111
88
PSData=@{
112
89
113
90
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments