Skip to content

Commit a998388

Browse files
Fix examples
1 parent dbe640f commit a998388

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Modules/FileContentDsc/Examples/Resources/IniSettingsFile/2-IniSettingsFile_SetSecretTextEntry.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Configuration Example
2323
{
2424
IniSettingsFile SetConnectionString
2525
{
26-
Path = 'c:\myapp\myapp.ini'
27-
Entry = 'Database'
28-
Key = 'ConnectionString'
29-
Type = 'Secret'
30-
Secret = $Secret
26+
Path = 'c:\myapp\myapp.ini'
27+
Section = 'Database'
28+
Key = 'ConnectionString'
29+
Type = 'Secret'
30+
Secret = $Secret
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)