From b35bd3a16bcfeac6245a2ea7cc24de9daa247c1b Mon Sep 17 00:00:00 2001 From: wsmelton Date: Fri, 22 Feb 2019 13:38:12 -0600 Subject: [PATCH] adding SmartTarget tag to those cmds using it --- functions/New-DbaXESmartCsvWriter.ps1 | 2 +- functions/New-DbaXESmartEmail.ps1 | 2 +- functions/New-DbaXESmartQueryExec.ps1 | 2 +- functions/New-DbaXESmartReplay.ps1 | 2 +- functions/New-DbaXESmartTableWriter.ps1 | 2 +- functions/Start-DbaXESmartTarget.ps1 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/New-DbaXESmartCsvWriter.ps1 b/functions/New-DbaXESmartCsvWriter.ps1 index b9c6ec807d..e04c5e768d 100644 --- a/functions/New-DbaXESmartCsvWriter.ps1 +++ b/functions/New-DbaXESmartCsvWriter.ps1 @@ -40,7 +40,7 @@ function New-DbaXESmartCsvWriter { Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch. .NOTES - Tags: ExtendedEvent, XE, XEvent + Tags: ExtendedEvent, XE, XEvent, SmartTarget Author: Chrissy LeMaire (@cl) | SmartTarget by Gianluca Sartori (@spaghettidba) Website: https://dbatools.io diff --git a/functions/New-DbaXESmartEmail.ps1 b/functions/New-DbaXESmartEmail.ps1 index 1b3c8456b8..5a6672c613 100644 --- a/functions/New-DbaXESmartEmail.ps1 +++ b/functions/New-DbaXESmartEmail.ps1 @@ -62,7 +62,7 @@ function New-DbaXESmartEmail { Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch. .NOTES - Tags: ExtendedEvent, XE, XEvent + Tags: ExtendedEvent, XE, XEvent, SmartTarget Author: Chrissy LeMaire (@cl) | SmartTarget by Gianluca Sartori (@spaghettidba) Website: https://dbatools.io diff --git a/functions/New-DbaXESmartQueryExec.ps1 b/functions/New-DbaXESmartQueryExec.ps1 index 347879ecd8..450e39e51a 100644 --- a/functions/New-DbaXESmartQueryExec.ps1 +++ b/functions/New-DbaXESmartQueryExec.ps1 @@ -39,7 +39,7 @@ function New-DbaXESmartQueryExec { Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch. .NOTES - Tags: ExtendedEvent, XE, XEvent + Tags: ExtendedEvent, XE, XEvent, SmartTarget Author: Chrissy LeMaire (@cl) | SmartTarget by Gianluca Sartori (@spaghettidba) Website: https://dbatools.io diff --git a/functions/New-DbaXESmartReplay.ps1 b/functions/New-DbaXESmartReplay.ps1 index ad0ea0b688..4ce63fd25e 100644 --- a/functions/New-DbaXESmartReplay.ps1 +++ b/functions/New-DbaXESmartReplay.ps1 @@ -45,7 +45,7 @@ function New-DbaXESmartReplay { Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch. .NOTES - Tags: ExtendedEvent, XE, XEvent + Tags: ExtendedEvent, XE, XEvent, SmartTarget Author: Chrissy LeMaire (@cl) | SmartTarget by Gianluca Sartori (@spaghettidba) Website: https://dbatools.io diff --git a/functions/New-DbaXESmartTableWriter.ps1 b/functions/New-DbaXESmartTableWriter.ps1 index bc3ca0903b..1419cd5f48 100644 --- a/functions/New-DbaXESmartTableWriter.ps1 +++ b/functions/New-DbaXESmartTableWriter.ps1 @@ -58,7 +58,7 @@ function New-DbaXESmartTableWriter { Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch. .NOTES - Tags: ExtendedEvent, XE, XEvent + Tags: ExtendedEvent, XE, XEvent, SmartTarget Author: Chrissy LeMaire (@cl) | SmartTarget by Gianluca Sartori (@spaghettidba) Website: https://dbatools.io diff --git a/functions/Start-DbaXESmartTarget.ps1 b/functions/Start-DbaXESmartTarget.ps1 index 0a362624b6..142b2f044b 100644 --- a/functions/Start-DbaXESmartTarget.ps1 +++ b/functions/Start-DbaXESmartTarget.ps1 @@ -47,7 +47,7 @@ function Start-DbaXESmartTarget { Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch. .NOTES - Tags: ExtendedEvent, XE, XEvent + Tags: ExtendedEvent, XE, XEvent, SmartTarget Author: Chrissy LeMaire (@cl) | SmartTarget by Gianluca Sartori (@spaghettidba) Website: https://dbatools.io