We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3815cc commit 30c2cc8Copy full SHA for 30c2cc8
src/ResourceManager/Sql/Commands.Sql/Az.Sql.psd1
@@ -57,8 +57,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.0.0'; })
57
58
# Assemblies that must be loaded prior to importing this module
59
RequiredAssemblies = '.\Microsoft.Azure.Management.Sql.dll',
60
- '.\Microsoft.Azure.Management.Sql.Legacy.dll',
61
- '.\Microsoft.Azure.Management.Storage.dll'
+ '.\Microsoft.Azure.Management.Sql.Legacy.dll'
62
63
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
64
# ScriptsToProcess = @()
0 commit comments