microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Migrate to Microsoft.Data.SqlClient 4.x #11

Closed Matteo-T closed 1 year ago

Matteo-T commented 1 year ago

We need to move forward and also support existing cmdlet (Read-SqlXEvent) which moved already to MDS4.x

Long term, we want to move to MDS 5.x - and bite the bullet around the new defaults for TrustServerCertificate and the new Encrypt options (Strict/Optional/Mandatory) to support TDS8.0 and such.

It would be great to have it by the time v22 gets out of Previews.

Matteo-T commented 1 year ago

This was addressed in v22.0.30-preview