Skip to content

Commit 13571f0

Browse files
authored
Merge pull request #3280 from hovsepm/release-3.3.0
EventHub build fix
2 parents 34fb5a0 + 3c98d15 commit 13571f0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/ResourceManager/EventHub/AzureRM.EventHub.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
# ProcessorArchitecture = ''
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @(@{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0' ;})
48+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; })
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
# RequiredAssemblies = @()

src/ResourceManager/EventHub/Eventhubs.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ EndProject
2323
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.EventHubs.Test", "Commands.EventHub.Test\Commands.EventHubs.Test.csproj", "{13E031E4-8A43-4B87-9D72-D70180C31C11}"
2424
EndProject
2525
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.EventHub", "Commands.EventHub\Commands.EventHub.csproj", "{80A92297-7C92-456B-8EE7-9FB6CE30149D}"
26+
ProjectSection(ProjectDependencies) = postProject
27+
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E} = {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}
28+
EndProjectSection
2629
EndProject
2730
Global
2831
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/ResourceManager/IotHub/AzureRM.IotHub.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0'; })
48+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; })
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

0 commit comments

Comments
 (0)