Skip to content

Commit

Permalink
[dsccommunity#568] MOF schema fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bozho committed May 24, 2017
1 parent d4397f4 commit b4014c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ class MSFT_xSQLServerRSConfig : OMI_BaseResource
[Key, Description("Name of the SQL Server Reporting Services instance to be configured.")] String InstanceName;
[Required, Description("Name of the SQL Server to host the Reporting Service database.")] String RSSQLServer;
[Required, Description("Name of the SQL Server instance to host the Reporting Service database.")] String RSSQLInstanceName;
[EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to perform the configuration. Optional.")] String SQLAdminCredential;
[Write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to perform the configuration. Optional.")] String SQLAdminCredential;
[Read, Description("Is the Reporting Services instance initialized.")] Boolean IsInitialized;
};

0 comments on commit b4014c6

Please sign in to comment.