File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
44
. SYNOPSIS
45
45
Creates a Server Audit with File destination.
46
46
#>
47
- Configuration MSFT_SqlServerAudit_AddFileAudit_Config
47
+ Configuration DSC_SqlServerAudit_AddFileAudit_Config
48
48
{
49
49
Import-DscResource - ModuleName ' SqlServerDsc'
50
50
@@ -73,7 +73,7 @@ Configuration MSFT_SqlServerAudit_AddFileAudit_Config
73
73
. SYNOPSIS
74
74
Creates a audit to the securitylog, with a filer.
75
75
#>
76
- Configuration MSFT_SqlServerAudit_AddSecLogAudit_Config
76
+ Configuration DSC_SqlServerAudit_AddSecLogAudit_Config
77
77
{
78
78
Import-DscResource - ModuleName ' SqlServerDsc'
79
79
@@ -99,7 +99,7 @@ Configuration MSFT_SqlServerAudit_AddSecLogAudit_Config
99
99
. SYNOPSIS
100
100
Should remove the filter
101
101
#>
102
- Configuration MSFT_SqlServerAudit_AddSecLogAuditNoFilter_Config
102
+ Configuration DSC_SqlServerAudit_AddSecLogAuditNoFilter_Config
103
103
{
104
104
Import-DscResource - ModuleName ' SqlServerDsc'
105
105
@@ -124,7 +124,7 @@ Configuration MSFT_SqlServerAudit_AddSecLogAuditNoFilter_Config
124
124
. SYNOPSIS
125
125
Removes the file audit.
126
126
#>
127
- Configuration MSFT_SqlServerAudit_RemoveAudit1_Config
127
+ Configuration DSC_SqlServerAudit_RemoveAudit1_Config
128
128
{
129
129
Import-DscResource - ModuleName ' SqlServerDsc'
130
130
Original file line number Diff line number Diff line change 42
42
. SYNOPSIS
43
43
Creates a Server Audit with File destination.
44
44
#>
45
- Configuration MSFT_SqlServerAuditSpecification_AddAudit1_Config
45
+ Configuration DSC_SqlServerAuditSpecification_AddAudit1_Config
46
46
{
47
47
Import-DscResource - ModuleName ' SqlServerDsc'
48
48
@@ -106,7 +106,7 @@ Configuration MSFT_SqlServerAuditSpecification_AddAudit1_Config
106
106
. SYNOPSIS
107
107
Creates a audit to the securitylog, with a filer.
108
108
#>
109
- Configuration MSFT_SqlServerAudit_AddSecLogAudit_Config
109
+ Configuration DSC_SqlServerAudit_AddSecLogAudit_Config
110
110
{
111
111
Import-DscResource - ModuleName ' SqlServerDsc'
112
112
@@ -167,7 +167,7 @@ Configuration MSFT_SqlServerAudit_AddSecLogAudit_Config
167
167
. SYNOPSIS
168
168
Should remove the filter
169
169
#>
170
- Configuration MSFT_SqlServerAudit_AddSecLogAuditNoFilter_Config
170
+ Configuration DSC_SqlServerAudit_AddSecLogAuditNoFilter_Config
171
171
{
172
172
Import-DscResource - ModuleName ' SqlServerDsc'
173
173
@@ -227,7 +227,7 @@ Configuration MSFT_SqlServerAudit_AddSecLogAuditNoFilter_Config
227
227
. SYNOPSIS
228
228
Removes the file audit.
229
229
#>
230
- Configuration MSFT_SqlServerAudit_RemoveAudit1_Config
230
+ Configuration DSC_SqlServerAudit_RemoveAudit1_Config
231
231
{
232
232
Import-DscResource - ModuleName ' SqlServerDsc'
233
233
You can’t perform that action at this time.
0 commit comments