Skip to content

Commit

Permalink
version update to update gallery, exported command cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Nov 2, 2016
1 parent 29c9374 commit a326c40
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions dbatools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'dbatools.psm1'

# Version number of this module.
ModuleVersion = '0.8.6'
ModuleVersion = '0.8.61'

# ID used to uniquely identify this module
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
Expand Down Expand Up @@ -145,18 +145,15 @@
'Test-DbaServerName',
'Repair-DbaServerName',
'Stop-DbaProcess',
'Get-DbaProcess',
'Get-DbaAvailabilityGroup'
'Test-DbaMaxDop',
'Copy-SqlSsisCatalog',
'Get-DbaLastGoodCheckDb',
'Test-DbaDatabaseBestPractice',
'Remove-DbaBackup',
'Find-DbaOrphanedFile',
'Test-DbaFullRecoveryModel',
'Test-DbaMaxDop',
'Get-DbaAvailabilityGroup',
'Get-DbaLastGoodCheckDb',
'Get-DbaProcess',
'Get-DbaRunningJob',
'Set-DbaMaxDop'
'Set-DbaMaxDop',
'Test-DbaFullRecoveryModel',
'Test-DbaMaxDop'
)

# Cmdlets to export from this module
Expand Down

0 comments on commit a326c40

Please sign in to comment.