Skip to content

Commit e15dffc

Browse files
Bump Azure.Security.KeyVault.Keys from 4.8.0 to 4.9.0 (#323)
Updated [Azure.Security.KeyVault.Keys](https://github.com/Azure/azure-sdk-for-net) from 4.8.0 to 4.9.0. <details> <summary>Release notes</summary> _Sourced from [Azure.Security.KeyVault.Keys's releases](https://github.com/Azure/azure-sdk-for-net/releases)._ ## 4.9.0 ## 4.9.0 (2026-02-25) ### Features Added - Added `SecretClientSettings` to support creating a `SecretClient` from `IConfiguration`, including configuration-based credential resolution and dependency injection registration. - Added the `outContentType` query parameter to the `SecretClient.GetSecret` and `SecretClient.GetSecretAsync` to specify the format in which the certificate will be returned. - Added the `previousVersion` property to `SecretProperties`. ### Other Changes - The default service version is now `2025-07-01`. Commits viewable in [compare view](https://github.com/Azure/azure-sdk-for-net/commits/Azure.Security.KeyVault.Secrets_4.9.0). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Security.KeyVault.Keys&package-manager=nuget&previous-version=4.8.0&new-version=4.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c9b168 commit e15dffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageVersion Include="Azure.Identity" Version="1.17.1" />
7-
<PackageVersion Include="Azure.Security.KeyVault.Keys" Version="4.8.0" />
7+
<PackageVersion Include="Azure.Security.KeyVault.Keys" Version="4.9.0" />
88
<PackageVersion Include="Serde" Version="0.10.2" />
99
<PackageVersion Include="Serde.CmdLine" Version="0.1.3" />
1010
<PackageVersion Include="Spectre.Console" Version="0.54.0" />

0 commit comments

Comments
 (0)