From b03ee02bd52ce09e042659e1b04c90ba9385f621 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Tue, 7 Jul 2020 16:08:58 -0700 Subject: [PATCH] Fix CHANGELOG and project files (#13292) Fix the CHANGELOGs for Certs and Keys and fix the project files' to be ready for eventual servicing release. --- .../Azure.Security.KeyVault.Certificates/CHANGELOG.md | 9 +++++++-- .../src/Azure.Security.KeyVault.Certificates.csproj | 2 +- sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md | 7 +------ .../src/Azure.Security.KeyVault.Keys.csproj | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md b/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md index 36dff44be3f32..8a0d2fb3baaab 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md +++ b/sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md @@ -1,14 +1,19 @@ # Release History -## 4.0.2 (2020-03-18) +## 4.0.3 (Unreleased) ### Fixed -- Fixed concurrency issue in our challenge-based authentication policy ([#9737](https://github.com/Azure/azure-sdk-for-net/issues/9737)) - Fixed an issue where the issuer name was always null ([#10908](https://github.com/Azure/azure-sdk-for-net/issues/10908)) - Fixed an issue where GetIssuerAsync would throw for issuers with contact information populated ([#10905](https://github.com/Azure/azure-sdk-for-net/issues/10905)) - Fixed an issue where some Certificate policy properties were not serialized properly ([#11669](https://github.com/azure/azure-sdk-for-net/issues/11669)) +## 4.0.2 (2020-03-18) + +### Fixed + +- Fixed concurrency issue in our challenge-based authentication policy ([#9737](https://github.com/Azure/azure-sdk-for-net/issues/9737)) + ## 4.0.1 (2020-03-03) ### Fixed diff --git a/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj b/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj index e2065c9f194c7..d89bd26473337 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj +++ b/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj @@ -3,7 +3,7 @@ This is the Microsoft Azure Key Vault Certificates client library Microsoft Azure.Security.KeyVault.Certificates client library - 4.0.2 + 4.0.3-preview.1 Microsoft Azure Key Vault Certificates;$(PackageCommonTags) $(RequiredTargetFrameworks) $(NoWarn);3021 diff --git a/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md b/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md index 47323739f451f..1ccd7e322618a 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md +++ b/sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md @@ -1,11 +1,6 @@ # Release History -## 4.1.0-preview.1 (2020-03-09) - -### Added - -- Add "import" value to `KeyOperation` enumeration. -- Add `RecoverableDays` property to `KeyProperties`. +## 4.0.4 (Unreleased) ### Minor changes diff --git a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj index 11487c6465b46..c828b73f0ae20 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj +++ b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj @@ -3,7 +3,7 @@ This is the Microsoft Azure Key Vault Keys client library Microsoft Azure.Security.KeyVault.Keys client library - 4.0.3 + 4.0.4-preview.1 Microsoft Azure Key Vault Keys;$(PackageCommonTags) $(RequiredTargetFrameworks)