mssql icon indicating copy to clipboard operation
mssql copied to clipboard

SQLServerDSC names changed

Open Ludicrous09 opened this issue 5 years ago • 1 comments

They changed the names of some of the DSC modules you use. Breaking Changes

Just FYI, this may not be a complete list.

  • SqlServerDsc
    • BREAKING CHANGE: Some DSC resources have been renamed (issue #1540).
      • SqlServerConfiguration was renamed to SqlConfiguration.
      • SqlServerDatabaseMail was renamed to SqlDatabaseMail.
      • SqlServerEndpoint was renamed to SqlEndpoint.
      • SqlServerEndpointPermission was renamed to SqlEndpointPermission.
      • SqlServerLogin was renamed to SqlLogin.
      • SqlServerMaxDop was renamed to SqlMaxDop.
      • SqlServerMemory was renamed to SqlMemory.
      • SqlServerPermission was renamed to SqlPermission.
      • SqlServerProtocol was renamed to SqlProtocol.
      • SqlServerProtocolTcpIp was renamed to SqlProtocolTcpIp.
      • SqlServerReplication was renamed to SqlReplication.
      • SqlServerRole was renamed to SqlRole.
      • SqlServerSecureConnection was renamed to SqlSecureConnection

Ludicrous09 avatar Jun 11 '20 19:06 Ludicrous09

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.

kkolk avatar Sep 19 '20 01:09 kkolk