Skip to content

Commit

Permalink
Drop support for Azure SQL Edge
Browse files Browse the repository at this point in the history
Will be retired on 9/30/2025 and CI tests using the docker image have been flakey
https://azure.microsoft.com/en-us/updates?id=azure-sql-edge-retirement
  • Loading branch information
dhui committed Jan 27, 2025
1 parent 12c619e commit e5a152b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/sqlserver/sqlserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ var (
}
// Container versions: https://mcr.microsoft.com/v2/mssql/server/tags/list
specs = []dktesting.ContainerSpec{
{ImageName: "mcr.microsoft.com/azure-sql-edge:latest", Options: sqlEdgeOpts},
{ImageName: "mcr.microsoft.com/mssql/server:2022-latest", Options: sqlServerOpts},
{ImageName: "mcr.microsoft.com/mssql/server:2019-latest", Options: sqlServerOpts},
// Add back support for 2017 version once the image is fixed: https://github.com/microsoft/mssql-docker/issues/899
Expand Down

0 comments on commit e5a152b

Please sign in to comment.