Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding SmartTarget tag to those cmds using it #5109

Merged
merged 1 commit into from
Feb 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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