Skip to content

Commit fae04fa

Browse files
authored
Keyvault changelog (#2071)
* update chanlog for KeyVault release
1 parent 46c84e3 commit fae04fa

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

sdk/keyvault/azure-security-keyvault-common/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

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

55
### New Features
66

sdk/keyvault/azure-security-keyvault-common/vcpkg/CONTROL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# SPDX-License-Identifier: MIT
3+
#
14
Source: azure-security-keyvault-common-cpp
25
Version: @AZ_LIBRARY_VERSION@
36
Build-Depends: azure-core-cpp
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Vcpkg Publish Automation Assets
2+
3+
These files are used by the engineering system to publish to vcpkg. They are not
4+
required to build the library.
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Release History
22

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

55
### New Features
66

7-
- KeyVault client with the next operations:
8-
- GetKey.
9-
- CreateKey.
10-
- General purpose header `key_vault.hpp`.
11-
- KeyVault Keys types.
7+
- Added `Azure::Security::KeyVault::Keys::KeyClient` for get, create, list, delete, backup, restore, and import key operations.
8+
- Added high-level and simplified `key_vault.hpp` file for simpler include experience for customers.
9+
- Added model types which are returned from the `KeyClient` operations, such as `Azure::Security::KeyVault::Keys::KeyVaultKey`.

sdk/keyvault/azure-security-keyvault-keys/vcpkg/CONTROL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# SPDX-License-Identifier: MIT
3+
#
14
Source: azure-security-keyvault-keys-cpp
25
Version: @AZ_LIBRARY_VERSION@
36
Build-Depends: azure-security-keyvault-common-cpp
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Vcpkg Publish Automation Assets
2+
3+
These files are used by the engineering system to publish to vcpkg. They are not
4+
required to build the library.

sdk/keyvault/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ stages:
3939
Artifacts:
4040
- Name: azure-security-keyvault-common
4141
Path: azure-security-keyvault-common
42+
VcpkgPortName: azure-security-keyvault-common-cpp
4243
- Name: azure-security-keyvault-keys
4344
Path: azure-security-keyvault-keys
45+
VcpkgPortName: azure-security-keyvault-keys-cpp

0 commit comments

Comments
 (0)