We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beb2a0 commit b0c9b23Copy full SHA for b0c9b23
tools/Azure.Mcp.Tools.Sql/src/Services/SqlService.cs
@@ -351,7 +351,7 @@ public async Task<SqlDatabase> RenameDatabaseAsync(
351
throw;
352
}
353
354
- /// Exports an Azure SQL Database to a BACPAC file in Azure Storage.
+ /// <summary>Exports an Azure SQL Database to a BACPAC file in Azure Storage.
355
/// </summary>
356
/// <param name="serverName">The name of the SQL server hosting the database</param>
357
/// <param name="databaseName">The name of the database to export</param>
0 commit comments