File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tools/Azure.Mcp.Tools.Sql/src/Services Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments