Files
microsoft--semantic-kernel/dotnet/test/VectorData/SqlServer.ConformanceTests/testsettings.json
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

9 lines
323 B
JSON

{
// Optional: Provide a connection string to use an external SQL Server instance instead of testcontainers
// This is useful for running tests against Azure SQL or other external SQL Server instances
// If not specified, tests will automatically use a testcontainer
"SqlServer": {
"ConnectionString": ""
}
}