azure-sdk-for-cpp/sdk/keyvault
George Arama 0b5b5ac951
Json library update and Xcode15 (#5681)
* Move up macos and xcode version

* first pass

* to trigger builds, some other issue

* rewrwe

* Remove MSVC compiler warning suppressions in KeyVault

The code within the `mocked_transport_adapter_test.hpp` file, specifically within the `Azure::Security::KeyVault::Keys` namespace, has been updated. The `#if defined(_MSC_VER)` preprocessor directive along with its associated `#pragma warning(push)` and `#pragma warning(disable : 4996)` directives have been removed. The corresponding `#pragma warning(pop)` directive has also been removed. The lines of code that were between these preprocessor directives remain unchanged. These changes remove specific compiler warning suppressions for MSVC compilers, but do not alter the functional behavior of the code.

* dassa

* Add UseDotNet@2 where test proxy might run on a macos agent

* test CI

* fsd

* dasdas

* gregre

* gerregr

* ffdsfsd

* fwefew

* fewfwew

* reter

* fewfew

* fwefwe

* rewrw

* rwe

* temp move build step to exec faster

* gdfgd

* fsdfd

* fdsfs

* dgdf

* Roll forward instead of installing .NET 6

* remove manual install

* rewrew

* gfdffg

* rewrwe

* gfdgd

* fdsfs

* gfdgdf

* tertre

* dasda

* try http for test proxy

* revert readmes

* rew

* rew

* fdsfsd

* ewrew

* revert storages

* KV

* opentelemetry

* remove warnbing

* anton comments

* unit tests

* clangs

* clang

* comment out some asserts

* restore originals

* updated tests

* clangs

* restore cmake

* test

* Remove manual workaround (eng/common change fixes this)

* test2

* the fix doesn't work, need to put back

* Remove DOTNET_ROLL_FORWARD

* annotate macro , put back DOTNET_ROLL_FORWARD

* remove leftover files

* reww

* update changelog

* remove left over file

* remove some doxygen comments

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-06-18 08:26:28 -07:00
..
azure-security-keyvault-administration Pin Newest Version of test-proxy in CI (#5568) 2024-04-24 15:57:50 -07:00
azure-security-keyvault-certificates Increment version for keyvault releases (#5709) 2024-06-11 11:43:49 -07:00
azure-security-keyvault-keys Json library update and Xcode15 (#5681) 2024-06-18 08:26:28 -07:00
azure-security-keyvault-secrets Increment version for keyvault releases (#5709) 2024-06-11 11:43:49 -07:00
azure-security-keyvault-shared/inc/azure/keyvault/shared Add thread safety for KeyVaultChallengeBasedAuthenticationPolicy (#5189) 2023-11-29 07:37:15 +00:00
tools/cleanup Change samples to use DefaultAzureCredential (#5183) 2023-11-29 16:07:40 +00:00
assets.json enable download live only tests (#5586) 2024-04-30 20:58:00 +00:00
ci.yml Pin Newest Version of test-proxy in CI (#5568) 2024-04-24 15:57:50 -07:00
CMakeLists.txt Rename the TESTING_BUILD macro to be _azure_TESTING_BUILD to highlight this is internal only and reduce chances of collision. (#5419) 2024-04-05 12:05:04 -07:00
README.md
test-resources-post.ps1
test-resources.json Updated tests to support -UserAuth test resources switch to enable non-corpnet access. (#5387) 2024-02-28 01:36:54 +00:00
TROUBLESHOOTING.md Troublesooting guides 4742 (#5448) 2024-03-15 11:36:24 -07:00

Azure Key Vault Client Librares for C++

The Azure Key Vault Client Libraries for C++ allows you to build applications against Microsoft Azure Key Vault services like Keys, Certificates and Secrets. For an overview of Azure Key Vault, see Introduction to Microsoft Azure Key Vault.

Latest release

Find the latest Key Vault client for C++ releases here.