From a59a8e9f7929236386b1e65fe0310e7cca8e06c9 Mon Sep 17 00:00:00 2001 From: Bruce Johnston Date: Thu, 27 Aug 2015 15:29:40 -0700 Subject: [PATCH] Search SDK: Fixing incorrect URL in Count docs Since this is such a minor change, we're not updating the Nuspec version. We'll ship this change with the next feature we add. --- src/Search/Search/Generated/DocumentOperations.cs | 2 +- src/Search/Search/Generated/DocumentOperationsExtensions.cs | 4 ++-- src/Search/Search/Generated/IDocumentOperations.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Search/Search/Generated/DocumentOperations.cs b/src/Search/Search/Generated/DocumentOperations.cs index fb0c920be559..ec21a4c3fb7c 100644 --- a/src/Search/Search/Generated/DocumentOperations.cs +++ b/src/Search/Search/Generated/DocumentOperations.cs @@ -64,7 +64,7 @@ public SearchIndexClient Client /// /// 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) /// /// diff --git a/src/Search/Search/Generated/DocumentOperationsExtensions.cs b/src/Search/Search/Generated/DocumentOperationsExtensions.cs index ec78d2703ee8..88bd94504d84 100644 --- a/src/Search/Search/Generated/DocumentOperationsExtensions.cs +++ b/src/Search/Search/Generated/DocumentOperationsExtensions.cs @@ -38,7 +38,7 @@ public static partial class DocumentOperationsExtensions { /// /// 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) /// /// @@ -58,7 +58,7 @@ public static DocumentCountResponse Count(this IDocumentOperations operations) /// /// 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) /// /// diff --git a/src/Search/Search/Generated/IDocumentOperations.cs b/src/Search/Search/Generated/IDocumentOperations.cs index cbb60196544f..bd474b3eb833 100644 --- a/src/Search/Search/Generated/IDocumentOperations.cs +++ b/src/Search/Search/Generated/IDocumentOperations.cs @@ -37,7 +37,7 @@ public partial interface IDocumentOperations { /// /// 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) /// ///