-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from X-Guardian/Messaging-and-Test-Standardiza…
…tion AdfsDsc: Standardise Messaging and Tests
- Loading branch information
Showing
47 changed files
with
2,186 additions
and
755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 20 additions & 8 deletions
28
DSCResources/MSFT_AdfsApplicationGroup/en-US/MSFT_AdfsApplicationGroup.strings.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
# culture="en-US" | ||
ConvertFrom-StringData @' | ||
GettingResourceMessage = Getting '{0}'. (AG0001) | ||
SettingResourceMessage = Setting '{0}' property '{1}' to '{2}'. (AG0002) | ||
AddingResourceMessage = Adding '{0}'. (AG0003) | ||
RemovingResourceMessage = Removing '{0}'. (AG0004) | ||
ResourceInDesiredStateMessage = '{0}' is in the desired state. (AG0005) | ||
ResourcePropertyNotInDesiredStateMessage = '{0}' Property '{1}' is not in the desired state. Expected: '{2}', Actual: '{3}'. (AG0006) | ||
ResourceIsPresentButShouldBeAbsentMessage = '{0}' is present but should be absent. (AG0007) | ||
ResourceIsAbsentButShouldBePresentMessage = '{0}' is absent but should be present. (AG0008) | ||
GettingResourceMessage = Getting '{0}'. (AG001) | ||
TestingResourceMessage = Testing '{0}'. (AG002) | ||
SettingResourceMessage = Setting '{0}'. (AG003) | ||
SettingResourcePropertyMessage = Setting '{0}' property '{1}' to '{2}'. (AG004) | ||
AddingResourceMessage = Adding '{0}'. (AG005) | ||
RemovingResourceMessage = Removing '{0}'. (AG006) | ||
ResourceInDesiredStateMessage = '{0}' is in the desired state. (AG007) | ||
ResourceNotInDesiredStateMessage = '{0}' is not in the desired state. (AG008) | ||
ResourceIsPresentButShouldBeAbsentMessage = '{0}' is present but should be absent. (AG009) | ||
ResourceIsAbsentButShouldBePresentMessage = '{0}' is absent but should be present. (AG010) | ||
GettingResourceErrorMessage = Error getting '{0}'. (AGERR001) | ||
SettingResourceErrorMessage = Error setting '{0}'. (AGERR002) | ||
RemovingResourceErrorMessage = Error removing '{0}'. (AGERR003) | ||
AddingResourceErrorMessage = Error adding '{0}'. (AGERR004) | ||
TargetResourcePresentDebugMessage = '{0}' is Present. (AGDBG001) | ||
TargetResourceAbsentDebugMessage = '{0}' is Absent. (AGDBG002) | ||
TargetResourceShouldBePresentDebugMessage = '{0}' should be Present. (AGDBG003) | ||
TargetResourceShouldBeAbsentDebugMessage = '{0}' should be Absent. (AGDBG004) | ||
'@ |
Oops, something went wrong.