From 8973c6c9fbf025eb05ca41ce645cff3c2566a980 Mon Sep 17 00:00:00 2001 From: George Arama <50641385+gearama@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:09:03 -0700 Subject: [PATCH] Get entity (#5461) * mroe quotes * dssf * getentity * tests * re * assets working now * re * fgf * clang * url encode * update comment --- .../azure-data-tables/inc/azure/data/tables/tables_clients.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tables/azure-data-tables/inc/azure/data/tables/tables_clients.hpp b/sdk/tables/azure-data-tables/inc/azure/data/tables/tables_clients.hpp index 8b74b9d98..05dee604b 100644 --- a/sdk/tables/azure-data-tables/inc/azure/data/tables/tables_clients.hpp +++ b/sdk/tables/azure-data-tables/inc/azure/data/tables/tables_clients.hpp @@ -307,7 +307,7 @@ namespace Azure { namespace Data { namespace Tables { * @param partitionKey The partition key of the entity. * @param rowKey The row key of the entity. * @param context for canceling long running operations. - * @return Entity list paged response. + * @return Table entity. */ Response GetEntity( const std::string& partitionKey,