diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index 2556d99e6..e430b543d 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,8 +1,7 @@ # Release History -## 1.0.0-beta.5 (Unreleased) +## 1.0.0-beta.5 (2024-11-21) -### Features Added ### Breaking Changes @@ -13,10 +12,12 @@ ### Bugs Fixed -- Use the package version for telemetry, rather than api version. +- Use the package version for telemetry, rather than API version. ### Other Changes +- Updated samples to reflect the changes in the client. + ## 1.0.0-beta.4 (2024-08-06) ### Bugs Fixed diff --git a/sdk/tables/azure-data-tables/test/ut/CMakeLists.txt b/sdk/tables/azure-data-tables/test/ut/CMakeLists.txt index cd4dc0bd5..b78818d5a 100644 --- a/sdk/tables/azure-data-tables/test/ut/CMakeLists.txt +++ b/sdk/tables/azure-data-tables/test/ut/CMakeLists.txt @@ -45,6 +45,7 @@ target_link_libraries(azure-data-tables-test PRIVATE azure-data-tables azure-ide # gtest_discover_tests will scan the test from azure-data-tables-test and call add_test # for each test to ctest. This enables `ctest -r` to run specific tests directly. gtest_discover_tests(azure-data-tables-test + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} TEST_PREFIX azure-data-tables. NO_PRETTY_TYPES NO_PRETTY_VALUES