forked from dsccommunity/SqlServerDsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDSC_SqlScript.strings.psd1
More file actions
11 lines (11 loc) · 1000 Bytes
/
DSC_SqlScript.strings.psd1
File metadata and controls
11 lines (11 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
ConvertFrom-StringData @'
ExecutingGetScript = Executing the Get script from the file path '{0}' on the instance '{1}' on the server '{2}'.
ExecutingSetScript = Executing the Set script from the file path '{0}' on the instance '{1}' on the server '{2}'.
ExecutingTestScript = Executing the Test script from the file path '{0}' on the instance '{1}' on the server '{2}'.
TestingConfiguration = Determines if the configuration in the Set script is in desired state.
InDesiredState = The configuration is in desired state.
NotInDesiredState = The configuration is not in desired state.
GetFilePath_FileNotFound = The file specified in GetFilePath ('{0}') does not exist or is not accessible. Cannot determine resource state.
SetFilePath_FileNotFound = The file specified in SetFilePath ('{0}') does not exist or is not accessible. Cannot apply desired state.
TestFilePath_FileNotFound = Test script file '{0}' not found. Assuming resource is not in desired state.
'@