@@ -30,57 +30,57 @@ Description = 'Microsoft Azure PowerShell - EventHubs service cmdlets for Azure
30
30
PowerShellVersion = ' 3.0'
31
31
32
32
# Name of the Windows PowerShell host required by this module
33
- PowerShellHostName = ' '
33
+ PowerShellHostName = ' '
34
34
35
35
# Minimum version of the Windows PowerShell host required by this module
36
- PowerShellHostVersion = ' '
36
+ PowerShellHostVersion = ' '
37
37
38
38
# Minimum version of the .NET Framework required by this module
39
- DotNetFrameworkVersion = ' 4.0'
39
+ DotNetFrameworkVersion = ' 4.0'
40
40
41
41
# Minimum version of the common language runtime (CLR) required by this module
42
42
CLRVersion = ' 4.0'
43
43
44
44
# Processor architecture (None, X86, Amd64, IA64) required by this module
45
- ProcessorArchitecture = ' None '
45
+ # ProcessorArchitecture = ''
46
46
47
47
# Modules that must be imported into the global environment prior to importing this module
48
- RequiredModules = @ ( @ { ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 2.2 .0' ;})
48
+ RequiredModules = @ (@ { ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 2.3 .0' ;})
49
49
50
50
# Assemblies that must be loaded prior to importing this module
51
- RequiredAssemblies = @ ()
51
+ # RequiredAssemblies = @()
52
52
53
53
# Script files (.ps1) that are run in the caller's environment prior to importing this module
54
- ScriptsToProcess = @ ()
54
+ # ScriptsToProcess = @()
55
55
56
56
# Type files (.ps1xml) to be loaded when importing this module
57
- TypesToProcess = @ ()
57
+ # TypesToProcess = @()
58
58
59
59
# Format files (.ps1xml) to be loaded when importing this module
60
- FormatsToProcess = @ ()
60
+ # FormatsToProcess = @()
61
61
62
62
# Modules to import as nested modules of the module specified in ModuleToProcess
63
63
NestedModules = @ (
64
64
' .\Microsoft.Azure.Commands.EventHub.dll'
65
65
)
66
66
67
67
# Functions to export from this module
68
- FunctionsToExport = ' * '
68
+ FunctionsToExport = @ ()
69
69
70
70
# Cmdlets to export from this module
71
- CmdletsToExport = ' *'
71
+ CmdletsToExport = ' *'
72
72
73
73
# Variables to export from this module
74
- VariablesToExport = ' * '
74
+ # VariablesToExport = @()
75
75
76
76
# Aliases to export from this module
77
77
AliasesToExport = @ ()
78
78
79
79
# List of all modules packaged with this module
80
- ModuleList = @ ()
80
+ # ModuleList = @()
81
81
82
82
# List of all files packaged with this module
83
- FileList = @ ()
83
+ # FileList = @()
84
84
85
85
# Private data to pass to the module specified in ModuleToProcess
86
86
PrivateData = @ {
0 commit comments