Skip to content

Commit

Permalink
Rearranged to line up with structure for help generation
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianFarnhill committed Jan 30, 2016
1 parent fd83855 commit cf658f7
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -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**

Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit cf658f7

Please sign in to comment.