Skip to content

Commit

Permalink
Keyvault changelog (#2071)
Browse files Browse the repository at this point in the history
* update chanlog for KeyVault release
  • Loading branch information
vhvb1989 authored Apr 7, 2021
1 parent 46c84e3 commit fae04fa
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-security-keyvault-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.0.0-beta.1 (Unreleased)
## 4.0.0-beta.1 (2021-04-07)

### New Features

Expand Down
3 changes: 3 additions & 0 deletions sdk/keyvault/azure-security-keyvault-common/vcpkg/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions sdk/keyvault/azure-security-keyvault-common/vcpkg/README.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 4 additions & 6 deletions sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
3 changes: 3 additions & 0 deletions sdk/keyvault/azure-security-keyvault-keys/vcpkg/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions sdk/keyvault/azure-security-keyvault-keys/vcpkg/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions sdk/keyvault/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fae04fa

Please sign in to comment.