Skip to content

Commit b18273e

Browse files
Fix postgresql psd1 file (#13282)
Co-authored-by: Dingmeng Xue <[email protected]>
1 parent 05be663 commit b18273e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostgreSql/Az.PostgreSql.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.PostgreSql.private.dll'

0 commit comments

Comments
 (0)