Skip to content

Commit e5a152b

Browse files
committedJan 27, 2025·
Drop support for Azure SQL Edge
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
1 parent 12c619e commit e5a152b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎database/sqlserver/sqlserver_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ var (
4343
}
4444
// Container versions: https://mcr.microsoft.com/v2/mssql/server/tags/list
4545
specs = []dktesting.ContainerSpec{
46-
{ImageName: "mcr.microsoft.com/azure-sql-edge:latest", Options: sqlEdgeOpts},
4746
{ImageName: "mcr.microsoft.com/mssql/server:2022-latest", Options: sqlServerOpts},
4847
{ImageName: "mcr.microsoft.com/mssql/server:2019-latest", Options: sqlServerOpts},
4948
// Add back support for 2017 version once the image is fixed: https://github.com/microsoft/mssql-docker/issues/899

0 commit comments

Comments
 (0)
Please sign in to comment.