From 4e12d9649b79acb11b445cf41bdd63cb3a420787 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:52:57 -0800 Subject: [PATCH] Prepare for release (#39825) --- .../CHANGELOG.md | 6 +----- ...Azure.Extensions.AspNetCore.Configuration.Secrets.csproj | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md index 8754239c36951..df6b10ccdca20 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.3.0-beta.1 (Unreleased) +## 1.3.0 (2023-11-08) ### Acknowledgments @@ -12,15 +12,11 @@ Thank you to our developer community members who helped to make the Key Vault co - Changed visibility of `AzureKeyVaultConfigurationSource` as public to allow for custom ordering of configuration sections when reading. _(A community contribution, courtesy of [jabberwik](https://github.com/jabberwik))_ -### Breaking Changes - ### Bugs Fixed - Corrected the parameter name in the `ArgumentNullException` that is thrown if a null `options` argument is passed to `AddAzureKeyVault`. -### Other Changes - ## 1.2.2 (2022-04-05) ### Acknowledgments diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj index ab041be74aec1..207d0db90cb4f 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj +++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj @@ -4,7 +4,7 @@ Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration. $(RequiredTargetFrameworks) $(PackageTags);azure;keyvault - 1.3.0-beta.1 + 1.3.0 1.2.2 $(NoWarn);AZC0001;AZC0102