parent
46c84e3a3f
commit
fae04fa9d2
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 4.0.0-beta.1 (Unreleased)
|
||||
## 4.0.0-beta.1 (2021-04-07)
|
||||
|
||||
### New Features
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
@ -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`.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user