azure-sdk-for-cpp/sdk/keyvault
Ahson Khan 8095d85e67
Simplify the public surface design of Response<T> for usability. (#1974)
* Simplify the design of Response<T> for usability.

* Revert changes to operation<T> to keep the changes single purpose.

* Update many of the response<T> call sites based on API changes.

* Update all remaining callsites and fix clang formatting.

* Update Response<T> documentation.

* Fix clang formatting.

* Remove status code from the Response<T> public surface area.

* Update the changelog.

* Fix up CL wording and remove commented-out change to operation<T>.

* Fixed test by actually calling a method.

* Fix up key vault test by not taking ownership of raw response.

* Fix call to get status code in test.

* Add new line at end of keyvualt live test file.

* Make a local copy within keyvault pipeline to avoid compilers re-ordering things.

* Make the fixes to the recent keyvault changes.

* Fix key vault pipeline to address ImportKey test failure
2021-04-01 00:50:04 +00:00
..
azure-security-keyvault-common Simplify the public surface design of Response<T> for usability. (#1974) 2021-04-01 00:50:04 +00:00
azure-security-keyvault-keys Simplify the public surface design of Response<T> for usability. (#1974) 2021-04-01 00:50:04 +00:00
ci.yml Enable keyvault live tests (#1496) 2021-01-27 23:21:11 +00:00
CMakeLists.txt
README.md
test-resources.json Keyvault create keys overloads createKey for RSA, EC and Oct (#1726) 2021-03-02 15:48:54 -08:00

Azure Key Vault Client Library for C++

The Azure Key Vault Client Library for C++ allows you to build applications against Microsoft Azure Key Vault. For an overview of Azure Key Vault, see Introduction to Microsoft Azure Key Vault.

Features

  • Keys
    • Get/Create/Delete Keys

Getting started

...

Requirements

To call Azure services, you must first have an Azure subscription. Sign up for a free trial or use your MSDN subscriber benefits.

Need Help?

Be sure to check out the Azure Key Vault Forum on MSDN if you need help, or use StackOverflow.

Collaborate & Contribute

We gladly accept community contributions.

For general suggestions about Azure, use our Azure feedback forum.

Download & Install

Install Dependencies

Windows

Unix Platforms

Build from Source

Windows

Dependencies

Code Samples