Skip to content

Update authoringResourceMofDesigner.md #2188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2018
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)