Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed May 12, 2020
1 parent 95ec677 commit fcf75a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ClassVersion("1.0.0.0"), FriendlyName("SqlServerEndpointState")]
class DSC_SqlServerEndpointState : OMI_BaseResource
class MSFT_SqlServerEndpointState : OMI_BaseResource
{
[Key, Description("The name of the SQL instance to be configured.")] String InstanceName;
[Write, Description("The host name of the SQL Server to be configured. Default value is $env:COMPUTERNAME.")] String ServerName;
Expand Down

0 comments on commit fcf75a7

Please sign in to comment.