Skip to content

Commit c3619ba

Browse files
author
REDMOND\v-ajnava
committed
Eventhub.psd1 fixes
1 parent 6dfd98b commit c3619ba

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/ResourceManager/EventHub/AzureRM.EventHub.psd1

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,57 +30,57 @@ Description = 'Microsoft Azure PowerShell - EventHubs service cmdlets for Azure
3030
PowerShellVersion = '3.0'
3131

3232
# Name of the Windows PowerShell host required by this module
33-
PowerShellHostName = ''
33+
PowerShellHostName = ''
3434

3535
# Minimum version of the Windows PowerShell host required by this module
36-
PowerShellHostVersion = ''
36+
PowerShellHostVersion = ''
3737

3838
# Minimum version of the .NET Framework required by this module
39-
DotNetFrameworkVersion = '4.0'
39+
DotNetFrameworkVersion = '4.0'
4040

4141
# Minimum version of the common language runtime (CLR) required by this module
4242
CLRVersion='4.0'
4343

4444
# Processor architecture (None, X86, Amd64, IA64) required by this module
45-
ProcessorArchitecture = 'None'
45+
# ProcessorArchitecture = ''
4646

4747
# 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' ;})
4949

5050
# Assemblies that must be loaded prior to importing this module
51-
RequiredAssemblies = @()
51+
# RequiredAssemblies = @()
5252

5353
# Script files (.ps1) that are run in the caller's environment prior to importing this module
54-
ScriptsToProcess = @()
54+
# ScriptsToProcess = @()
5555

5656
# Type files (.ps1xml) to be loaded when importing this module
57-
TypesToProcess = @()
57+
# TypesToProcess = @()
5858

5959
# Format files (.ps1xml) to be loaded when importing this module
60-
FormatsToProcess = @()
60+
# FormatsToProcess = @()
6161

6262
# Modules to import as nested modules of the module specified in ModuleToProcess
6363
NestedModules = @(
6464
'.\Microsoft.Azure.Commands.EventHub.dll'
6565
)
6666

6767
# Functions to export from this module
68-
FunctionsToExport = '*'
68+
FunctionsToExport = @()
6969

7070
# Cmdlets to export from this module
71-
CmdletsToExport = '*'
71+
CmdletsToExport = '*'
7272

7373
# Variables to export from this module
74-
VariablesToExport = '*'
74+
# VariablesToExport = @()
7575

7676
# Aliases to export from this module
7777
AliasesToExport = @()
7878

7979
# List of all modules packaged with this module
80-
ModuleList = @()
80+
# ModuleList = @()
8181

8282
# List of all files packaged with this module
83-
FileList = @()
83+
# FileList = @()
8484

8585
# Private data to pass to the module specified in ModuleToProcess
8686
PrivateData = @{

0 commit comments

Comments
 (0)