Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dsc/authoringResourceMofDesigner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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)
[xDscResourceDesigner Module](https://powershellgallery.com/packages/xDscResourceDesigner)