We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ee7fd commit 0b1e243Copy full SHA for 0b1e243
2 files changed
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# Versions
2
+
3
+## Unreleased
4
5
+- MSFT_ReplaceText:
6
+ - Created new resource for replacing text in text files.
Modules/FIleContentDsc/DSCResources/MSFT_ReplaceText/README.md
@@ -1,6 +1,8 @@
# Description
-The resource is used to replaces strings matching a regular expression in a text file.
+The resource is used to replaces strings matching a regular expression in a
+text file.
-It can be used to replace strings matched with a regular expression with either a text
-string or a secret which is provided in the password of a credential object.
+It can be used to replace strings matched with a regular expression with
7
+either a text string or a secret which is provided in the password of a
8
+credential object.
0 commit comments