Skip to content

Commit 309b77d

Browse files
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 (#730)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.12.0 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases</a>.</em></p> <blockquote> <h2>sdk/azidentity/v1.13.0</h2> <h2>1.13.0 (2025-10-07)</h2> <h3>Features Added</h3> <ul> <li>Added <code>AzurePowerShellCredential</code>, which authenticates as the identity logged in to Azure PowerShell (thanks <a href="https://github.com/ArmaanMcleod">ArmaanMcleod</a>)</li> <li>When <code>AZURE_TOKEN_CREDENTIALS</code> is set to <code>ManagedIdentityCredential</code>, <code>DefaultAzureCredential</code> behaves the same as does <code>ManagedIdentityCredential</code> when used directly. It doesn't apply special retry configuration or attempt to determine whether IMDS is available. (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/25265">#25265</a>)</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Removed the <code>WorkloadIdentityCredential</code> support for identity binding mode added in v1.13.0-beta.1. It will return in v1.14.0-beta.1</li> </ul> <h2>sdk/azidentity/v1.13.0-beta.1</h2> <h2>1.13.0-beta.1 (2025-09-17)</h2> <h3>Features Added</h3> <ul> <li>Added <code>AzurePowerShellCredential</code>, which authenticates as the identity logged in to Azure PowerShell (thanks <a href="https://github.com/ArmaanMcleod">ArmaanMcleod</a>)</li> <li><code>WorkloadIdentityCredential</code> supports identity binding mode (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/25056">#25056</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/94c22e63e8b44da25706894d4665dd6cc336df02"><code>94c22e6</code></a> [azcore] prepping for release (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23192">#23192</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/c5213b1289881cbfc61f125065acb04434b089be"><code>c5213b1</code></a> Redesign persistent token cache API (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23114">#23114</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/5df73f947f772051a037728a174b7ebc6a39a083"><code>5df73f9</code></a> [azopenai]: Update custom_client.go to enable insecure credential with HTTP (...</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/b4b4721223468f57abdaa2856695e1da4a106187"><code>b4b4721</code></a> [azcore] Adding in a function create a policy.Request using an existing *http...</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/80dbc7d99d4746c8eac6f91c1997459e7351e3c3"><code>80dbc7d</code></a> Update CODEOWNERS_baseline_errors.txt (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23191">#23191</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/d254d11b07b909d9f0152ac8080f5c081aacb490"><code>d254d11</code></a> Increment package version after release of internal (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23190">#23190</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/62f7a3d0e97610a8303e313f25ab4502766b8886"><code>62f7a3d</code></a> Test credential factory supports Pipelines federated auth (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23184">#23184</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/5aaedf4bf939814d658494ab61c8ba1f517cf383"><code>5aaedf4</code></a> [Release] sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/1.0....</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/ce39ed969686869f2013ce344c78879d1b01c7e8"><code>ce39ed9</code></a> Sync eng/common directory with azure-sdk-tools for PR 8598 (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23175">#23175</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/75d30bbd4b5878d995c26e4e536f3ab44e6613cf"><code>75d30bb</code></a> Enable use of pipeline credential. Fixes <a href="https://github.com/microsoft/azure-p">https://github.com/microsoft/azure-p</a>...</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.12.0...sdk/azcore/v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Azure/azure-sdk-for-go/sdk/azidentity&package-manager=go_modules&previous-version=1.12.0&new-version=1.13.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68213d2 commit 309b77d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.9
44

55
require (
66
cloud.google.com/go/kms v1.23.2
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0
7+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.0
88
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0
99
github.com/caarlos0/env/v11 v11.3.1
1010
github.com/coreos/go-oidc/v3 v3.16.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ cloud.google.com/go/longrunning v0.6.7 h1:IGtfDWHhQCgCjwQjV9iiLnUta9LBCo8R9QmAFs
1414
cloud.google.com/go/longrunning v0.6.7/go.mod h1:EAFV3IZAKmM56TyiE6VAP3VoTzhZzySwI/YI1s/nRsY=
1515
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1 h1:5YTBM8QDVIBN3sxBil89WfdAAqDZbyJTgh688DSxX5w=
1616
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1/go.mod h1:YD5h/ldMsG0XiIw7PdyNhLxaM317eFh5yNLccNfGdyw=
17-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0 h1:wL5IEG5zb7BVv1Kv0Xm92orq+5hB5Nipn3B5tn4Rqfk=
18-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0/go.mod h1:J7MUC/wtRpfGVbQ5sIItY5/FuVWmvzlY21WAOfQnq/I=
17+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.0 h1:KpMC6LFL7mqpExyMC9jVOYRiVhLmamjeZfRsUpB7l4s=
18+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.0/go.mod h1:J7MUC/wtRpfGVbQ5sIItY5/FuVWmvzlY21WAOfQnq/I=
1919
github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2 h1:yz1bePFlP5Vws5+8ez6T3HWXPmwOK7Yvq8QxDBD3SKY=
2020
github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2/go.mod h1:Pa9ZNPuoNu/GztvBSKk9J1cDJW6vk/n0zLtV4mgd8N8=
2121
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 h1:9iefClla7iYpfYWdzPCRDozdmndjTm8DXdpCzPajMgA=

0 commit comments

Comments
 (0)