Skip to content

Commit 4fd89a3

Browse files
author
Uwe Janke
committed
revert: Restore RequiredModules (Publish-Module issue to be solved later)
1 parent e1ef493 commit 4fd89a3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

sqmSQLTool.psd1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,7 @@
195195
PrivateData = @{
196196
PSData = @{
197197
# Tags applied to this module. These help with module discovery in online galleries.
198-
Tags = @(
199-
'SQLServer', 'DBA', 'dbatools', 'Administration',
200-
'HealthCheck', 'Reporting', 'Maintenance', 'AlwaysOn',
201-
'Backup', 'Security', 'Automation', 'MSSQL',
202-
'TLS', 'Certificate', 'Deployment', 'SSRS'
203-
)
198+
Tags = @('SQLServer', 'DBA', 'dbatools', 'Administration', 'HealthCheck', 'Reporting', 'Maintenance', 'Security')
204199

205200
# A URL to the license for this module.
206201
LicenseUri = 'https://github.com/JankeUwe/sqmSQLTool/blob/main/LICENSE'

0 commit comments

Comments
 (0)