Skip to content

Commit 7873a85

Browse files
Corrected examples
1 parent ea97eb1 commit 7873a85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/FileContentDsc/Examples/Resources/KeyValuePairFile/1-KeyValuePairFile_SetPlainTextPair.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
.EXAMPLE
33
Set all `Core.Logging` keys to `Information` or add it
4-
if it is missing in the file `c:\inetpub\wwwroot\default.htm`.
4+
if it is missing in the file `c:\myapp\myapp.conf`.
55
#>
66
Configuration Example
77
{

Modules/FileContentDsc/Examples/Resources/KeyValuePairFile/2-KeyValuePairFile_RemovePlainTextPair.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.EXAMPLE
3-
Remove all `Core.Logging` keys in the file `c:\inetpub\wwwroot\default.htm`.
3+
Remove all `Core.Logging` keys in the file `c:\myapp\myapp.conf`.
44
#>
55
Configuration Example
66
{

Modules/FileContentDsc/Examples/Resources/KeyValuePairFile/3-KeyValuePairFile_SetSecretTextPair.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
.EXAMPLE
33
Set all `Core.Password` keys to the password provided in the $Secret
4-
credential object or add it if it is missing in the file `c:\inetpub\wwwroot\default.htm`.
4+
credential object or add it if it is missing in the file `c:\myapp\myapp.conf`.
55
#>
66
Configuration Example
77
{

0 commit comments

Comments
 (0)