Skip to content

Commit befdc8d

Browse files
author
shahabhijeet
committed
Missed a version mismatch for azure.psd1 file
1 parent 22a2bcf commit befdc8d

File tree

1 file changed

+1
-1
lines changed
  • src/ServiceManagement/Services/Commands.Utilities

1 file changed

+1
-1
lines changed

src/ServiceManagement/Services/Commands.Utilities/Azure.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 = 'Azure.Storage'; ModuleVersion = '2.2.0'})
48+
RequiredModules = @( @{ ModuleName = 'Azure.Storage'; ModuleVersion = '2.1.0'})
4949

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

0 commit comments

Comments
 (0)