Tables beta (#6232)
* ggdfd * api => API * update ci.yml * fsd * try again * tgdfgd * quotes * fdsf * try again * fgdf * back to basics * remove multiple gtest/gmock which get dragged in from core test * put stuff back * rewrew * sdfsd * fsd * sdsad * fdds * fds * maybe ? * Update sdk/tables/azure-data-tables/CHANGELOG.md Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> * update date --------- Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
This commit is contained in:
parent
cc0f5a0ca9
commit
d3a94e8cef
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user