Skip to content

Commit

Permalink
adding SmartTarget tag to those cmds using it (#5109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton authored Feb 23, 2019
1 parent 9ce825e commit bd8952a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions/New-DbaXESmartCsvWriter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/New-DbaXESmartEmail.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/New-DbaXESmartQueryExec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/New-DbaXESmartReplay.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/New-DbaXESmartTableWriter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/Start-DbaXESmartTarget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd8952a

Please sign in to comment.