Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Search/Search/Generated/DocumentOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public SearchIndexClient Client

/// <summary>
/// Queries the number of documents in the Azure Search index. (see
/// https://msdn.microsoft.com/library/azure/dn798939.aspx for more
/// https://msdn.microsoft.com/library/azure/dn798924.aspx for more
/// information)
/// </summary>
/// <param name='cancellationToken'>
Expand Down
4 changes: 2 additions & 2 deletions src/Search/Search/Generated/DocumentOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static partial class DocumentOperationsExtensions
{
/// <summary>
/// Queries the number of documents in the Azure Search index. (see
/// https://msdn.microsoft.com/library/azure/dn798939.aspx for more
/// https://msdn.microsoft.com/library/azure/dn798924.aspx for more
/// information)
/// </summary>
/// <param name='operations'>
Expand All @@ -58,7 +58,7 @@ public static DocumentCountResponse Count(this IDocumentOperations operations)

/// <summary>
/// Queries the number of documents in the Azure Search index. (see
/// https://msdn.microsoft.com/library/azure/dn798939.aspx for more
/// https://msdn.microsoft.com/library/azure/dn798924.aspx for more
/// information)
/// </summary>
/// <param name='operations'>
Expand Down
2 changes: 1 addition & 1 deletion src/Search/Search/Generated/IDocumentOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public partial interface IDocumentOperations
{
/// <summary>
/// Queries the number of documents in the Azure Search index. (see
/// https://msdn.microsoft.com/library/azure/dn798939.aspx for more
/// https://msdn.microsoft.com/library/azure/dn798924.aspx for more
/// information)
/// </summary>
/// <param name='cancellationToken'>
Expand Down