From 4f8f7ab121084ec04000ca2e89dee444d3c42fd3 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Tue, 9 Feb 2021 17:28:51 -0800 Subject: [PATCH] Prepare beta release of Key Vault SDKs (#18635) --- .../CHANGELOG.md | 8 ++++++-- .../Azure.Security.KeyVault.Certificates/CHANGELOG.md | 10 +++++++--- sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md | 3 ++- .../Azure.Security.KeyVault.Secrets/CHANGELOG.md | 6 +++++- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md b/sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md index a250baaaeaafe..3ecbffbb63e03 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md +++ b/sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md @@ -1,14 +1,18 @@ # Release History -## 4.0.0-beta.4 (Unreleased) +## 4.0.0-beta.4 (2021-02-10) ### Added - Support in `KeyVaultAccessControlClient` to create, update, and delete custom role definitions. +### Changed + +- The default service version is now "7.2" (still in preview). + ## 4.0.0-beta.3 (2020-11-12) -### Changes +### Changed - Consolidated backup and RBAC client options into a single `KeyVaultAdministrationClientOptions` - Refactored `BackupOperation` to return `BackupResult` diff --git a/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md b/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md index 7ee432c12ae2d..6dc934e255a23 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md +++ b/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md @@ -1,12 +1,16 @@ # Release History -## 4.2.0-beta.4 (Unreleased) +## 4.2.0-beta.4 (2021-02-10) ### Added - Added default constructor to `CertificatePolicy` to use when importing a PEM-encoded certificate ([#16217](https://github.com/Azure/azure-sdk-for-net/issues/16217)). - Added constructor to `KeyVaultCertificateIdentifier` to parse a `Uri`. +### Changed + +- The default service version is now "7.2" (still in preview). + ### Removed - Removed `KeyVaultCertificateIdentifier.Parse` and `KeyVaultCertificateIdentifier.TryParse` in favor of the added constructor. @@ -80,7 +84,7 @@ - Challenge-based authentication requests are only sent over HTTPS. -## 4.0.0-preview.8 +## 4.0.0-preview.8 ### Breaking changes @@ -99,7 +103,7 @@ - A constructor was added to `CertificateOperation`. You can use this to construct a `CertificateOperation` to cancel or delete it without certificates/get permission. -## 4.0.0-preview.7 +## 4.0.0-preview.7 ### Breaking changes diff --git a/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md b/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md index 871dfeee3d4f3..5a19b44e513e8 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md +++ b/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 4.2.0-beta.4 (Unreleased) +## 4.2.0-beta.4 (2021-02-10) ### Added @@ -10,6 +10,7 @@ ### Changed +- The default service version is now "7.2" (still in preview). - Renamed `EncryptOptions` to `EncryptParameters`. - Renamed `DecryptOptions` to `DecryptParameters`. - Made `EncryptParameters.AdditionalAuthenticatedData` read-only, requiring it to be passed to the constructor. diff --git a/sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md b/sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md index 756058c2e06c5..6ed33001dfe6e 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md +++ b/sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md @@ -1,11 +1,15 @@ # Release History -## 4.2.0-beta.4 (Unreleased) +## 4.2.0-beta.4 (2021-02-10) ### Added - Added constructor to `KeyVaultSecretIdentifier` to parse a `Uri`. +### Changed + +- The default service version is now "7.2" (still in preview). + ### Removed - Removed `KeyVaultSecretIdentifier.Parse` and `KeyVaultSecretIdentifier.TryParse` in favor of the added constructor.