From 99e94a8c0ffcd4f94e2e0dc00d9727eaa23c689c Mon Sep 17 00:00:00 2001 From: Anthony Allen Date: Mon, 19 Mar 2018 14:23:04 +0100 Subject: [PATCH] Update authoringResourceMofDesigner.md --- dsc/authoringResourceMofDesigner.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsc/authoringResourceMofDesigner.md b/dsc/authoringResourceMofDesigner.md index 964c0de9d655..80eb796113fa 100644 --- a/dsc/authoringResourceMofDesigner.md +++ b/dsc/authoringResourceMofDesigner.md @@ -29,7 +29,7 @@ To create the properties, we use the **New-xDscResourceProperty** cmdlet. The fo ```powershell $UserName = New-xDscResourceProperty –Name UserName -Type String -Attribute Key $Ensure = New-xDscResourceProperty –Name Ensure -Type String -Attribute Write –ValidateSet “Present”, “Absent” -$DomainCredential = New-xDscResourceProperty –Name DomainCredential-Type PSCredential -Attribute Write +$DomainCredential = New-xDscResourceProperty –Name DomainCredential -Type PSCredential -Attribute Write $Password = New-xDscResourceProperty –Name Password -Type PSCredential -Attribute Write ``` @@ -177,4 +177,4 @@ The Resource Designer tool exposes one more cmdlet that can be used to test the [Build Custom Windows PowerShell Desired State Configuration Resources](authoringResource.md) #### Other Resources -[xDscResourceDesigner Module](https://powershellgallery.com/packages/xDscResourceDesigner) \ No newline at end of file +[xDscResourceDesigner Module](https://powershellgallery.com/packages/xDscResourceDesigner)