Open Ludicrous09 opened 4 years ago
They changed the names of some of the DSC modules you use. Breaking Changes
Just FYI, this may not be a complete list.
SqlServerConfiguration
SqlConfiguration
SqlServerDatabaseMail
SqlDatabaseMail
SqlServerEndpoint
SqlEndpoint
SqlServerEndpointPermission
SqlEndpointPermission
SqlServerLogin
SqlLogin
SqlServerMaxDop
SqlMaxDop
SqlServerMemory
SqlMemory
SqlServerPermission
SqlPermission
SqlServerProtocol
SqlProtocol
SqlServerProtocolTcpIp
SqlProtocolTcpIp
SqlServerReplication
SqlReplication
SqlServerRole
SqlRole
SqlServerSecureConnection
SqlSecureConnection
Well, that's disappointing. I'm happy to merge a PR if someone wants to fix it but I don't really have the time or setup to work on fixing this.
They changed the names of some of the DSC modules you use. Breaking Changes
Just FYI, this may not be a complete list.
SqlServerConfiguration
was renamed toSqlConfiguration
.SqlServerDatabaseMail
was renamed toSqlDatabaseMail
.SqlServerEndpoint
was renamed toSqlEndpoint
.SqlServerEndpointPermission
was renamed toSqlEndpointPermission
.SqlServerLogin
was renamed toSqlLogin
.SqlServerMaxDop
was renamed toSqlMaxDop
.SqlServerMemory
was renamed toSqlMemory
.SqlServerPermission
was renamed toSqlPermission
.SqlServerProtocol
was renamed toSqlProtocol
.SqlServerProtocolTcpIp
was renamed toSqlProtocolTcpIp
.SqlServerReplication
was renamed toSqlReplication
.SqlServerRole
was renamed toSqlRole
.SqlServerSecureConnection
was renamed toSqlSecureConnection