From cf658f729fabb3ecc6abca417fe6a2dcaf82305e Mon Sep 17 00:00:00 2001 From: Brian Farnhill Date: Sat, 30 Jan 2016 20:12:45 +1100 Subject: [PATCH] Rearranged to line up with structure for help generation --- .../MSFT_xSPShellAdmins.schema.mof | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Modules/xSharePoint/DSCResources/MSFT_xSPShellAdmins/MSFT_xSPShellAdmins.schema.mof b/Modules/xSharePoint/DSCResources/MSFT_xSPShellAdmins/MSFT_xSPShellAdmins.schema.mof index abfda3562..5964bf97d 100644 --- a/Modules/xSharePoint/DSCResources/MSFT_xSPShellAdmins/MSFT_xSPShellAdmins.schema.mof +++ b/Modules/xSharePoint/DSCResources/MSFT_xSPShellAdmins/MSFT_xSPShellAdmins.schema.mof @@ -1,3 +1,11 @@ +[ClassVersion("1.0.0")] +Class MSFT_xSPContentDatabasePermissions +{ + [Key, Description("Name of the Content Database")] String Name; + [Write, Description("Exact list of accounts that will have to get Shell Admin permissions")] String Members[]; + [Write, Description("List of all accounts that must be in the Shell Admins group")] String MembersToInclude[]; + [Write, Description("List of all accounts that are not allowed to have Shell Admin permissions")] String MembersToExclude[]; +}; /* **Description** @@ -43,16 +51,6 @@ Workaround: Change database owner in SQL Server. } */ - -[ClassVersion("1.0.0")] -Class MSFT_xSPContentDatabasePermissions -{ - [Key, Description("Name of the Content Database")] String Name; - [Write, Description("Exact list of accounts that will have to get Shell Admin permissions")] String Members[]; - [Write, Description("List of all accounts that must be in the Shell Admins group")] String MembersToInclude[]; - [Write, Description("List of all accounts that are not allowed to have Shell Admin permissions")] String MembersToExclude[]; -}; - [ClassVersion("1.0.0.0"), FriendlyName("xSPShellAdmins")] class MSFT_xSPShellAdmins : OMI_BaseResource {