microzchang
e3ebf9c230
Storage March Release ( #6445 )
2025-03-10 12:42:40 +08:00
Larry Osterman
7fe547bd3c
Update the logging level for CRL validation failures ( #6449 )
2025-03-07 10:37:28 -08:00
Azure SDK Bot
03688bbe68
Increment package version after release of azure-core ( #6452 )
2025-03-06 21:49:56 +00:00
Anton Kolesnyk
b6e7a28c62
Azure Core March GA Release ( #6450 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-03-06 12:18:05 -08:00
Scott Addie
c7deb5a0a8
Remove impressions pixel from Markdown files ( #6435 )
2025-02-26 16:38:16 +00:00
Anton Kolesnyk
237e617a4a
Identity: Log Client ID used in ManagedIdentityCredential ( #6426 )
...
* Identity: Log Client ID used in ManagedIdentityCredential
* Clang-format
* [&]
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-02-24 12:27:33 -08:00
gearama
00c45ee8ae
fix certs and missing include ( #6425 )
2025-02-18 13:02:34 -08:00
Anton Kolesnyk
d96cd6b76a
Identity: disable GCC warning ( #6414 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-02-13 16:19:46 -08:00
Anton Kolesnyk
b40045e8e9
Identity: Add AzureCliCredentialOptions::Subscription ( #6415 )
...
* Identity: Add AzureCliCredentialOptions::Subscription
* Clang-format
* Id => ID
* Fix typo
* Apply suggestions from code review
Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>
* Replace `decltype` with `auto` in test file
* + "If this is the name of a subscription, use its ID instead."
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>
2025-02-13 15:26:10 -08:00
Wes Haggard
092ac143ed
Update github.io doc links ( #6418 )
2025-02-13 15:10:24 -08:00
Azure SDK Bot
2f4c070473
Increment version for storage releases ( #6413 )
...
* Increment package version after release of azure-storage-common
* Increment package version after release of azure-storage-files-shares
2025-02-12 07:57:19 -08:00
microzchang
be2241d86c
Update to new versions ( #6403 )
2025-02-10 11:21:33 +08:00
microzchang
b7bd086776
Storage STG97 Features ( #6396 )
...
* Storage STG97/NFS REST (#6245 )
* Update rest layer and some structs
* Add file support.
* Add new apis
* Update test
* resolve clang error and cspell
* Update comments
* update comments
* Storage STG97/NFS REST Part2(Impl+test) (#6285 )
* add test cases and some code change.
* update logic
* fix pipeline failure
* fix cspell
* update test record
* Fix pipeline failure
* Fix test case failure
* Storage/STG97 Remove Create/Get SymbolicLink API (#6304 )
* Remove Create/Get SymbolicLink API
* update test record
* Fix archboard comments (#6324 )
2025-02-07 06:47:09 +00:00
Rick Winter
9a32e64739
Fix CodeQL issue ( #6382 )
...
Add explanation to CodeQL suppression.
Change was pulled directly from nlohmann/json
nlohmann/json#4362
2025-01-29 13:04:48 -08:00
Ahson Khan
076452e183
Remove unused AttestationServiceUrl() from KeyVault Keys tests ( #6363 )
...
* Remove unused AttestationServiceUrl() from KeyVault Keys tests
* Delete unused test_consts.hpp
* Remove unnecessary include of "test_consts.hpp" in key_client_create_test_live.cpp
* Update CMakeLists.txt to remove unused test_consts.hpp
2025-01-23 23:28:50 -08:00
Azure SDK Bot
18111ff3c0
Increment package version after release of azure-data-tables ( #6365 )
2025-01-23 10:03:17 -08:00
gearama
03ef1c710b
Tables january release ( #6327 )
...
* gdf
* erwe
* ter
* ds
* update date
2025-01-22 11:11:54 -08:00
gearama
f2b8257b8f
update update approach v2 ( #6339 )
...
* update update v2
* clang
* Update sdk/tables/azure-data-tables/inc/azure/data/tables/table_client.hpp
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
* PR comments
* remove etag
* tired of trying to be smart
* clang
* const
* fsd
* fsdf
* clang
* clarify the headers
* clangs
* fsdfsd
* gdfggdf
* more pr
* ooops
---------
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2025-01-21 16:34:19 -08:00
Ahson Khan
c0fd0d544f
Update LiveTestCtestRegex within the ci.yml to match the CtestRegex value set ( #6223 )
...
* Update LiveTestCtestRegex ci.yml to see if it modifies the set of tests that run
* A random change to reset CI.
* Revert random change.
2025-01-18 01:18:03 -08:00
Ahson Khan
bc6c51fb3f
Remove unused responseString local variables within the table_client.cpp implementations ( #6352 )
2025-01-17 09:45:29 -08:00
Ahson Khan
604c18c588
Add samples for AppConfig LRO CreateSnapshot with comparisons of what we'd expect the user experience to be. ( #6345 )
...
* Add samples for AppConfig LRO CreateSnapshot with comparisons of what we'd expect the user experience to be.
* Add the necessary thread include.
* Update LRO sample where Operation<T> returns a status monitor instead of the resource.
* Add initial result to get the snapshot back from the first request, and fix formatting.
* Update the return type of GetSnapshot to match existing, current API shape.
2025-01-16 19:20:12 -08:00
Ahson Khan
212774466b
Add samples for Get, Archive, and Recover Snapshots with comparisons of what we'd expect the user experience to be. ( #6344 )
2025-01-16 17:34:56 -08:00
Ahson Khan
81cf0af8e6
Add samples for Lock and Unlock Configuration Settings with comparisons of what we'd expect the user experience to be. ( #6342 )
2025-01-16 17:10:39 -08:00
Ahson Khan
2a16afbd00
Add samples for all AppConfig pager methods (GetSnapshots, GetConfigurationSettings, GetRevisions) with comparisons of what we'd expect the user experience to be. ( #6341 )
...
* Add samples for all AppConfig pager methods (GetSnapshots, GetConfigurationSettings, GetRevisions) with comparisons of what we'd expect the user experience to be.
* Adding GetConfigurationSettings for snapshot.
2025-01-16 17:08:42 -08:00
Ahson Khan
514c4cc9b6
Add samples for AppConfig Pageable GetLabels with comparisons of what we'd expect the user experience to be. ( #6338 )
2025-01-13 23:20:02 -08:00
gearama
a6beedc115
Tables url encoding ( #6312 )
...
* test1
* dsaf
* clangs
* remove enum_operators as they where only used for sas related operations
* URLEncode
* gfd
* clang
* PR comments
* CLAAAAAAANG
2025-01-13 11:50:09 -08:00
Azure SDK Bot
53a74b0299
Increment package version after release of azure-core ( #6332 )
2025-01-11 04:04:43 -08:00
Ahson Khan
35ade03b72
Mark all AppConfig SDK client methods as const, since clients are immutable. ( #6328 )
2025-01-10 17:18:58 -08:00
Anton Kolesnyk
47007a6a9e
Azure Core January Beta Release ( #6318 )
...
* Azure Core January Beta Release
* Update release date to 2025-01-09
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-01-09 16:29:12 -08:00
Wes Haggard
c2bc4736fd
Update location of big test file ( #6320 )
2025-01-09 14:48:50 -08:00
gearama
ae8413fd5a
Remove redundant struct ( #6326 )
...
* remove reduntant struct
* clang
2025-01-09 13:00:42 -08:00
gearama
dd69357281
Few more tables issues ( #6314 )
...
* Few more tables issues
* comments
* clangs
2025-01-08 13:19:16 -08:00
gearama
c4c7e6a983
Remove SAS and deps from tables ( #6311 )
...
* test1
* dsaf
* clangs
* remove enum_operators as they where only used for sas related operations
2025-01-08 13:18:56 -08:00
Wes Haggard
461894d526
Update location for doxygen tool ( #6319 )
...
Also update the location of the apiview parser
2025-01-08 12:58:18 -08:00
Ronnie Geraghty
049b7a6fe6
added missing link to identity readme ( #6310 )
...
The Identity README was missing the link for the Azure subscription trial
2024-12-20 13:36:43 -08:00
Ronnie Geraghty
b391d65809
Docs links coversion: docs.microsoft.com -> learn.microsoft.com ( #6276 )
...
* Docs links coversion: docs.microsoft.com -> learn.microsoft.com
Some markdown formatting
* Adding "msrc" to cspell words
* Undoing things auto formatter did
* Appling Ahson's suggestions
2024-12-16 09:32:19 -08:00
Ahson Khan
a046842add
Add samples for Get, Set, and Delete Configuration Settings with comparisons of what we'd expect the user experience to be. ( #6286 )
2024-12-14 01:28:09 -08:00
Ahson Khan
cdb6bc0a0f
Split out paged response types into its own header and re-enable KeyLabel Entity field. ( #6277 )
...
* Split out paged response types into its own header and re-enable KeyLabel Entity field.
* Add new line at eof
* Forward declare ConfigurationClient.
2024-12-06 12:00:13 -08:00
Ahson Khan
4efb0fcb2d
Remove unused SharedKeyLitePolicy and connection string helpers in Tables. ( #6268 )
...
* Remove SharedKeyLitePolicy and connection string helpers in Tables.
* Remove files and tests that are no longer necessary.
2024-11-27 11:21:23 -08:00
Ahson Khan
da92777b8a
Add basic operation (GetKeyValue) sample for AppConfig. ( #6251 )
...
* Add basic operation (GetKeyValue) sample for AppConfig.
* Update sample based on offline feedback.
2024-11-25 16:12:31 -08:00
Azure SDK Bot
6d5c55a2c7
Increment package version after release of azure-data-tables ( #6257 )
2024-11-22 21:00:01 -08:00
gearama
aa7e64ca07
release ( #6255 )
2024-11-22 13:09:24 -08:00
Ahson Khan
20c934377c
Remove trailing comma in the JSON array within vcpkg.json ( #6249 )
2024-11-21 10:38:01 -08:00
gearama
d3a94e8cef
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>
2024-11-20 16:31:53 -08:00
Anton Kolesnyk
1af1bc5831
Make Uuid's default constructor implicit ( #6243 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-11-19 16:54:45 -08:00
Anton Kolesnyk
bef420162e
Fix typos ( #6234 )
...
* Fix typos
* Fix name collision
* Re-trigger CI
* Re-trigger CI
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-11-17 23:06:28 -08:00
Anton Kolesnyk
384552adff
Remove unused includes ( #6209 )
...
* Remove unused includes
* Fixes
* move statics instantiation into cpp
* clang-format
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-11-14 14:41:53 -08:00
Azure SDK Bot
56dbd90520
Increment version for storage releases ( #6219 )
...
* Increment package version after release of azure-storage-common
* Increment package version after release of azure-storage-files-shares
2024-11-14 15:37:33 +08:00
Azure SDK Bot
7469049097
Increment package version after release of azure-core ( #6218 )
...
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-11-13 17:15:19 -08:00
Anton Kolesnyk
28c6d139ad
Azure Core November Beta Release ( #6217 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-11-13 15:43:06 -08:00