Skip to content

Commit b0c9b23

Browse files
achyuth-msCopilot
andauthored
Update tools/Azure.Mcp.Tools.Sql/src/Services/SqlService.cs
Co-authored-by: Copilot <[email protected]>
1 parent 6beb2a0 commit b0c9b23

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
@@ -351,7 +351,7 @@ public async Task<SqlDatabase> RenameDatabaseAsync(
351351
throw;
352352
}
353353
}
354-
/// Exports an Azure SQL Database to a BACPAC file in Azure Storage.
354+
/// <summary>Exports an Azure SQL Database to a BACPAC file in Azure Storage.
355355
/// </summary>
356356
/// <param name="serverName">The name of the SQL server hosting the database</param>
357357
/// <param name="databaseName">The name of the database to export</param>

0 commit comments

Comments
 (0)