Skip to content

Commit 1504bd8

Browse files
ericshapeCopilot
andauthored
remove explict reference
Co-authored-by: Copilot <[email protected]>
1 parent 8e25827 commit 1504bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Azure.Mcp.Tools.Sql/src/Services/SqlService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ private static SqlElasticPool ConvertToSqlElasticPoolModel(JsonElement item)
406406
State: elasticPool.Properties?.State,
407407
CreationDate: elasticPool.Properties?.CreatedOn,
408408
MaxSizeBytes: elasticPool.Properties?.MaxSizeBytes,
409-
PerDatabaseSettings: elasticPool.Properties?.PerDatabaseSettings != null ? new Azure.Mcp.Tools.Sql.Models.ElasticPoolPerDatabaseSettings(
409+
PerDatabaseSettings: elasticPool.Properties?.PerDatabaseSettings != null ? new ElasticPoolPerDatabaseSettings(
410410
MinCapacity: elasticPool.Properties.PerDatabaseSettings.MinCapacity,
411411
MaxCapacity: elasticPool.Properties.PerDatabaseSettings.MaxCapacity
412412
) : null,

0 commit comments

Comments
 (0)