diff --git a/sdk/tables/azure-data-tables/inc/azure/data/tables/models.hpp b/sdk/tables/azure-data-tables/inc/azure/data/tables/models.hpp index dab31fb143..9289119acb 100644 --- a/sdk/tables/azure-data-tables/inc/azure/data/tables/models.hpp +++ b/sdk/tables/azure-data-tables/inc/azure/data/tables/models.hpp @@ -50,16 +50,6 @@ namespace Azure { namespace Data { namespace Tables { std::string Id; }; - /** - * @brief Include this parameter to specify that the tables' metadata be returned as part of - * the response body. - */ - enum class QueryTablesIncludeFlags - { - None = 0, - Metadata = 1, - }; - /** * @brief Query Tables options. * @@ -85,11 +75,6 @@ namespace Azure { namespace Data { namespace Tables { * @brief Specifies the maximum number of tables to return. */ Azure::Nullable PageSizeHint; - - /** - * @brief Specifies that the table's metadata be returned. - */ - Models::QueryTablesIncludeFlags Include = Models::QueryTablesIncludeFlags::None; }; /**