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 ab433fa commit ad8569cCopy full SHA for ad8569c
bin/dbatools-index.json
44 Bytes
dbatools.psd1
@@ -29,7 +29,10 @@
29
Description = "The community module that enables SQL Server Pros to automate database development and server administration"
30
31
# Modules that must be imported into the global environment prior to importing this module
32
- RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2024.4.12' }
+ RequiredModules = @{
33
+ ModuleName = 'dbatools.library';
34
+ ModuleVersion = '2025.7.19'
35
+ }
36
37
# Assemblies that must be loaded prior to importing this module
38
RequiredAssemblies = @()
0 commit comments