|
202 | 202 | <value>One Char</value>
|
203 | 203 | </data>
|
204 | 204 | <data name="UsePSCredentialTypeDescription" xml:space="preserve">
|
205 |
| - <value>For PowerShell 4.0 and earlier, a parameter named Credential with type PSCredential must have a credential transformation attribute defined after the PSCredential type attribute. </value> |
| 205 | + <value>For PowerShell 4.0 and earlier, a parameter named Credential with type PSCredential must have a credential transformation attribute defined after the PSCredential type attribute.</value> |
206 | 206 | </data>
|
207 | 207 | <data name="UsePSCredentialTypeError" xml:space="preserve">
|
208 | 208 | <value>The Credential parameter in '{0}' must be of type PSCredential. For PowerShell 4.0 and earlier, please define a credential transformation attribute, e.g. [System.Management.Automation.Credential()], after the PSCredential type attribute.</value>
|
209 | 209 | </data>
|
210 | 210 | <data name="UsePSCredentialTypeErrorSB" xml:space="preserve">
|
211 |
| - <value>The Credential parameter found in the script block must be of type PSCredential. For PowerShell 4.0 and earlier please define a credential transformation attribute, e.g. [System.Management.Automation.Credential()], after the PSCredential type attribute. </value> |
| 211 | + <value>The Credential parameter found in the script block must be of type PSCredential. For PowerShell 4.0 and earlier please define a credential transformation attribute, e.g. [System.Management.Automation.Credential()], after the PSCredential type attribute.</value> |
212 | 212 | </data>
|
213 | 213 | <data name="UsePSCredentialTypeCommonName" xml:space="preserve">
|
214 | 214 | <value>Use PSCredential type.</value>
|
|
535 | 535 | <value>PSDSC</value>
|
536 | 536 | </data>
|
537 | 537 | <data name="UseStandardDSCFunctionsInResourceCommonName" xml:space="preserve">
|
538 |
| - <value>Use Standard Get/Set/Test TargetResource functions in DSC Resource </value> |
| 538 | + <value>Use Standard Get/Set/Test TargetResource functions in DSC Resource</value> |
539 | 539 | </data>
|
540 | 540 | <data name="UseStandardDSCFunctionsInResourceDescription" xml:space="preserve">
|
541 | 541 | <value>DSC Resource must implement Get, Set and Test-TargetResource functions. DSC Class must implement Get, Set and Test functions.</value>
|
|
769 | 769 | <value>In a module manifest, AliasesToExport, CmdletsToExport, FunctionsToExport and VariablesToExport fields should not use wildcards or $null in their entries. During module auto-discovery, if any of these entries are missing or $null or wildcard, PowerShell does some potentially expensive work to analyze the rest of the module.</value>
|
770 | 770 | </data>
|
771 | 771 | <data name="UseToExportFieldsInManifestError" xml:space="preserve">
|
772 |
| - <value>Do not use wildcard or $null in this field. Explicitly specify a list for {0}. </value> |
| 772 | + <value>Do not use wildcard or $null in this field. Explicitly specify a list for {0}.</value> |
773 | 773 | </data>
|
774 | 774 | <data name="UseToExportFieldsInManifestName" xml:space="preserve">
|
775 | 775 | <value>UseToExportFieldsInManifest</value>
|
|
1129 | 1129 | <value>Ensure all parameters are used within the same script, scriptblock, or function where they are declared.</value>
|
1130 | 1130 | </data>
|
1131 | 1131 | <data name="ReviewUnusedParameterError" xml:space="preserve">
|
1132 |
| - <value>The parameter '{0}' has been declared but not used. </value> |
| 1132 | + <value>The parameter '{0}' has been declared but not used.</value> |
1133 | 1133 | </data>
|
1134 | 1134 | <data name="ReviewUnusedParameterName" xml:space="preserve">
|
1135 | 1135 | <value>ReviewUnusedParameter</value>
|
|
0 commit comments