Keyvault changelog (#2071)

* update chanlog for KeyVault release
This commit is contained in:
Victor Vazquez 2021-04-07 16:33:33 -07:00 committed by GitHub
parent 46c84e3a3f
commit fae04fa9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 4.0.0-beta.1 (Unreleased)
## 4.0.0-beta.1 (2021-04-07)
### New Features

View File

@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: MIT
#
Source: azure-security-keyvault-common-cpp
Version: @AZ_LIBRARY_VERSION@
Build-Depends: azure-core-cpp

View File

@ -0,0 +1,4 @@
# Vcpkg Publish Automation Assets
These files are used by the engineering system to publish to vcpkg. They are not
required to build the library.

View File

@ -1,11 +1,9 @@
# Release History
## 4.0.0-beta.1 (Unreleased)
## 4.0.0-beta.1 (2021-04-07)
### New Features
- KeyVault client with the next operations:
- GetKey.
- CreateKey.
- General purpose header `key_vault.hpp`.
- KeyVault Keys types.
- Added `Azure::Security::KeyVault::Keys::KeyClient` for get, create, list, delete, backup, restore, and import key operations.
- Added high-level and simplified `key_vault.hpp` file for simpler include experience for customers.
- Added model types which are returned from the `KeyClient` operations, such as `Azure::Security::KeyVault::Keys::KeyVaultKey`.

View File

@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: MIT
#
Source: azure-security-keyvault-keys-cpp
Version: @AZ_LIBRARY_VERSION@
Build-Depends: azure-security-keyvault-common-cpp

View File

@ -0,0 +1,4 @@
# Vcpkg Publish Automation Assets
These files are used by the engineering system to publish to vcpkg. They are not
required to build the library.

View File

@ -39,5 +39,7 @@ stages:
Artifacts:
- Name: azure-security-keyvault-common
Path: azure-security-keyvault-common
VcpkgPortName: azure-security-keyvault-common-cpp
- Name: azure-security-keyvault-keys
Path: azure-security-keyvault-keys
VcpkgPortName: azure-security-keyvault-keys-cpp