Skip to content

Commit d098039

Browse files
committed
updating versions in the psd1 file
1 parent 0e69282 commit d098039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StackAdmin/Network/Commands.Network/AzureRM.Network.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Network service cmdlets for Azure Resource Manager'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.4.6.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',

0 commit comments

Comments
 (0)