We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4559a commit 468bb02Copy full SHA for 468bb02
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+DSCResource.Tests
DSCResources/CommonResourceHelper.psm1
@@ -6,9 +6,9 @@
6
.PARAMETER ResourceName
7
The name of the resource as it appears before '.strings.psd1' of the localized string file.
8
For example:
9
- WindowsOptionalFeature: MSFT_WindowsOptionalFeature
10
- Service: MSFT_ServiceResource
11
- Registry: MSFT_RegistryResource
+ xSQLServerEndpoint: MSFT_xSQLServerEndpoint
+ xSQLServerConfiguration: MSFT_xSQLServerConfiguration
+ xSQLServerRole: MSFT_xSQLServerRole
12
#>
13
function Get-LocalizedData
14
{
@@ -39,8 +39,5 @@ function Get-LocalizedData
39
}
40
41
Export-ModuleMember -Function @(
42
- 'Test-IsNanoServer',
43
- 'New-InvalidArgumentException',
44
- 'New-InvalidOperationException',
45
'Get-LocalizedData'
46
)
0 commit comments