Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 8416d39

Browse files
johljualerickson
authored andcommitted
Changes to DSC resource PSModule (#450)
- A few of localization strings for the DSC resource PSModule was revised to be more descriptive and fixed typos. One localization string was removed as it was not used.
1 parent 459695a commit 8416d39

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
Bug Fixes
6+
7+
- A few of localization strings for the DSC resource PSModule was revised
8+
to be more descriptive and fixed typos. One localization string was
9+
removed as it was not used.
10+
311
## 2.1.2
412

513
New Feature
614

715
- Added support for registering repositories with special characters
816

917
## 2.1.1
18+
1019
- Fix DSC resource folder structure
1120

1221
## 2.1.0

DSC/DSCResources/MSFT_PSModule/en-US/MSFT_PSModule.strings.psd1

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ ConvertFrom-StringData -StringData @'
2525
StartUnInstallModule = Begin invoking Remove-Item to remove the module '{0}' from the file system.
2626
InstalledSuccess = Successfully installed the module '{0}'
2727
UnInstalledSuccess = Successfully uninstalled the module '{0}'
28-
VersionMismatch = The installed Module '{0}' has the version: '{1}'
29-
RepositoryMismatch = The installed Module '{0}' is from '{1}' repository.
28+
VersionMismatch = The installed module '{0}' has the version: '{1}'
29+
RepositoryMismatch = The installed module '{0}' is from the '{1}' repository.
3030
FoundModulePath = Found the module path: '{0}'.
31-
MultipleModuleFound = Total: '{0}' modules found with the same name. Please use -RequiredVersion for filtering. Message: {1}
32-
InstallationPolicyWarning = You are installing the module '{0}' from an untrusted repository' {1}'. Your current InstallationPolicy is '{2}'. If you trust the repository, set the policy to "Trusted".
33-
InstallationPolicyFailed = Failed in the installation policy. Your current InstallationPolicy is '{0}' and the repository is '{1}'. If you trust the repository, set the policy to "Trusted".
31+
InstallationPolicyWarning = The module '{0}' was installed from the untrusted repository' {1}'. The InstallationPolicy is set to '{2}' to override the repository installation policy. If you trust the repository, set the repository installation policy to 'Trusted', that will also remove this warning.
32+
InstallationPolicyFailed = The current installation policy do not allow installation from this repository. Your current installation policy is '{0}' and the repository installation policy is '{1}'. If you trust the repository, either change the repository installation policy, or set the parameter InstallationPolicy to 'Trusted' to override the repository installation policy.
3433
GetTargetResourceMessage = Getting the current state of the module '{0}'.
3534
TestTargetResourceMessage = Determining if the module '{0}' is in the desired state.
3635
'@

0 commit comments

Comments
 (0)