Skip to content

Commit f94ed84

Browse files
niphlodactions-user
authored andcommitted
updating build ref file
1 parent 5f18e53 commit f94ed84

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

assets/dbatools-index.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6677,27 +6677,27 @@
66776677
},
66786678
{
66796679
"Name": "Copy-DbaXESessionTemplate",
6680-
"Description": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\xetemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n\nUseful for when you want to use the SSMS GUI.",
6680+
"Description": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\XEtemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n\nUseful for when you want to use the SSMS GUI.",
66816681
"Tags": [
66826682
"ExtendedEvent",
66836683
"XE",
66846684
"XEvent"
66856685
],
6686-
"Synopsis": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\xetemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
6686+
"Synopsis": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\XEtemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
66876687
"Alias": "",
66886688
"Author": "Chrissy LeMaire (@cl), netnerds.net",
66896689
"CommandName": "Copy-DbaXESessionTemplate",
66906690
"Availability": "Windows, Linux, macOS",
66916691
"Links": "https://dbatools.io/Copy-DbaXESessionTemplate",
6692-
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate\nCopies non-Microsoft templates from the dbatools template repository (\\bin\\xetemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate -Path C:\\temp\\xetemplates\nCopies your templates from C:\\temp\\xetemplates to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
6692+
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate\nCopies non-Microsoft templates from the dbatools template repository (\\bin\\XEtemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate -Path C:\\temp\\XEtemplates\nCopies your templates from C:\\temp\\XEtemplates to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
66936693
"Params": [
66946694
[
66956695
"Path",
6696-
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\xetemplates\\).",
6696+
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\XEtemplates\\).",
66976697
"",
66986698
false,
66996699
"false",
6700-
"\"$script:PSModuleRoot\\bin\\xetemplates\"",
6700+
"\"$script:PSModuleRoot\\bin\\XEtemplates\"",
67016701
""
67026702
],
67036703
[
@@ -27558,13 +27558,13 @@
2755827558
},
2755927559
{
2756027560
"Name": "Get-DbaXESessionTemplate",
27561-
"Description": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\xetemplates\\).\n\nThe default repository contains templates from:\nMicrosoft\u0027s Templates that come with SSMS\nJes Borland\u0027s \"Everyday Extended Events\" presentation and GitHub repository (https://github.com/grrlgeek/extended-events)\nChristian Grafe (@ChrGraefe) XE Repo: https://github.com/chrgraefe/sqlscripts/blob/master/XE-Events/\nErin Stellato\u0027s Blog: https://www.sqlskills.com/blogs/erin/\n\nSome profile templates converted using:\nsp_SQLskills_ConvertTraceToExtendedEvents.sql\nJonathan M. Kehayias, SQLskills.com\nhttp://sqlskills.com/blogs/jonathan",
27561+
"Description": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\XEtemplates\\).\n\nThe default repository contains templates from:\nMicrosoft\u0027s Templates that come with SSMS\nJes Borland\u0027s \"Everyday Extended Events\" presentation and GitHub repository (https://github.com/grrlgeek/extended-events)\nChristian Grafe (@ChrGraefe) XE Repo: https://github.com/chrgraefe/sqlscripts/blob/master/XE-Events/\nErin Stellato\u0027s Blog: https://www.sqlskills.com/blogs/erin/\n\nSome profile templates converted using:\nsp_SQLskills_ConvertTraceToExtendedEvents.sql\nJonathan M. Kehayias, SQLskills.com\nhttp://sqlskills.com/blogs/jonathan",
2756227562
"Tags": [
2756327563
"ExtendedEvent",
2756427564
"XE",
2756527565
"XEvent"
2756627566
],
27567-
"Synopsis": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\xetemplates\\).",
27567+
"Synopsis": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\XEtemplates\\).",
2756827568
"Alias": "",
2756927569
"Author": "Chrissy LeMaire (@cl), netnerds.net",
2757027570
"CommandName": "Get-DbaXESessionTemplate",
@@ -27574,11 +27574,11 @@
2757427574
"Params": [
2757527575
[
2757627576
"Path",
27577-
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\xetemplates\\).",
27577+
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\XEtemplates\\).",
2757827578
"",
2757927579
false,
2758027580
"false",
27581-
"\"$script:PSModuleRoot\\bin\\xetemplates\"",
27581+
"\"$script:PSModuleRoot\\bin\\XEtemplates\"",
2758227582
""
2758327583
],
2758427584
[

0 commit comments

Comments
 (0)