Skip to content

Commit be41fb9

Browse files
author
REDMOND\v-ajnava
committed
Profile Version Fix.
1 parent 4b114a3 commit be41fb9

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -12,77 +12,77 @@
1212
ModuleVersion = '0.0.1'
1313

1414
# ID used to uniquely identify this module
15-
GUID = 'cc69c625-e961-43f4-8b50-0061eba6e4b6'
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 - ServiceBus service cmdlets for Azure Resource Manager'
28-
15+
GUID = 'cc69c625-e961-43f4-8b50-0061eba6e4b6'
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 - ServiceBus service cmdlets for Azure Resource Manager'
28+
2929
# Minimum version of the Windows PowerShell engine required by this module
30-
PowerShellVersion = '3.0'
31-
30+
PowerShellVersion = '3.0'
31+
3232
# Name of the Windows PowerShell host required by this module
33-
PowerShellHostName = ''
34-
33+
PowerShellHostName = ''
34+
3535
# Minimum version of the Windows PowerShell host required by this module
36-
PowerShellHostVersion = ''
37-
36+
PowerShellHostVersion = ''
37+
3838
# Minimum version of the .NET Framework required by this module
39-
DotNetFrameworkVersion = '4.0'
40-
39+
DotNetFrameworkVersion = '4.0'
40+
4141
# Minimum version of the common language runtime (CLR) required by this module
42-
CLRVersion='4.0'
43-
42+
CLRVersion='4.0'
43+
4444
# Processor architecture (None, X86, Amd64, IA64) required by this module
4545
# ProcessorArchitecture = ''
46-
46+
4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @(@{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0'; })
49-
50-
# Assemblies that must be loaded prior to importing this module
48+
RequiredModules = @(@{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; })
49+
50+
# Assemblies that must be loaded prior to importing this module
5151
# RequiredAssemblies = @()
52-
53-
# Script files (.ps1) that are run in the caller's environment prior to importing this module
52+
53+
# Script files (.ps1) that are run in the caller's environment prior to importing this module
5454
# ScriptsToProcess = @()
55-
56-
# Type files (.ps1xml) to be loaded when importing this module
55+
56+
# Type files (.ps1xml) to be loaded when importing this module
5757
# TypesToProcess = @()
58-
59-
# Format files (.ps1xml) to be loaded when importing this module
58+
59+
# Format files (.ps1xml) to be loaded when importing this module
6060
# FormatsToProcess = @()
61-
62-
# Modules to import as nested modules of the module specified in ModuleToProcess
63-
NestedModules = @(
61+
62+
# Modules to import as nested modules of the module specified in ModuleToProcess
63+
NestedModules = @(
6464
'.\Microsoft.Azure.Commands.ServiceBus.dll'
6565
)
66-
67-
# Functions to export from this module
66+
67+
# Functions to export from this module
6868
FunctionsToExport = @()
69-
70-
# Cmdlets to export from this module
69+
70+
# Cmdlets to export from this module
7171
CmdletsToExport = '*'
72-
73-
# Variables to export from this module
72+
73+
# Variables to export from this module
7474
# VariablesToExport = @()
75-
76-
# Aliases to export from this module
75+
76+
# Aliases to export from this module
7777
AliasesToExport = @()
78-
79-
# List of all modules packaged with this module
78+
79+
# List of all modules packaged with this module
8080
# ModuleList = @()
81-
82-
# List of all files packaged with this module
81+
82+
# List of all files packaged with this module
8383
# FileList = @()
84-
85-
# Private data to pass to the module specified in ModuleToProcess
84+
85+
# Private data to pass to the module specified in ModuleToProcess
8686
PrivateData = @{
8787

8888
PSData = @{

0 commit comments

Comments
 (0)