Skip to content

Commit

Permalink
Changed MSFT_xADUser.schema.mof version to "1.0.0.0" to match other r…
Browse files Browse the repository at this point in the history
…esources. Fixes dsccommunity#190
  • Loading branch information
thequietman44 committed Jun 12, 2018
1 parent 5dc2867 commit 02da48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSCResources/MSFT_xADUser/MSFT_xADUser.schema.mof
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[ClassVersion("1.0.1.0"), FriendlyName("xADUser")]
[ClassVersion("1.0.0.0"), FriendlyName("xADUser")]
class MSFT_xADUser : OMI_BaseResource
{
[Key, Description("Name of the domain where the user account is located (only used if password is managed)")] String DomainName;
Expand Down

0 comments on commit 02da48c

Please sign in to comment.