Skip to content

Commit

Permalink
Command page associated Tag cleanup (#8041)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton authored Jan 6, 2022
1 parent f63915e commit 6cae0dd
Show file tree
Hide file tree
Showing 291 changed files with 529 additions and 517 deletions.
56 changes: 55 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,66 @@
"powershell.scriptAnalysis.settingsPath": "bin\\PSScriptAnalyzerRules.psd1",
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
"cSpell.words": [
"Aduck",
"Andreas",
"Bargsley",
"Benner",
"Bizzotto",
"Boggiano",
"Brodeur",
"CHECKDB",
"Ciucu",
"cjsommer",
"Cown",
"DBCC",
"dgmyrs",
"DISA",
"erinstellato",
"Fleitas",
"fleitasarts",
"Furgiuele",
"gbargsley",
"hiramfleitas",
"ifexists",
"ISNULL",
"Jakob",
"jaxnoth",
"jbruns",
"jpomfret",
"Kehayias",
"Kendal",
"Kirill",
"Klaas",
"Kokkinos",
"Kravtsov",
"Mikey",
"nchar",
"niphlod",
"ntext",
"nvarscar",
"Ordix",
"pittfurg",
"PKCS",
"Pollus",
"randomizer",
"richiebzzzt",
"Samuelsson",
"securables",
"serg",
"SMIME",
"Spid",
"Spids",
"SQLDB",
"sqlpadawan",
"sqlstad",
"Stad"
"SSDT",
"Stad",
"Stellato's",
"STIG",
"Tepp",
"Vandenberghe",
"Viorel",
"Wsfc",
"wsmelton"
]
}
7 changes: 4 additions & 3 deletions functions/Add-DbaAgDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Add-DbaAgDatabase {
Step 1: Setting seeding mode if needed.
If -SeedingMode is used and the current seeding mode of the replica is not in the desired mode, the seeding mode of the replica is changed.
The seeding mode will not be changed back but stay in this mode.
If the seeding mode is changed to Automatic, the necessary rigths to create databases will be granted.
If the seeding mode is changed to Automatic, the necessary rights to create databases will be granted.
Step 2: Running backup and restore if needed.
Action is only taken for replicas with a desired seeding mode of Manual and where the database does not yet exist.
If -UseLastBackup is used, the restore will be performed based on the backup history of the database.
Expand All @@ -33,7 +33,7 @@ function Add-DbaAgDatabase {
because the command fails if the database is already part of the Availability Group.
This limitation will be removed in a later version.
.PARAMETER SqlInstance
.PARAMETER SqlInstance
The primary replica of the Availability Group. Server version must be SQL Server version 2012 or higher.
.PARAMETER SqlCredential
Expand Down Expand Up @@ -93,8 +93,9 @@ function Add-DbaAgDatabase {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: AvailabilityGroup, HA, AG
Tags: AG, HA
Author: Chrissy LeMaire (@cl), netnerds.net | Andreas Jordan (@JordanOrdix), ordix.de
Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
License: MIT https://opensource.org/licenses/MIT
Expand Down
3 changes: 2 additions & 1 deletion functions/Add-DbaAgListener.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ function Add-DbaAgListener {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: AvailabilityGroup, HA, AG
Tags: AG, HA
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
License: MIT https://opensource.org/licenses/MIT
Expand Down
3 changes: 2 additions & 1 deletion functions/Add-DbaAgReplica.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ function Add-DbaAgReplica {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: AvailabilityGroup, HA, AG
Tags: AG, HA
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
License: MIT https://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Add-DbaComputerCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Add-DbaComputerCertificate {
If this switch is enabled, you will be prompted for confirmation before executing any operations that change state.
.NOTES
Tags: Certificate
Tags: Certificate, Security
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Add-DbaDbRoleMember.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Add-DbaDbRoleMember {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Role, Database, Security, Login
Tags: Role, User
Author: Ben Miller (@DBAduck)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Add-DbaExtendedProperty.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Add-DbaExtendedProperty {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: extendedproperties
Tags: General, ExtendedProperty
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Add-DbaServerRoleMember.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Add-DbaServerRoleMember {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Role, Security, Login
Tags: Role, Login
Author: Shawn Melton (@wsmelton)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Backup-DbaComputerCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Backup-DbaComputerCertificate {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Certificate
Tags: CertBackup, Certificate, Backup
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Backup-DbaDbCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Backup-DbaDbCertificate {
If this switch is enabled, no actions are performed but informational messages will be displayed that explain what would happen if the command were to run.
.NOTES
Tags: Migration, Certificate
Tags: CertBackup, Certificate, Backup
Author: Jess Pomfret (@jpomfret)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Backup-DbaDbMasterKey.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Backup-DbaDbMasterKey {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Certificate, Database
Tags: CertBackup, Certificate, Backup
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Backup-DbaServiceMasterKey.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Backup-DbaServiceMasterKey {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Certificate, Database
Tags: CertBackup, Certificate, Backup
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Clear-DbaConnectionPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Clear-DbaConnectionPool {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Connection
Tags: Diagnostic, Connection
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Clear-DbaLatchStatistics.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Clear-DbaLatchStatistics {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: LatchStatistic, Waits
Tags: Diagnostic, LatchStatistic, Waits
Author: Patrick Flynn (@sqllensman)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Clear-DbaPlanCache.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Clear-DbaPlanCache {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Memory
Tags: Diagnostic, Memory
Author: Tracy Boggiano, databasesuperhero.com
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Clear-DbaWaitStatistics.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Clear-DbaWaitStatistics {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: WaitStatistic, Waits
Tags: Diagnostic, WaitStats, Waits
Author: Chrissy LeMaire (@cl)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Connect-DbaInstance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function Connect-DbaInstance {
Using this switch turns our "nice by default" feature on which makes errors into pretty warnings.
.NOTES
Tags: Connect, Connection
Tags: Connection
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/ConvertTo-DbaDataTable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function ConvertTo-DbaDataTable {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: DataTable, Table, Data
Tags: Table, Data
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io/
Expand Down
4 changes: 2 additions & 2 deletions functions/ConvertTo-DbaTimeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ConvertTo-DbaTimeline {
.PARAMETER ExcludeRowLabel
By default, the Timeline shows SqlInstance and item name (agent job or database) in row labels section of the chart.
When this parameter (ExcludeRowLabel) is set to true the row labels will not be shown which will maximise the chart area for better visualisation.
When this parameter (ExcludeRowLabel) is set to true the row labels will not be shown which will maximise the chart area for better visualization.
All relevant details are still available in the tooltip.
.PARAMETER EnableException
Expand All @@ -25,7 +25,7 @@ function ConvertTo-DbaTimeline {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Chart
Tags: Utility, Chart
Author: Marcin Gminski (@marcingminski)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaDbTableData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function Copy-DbaDbTableData {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Migration
Tags: Table, Data
Author: Simone Bizzotto (@niphlod)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaDbViewData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function Copy-DbaDbViewData {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Migration
Tags: Table, Data
Author: Stephen Swan (@jaxnoth)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaAgHadr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Disable-DbaAgHadr {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: AvailabilityGroup, HA, AG
Tags: AG, HA
Author: Shawn Melton (@wsmelton), http://wsmelton.github.io
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaForceNetworkEncryption.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Disable-DbaForceNetworkEncryption {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Certificate
Tags: Certificate, Security
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaHideInstance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Disable-DbaHideInstance {
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Disable-DbaHideInstance
https://dbatools.io/Disable-DbaHideInstance
.EXAMPLE
PS C:\> Disable-DbaHideInstance
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaTraceFlag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Disable-DbaTraceFlag {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: TraceFlag, DBCC
Tags: Diagnostic, TraceFlag, DBCC
Author: Garry Bargsley (@gbargsley), http://blog.garrybargsley.com
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Dismount-DbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Dismount-DbaDatabase {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Database
Tags: Detach, Database
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Enable-DbaAgHadr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Enable-DbaAgHadr {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: AvailabilityGroup, HA, AG
Tags: AG, HA
Author: Shawn Melton (@wsmelton), http://wsmelton.github.io
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Enable-DbaForceNetworkEncryption.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Enable-DbaForceNetworkEncryption {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Certificate, Encryption
Tags: Certificate, Encryption, Security
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Enable-DbaTraceFlag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Enable-DbaTraceFlag {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: TraceFlag, DBCC
Tags: Diagnostic, TraceFlag, DBCC
Author: Garry Bargsley (@gbargsley), http://blog.garrybargsley.com
Website: https://dbatools.io
Expand Down
4 changes: 2 additions & 2 deletions functions/Expand-DbaDbLogFile.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Expand-DbaDbLogFile {
<#
.SYNOPSIS
This command will help you to automatically grow your transaction log file in a responsible way (preventing the generation of too many VLFs).
This command will help you to automatically grow your transaction log file in a responsible way (preventing the generation of too many VLFs).
.DESCRIPTION
As you may already know, having a transaction log file with too many Virtual Log Files (VLFs) can hurt your database performance in many ways.
Expand Down Expand Up @@ -98,7 +98,7 @@ function Expand-DbaDbLogFile {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Storage, Backup
Tags: Storage, LogFile
Author: Claudio Silva (@ClaudioESSilva)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Export-DbaDacPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Export-DbaDacPackage {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Migration, Database, Dacpac
Tags: Dacpac, Deployment
Author: Richie lee (@richiebzzzt)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Export-DbaExecutionPlan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Export-DbaExecutionPlan {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Performance, ExecutionPlan
Tags: Diagnostic, Performance, ExecutionPlan
Author: Chrissy LeMaire (@cl), netnerds.net
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaAgentJob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Find-DbaAgentJob {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.NOTES
Tags: Agent, Job
Tags: Agent, Job, Lookup
Author: Stephen Bennett (https://sqlnotesfromtheunderground.wordpress.com/)
Website: https://dbatools.io
Expand Down
Loading

0 comments on commit 6cae0dd

Please sign in to comment.