Skip to content

Commit

Permalink
xRemoteFile: Fix inconsistencies in messages for en-us (#717)
Browse files Browse the repository at this point in the history
* Fix message inconsistencies

* Add entry in CHANGELOG.md
  • Loading branch information
BITespresso authored May 23, 2021
1 parent dcadffd commit 475885c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- xRemoteFile
- Fixed message inconsistencies in `DSC_xRemoteFile.strings.psd1` - Fixes [Issue #716](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/716).
- xPSDesiredStateConfiguration
- Fixed build failures caused by changes in `ModuleBuilder` module v1.7.0
by changing `CopyDirectories` to `CopyPaths` - Fixes [Issue #687](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/687).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ ConvertFrom-StringData @'
FileExistsInDestinationPath=File '{0}' exists in DestinationPath.
DestinationPathUnknownType=DestinationPath '{0}' has unknown type '{1}'.
DestinationPathDoesNotExist=DestinationPath '{0}' doesn't exist on the machine.
InvalidWebUriError=Specified URI is not valid: "{0}". Only http, https or file paths are accepted.
InvalidDestinationPathSchemeError=Specified DestinationPath is not valid: "{0}". DestinationPath should be absolute path.
DestinationPathIsUncError=Specified DestinationPath is not valid: "{0}". DestinationPath should be local path instead of UNC path.
DestinationPathHasInvalidCharactersError=Specified DestinationPath is not valid: "{0}". DestinationPath should be contains following characters: * ? " < > |
DestinationPathEndsWithInvalidCharacterError=Specified DestinationPath is not valid: "{0}". DestinationPath should not end with / or \\
DownloadOutOfMemoryException=Invoking web request failed with OutOfMemoryException- Possible cause is the requested file being too big. {0}
InvalidWebUriError=Specified Uri is not valid: '{0}'. Only http, https or file paths are accepted.
InvalidDestinationPathSchemeError=Specified DestinationPath is not valid: '{0}'. DestinationPath should be absolute path.
DestinationPathIsUncError=Specified DestinationPath is not valid: '{0}'. DestinationPath should be local path instead of UNC path.
DestinationPathHasInvalidCharactersError=Specified DestinationPath is not valid: '{0}'. DestinationPath should be contains following characters: * ? " < > |
DestinationPathEndsWithInvalidCharacterError=Specified DestinationPath is not valid: '{0}'. DestinationPath should not end with / or \\
DownloadOutOfMemoryException=Invoking web request failed with OutOfMemoryException. Possible cause is the requested file being too big. {0}
DownloadException=Invoking web request failed with error. {0}
DownloadingURI=Downloading '{1}' to '{0}'.
DownloadingFailedRetry=Download of '{0}' failed on attempt {1} with this error: {2}
DownloadingFailedRetry=Download of '{0}' failed on attempt {1} with error. {2}
CacheReflectsCurrentState=Cache reflects current state. No need for downloading file.
CacheIsEmptyOrNotMatchCurrentState=Cache is empty or it doesn't reflect current state. File will be downloaded.
MatchSourceFalse=MatchSource is false. No need for downloading file.
Expand Down

0 comments on commit 475885c

Please sign in to comment.