-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit 274c4fd
authored
Python: Bump azure-identity from 1.13.0 to 1.14.0 in /python (#2384)
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python)
from 1.13.0 to 1.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/releases">azure-identity's
releases</a>.</em></p>
<blockquote>
<h2>azure-identity_1.14.0</h2>
<h2>1.14.0 (2023-08-08)</h2>
<h3>Features Added</h3>
<ul>
<li>Continuous Access Evaluation (CAE) is now configurable per-request
by setting the <code>enable_cae</code> keyword argument to
<code>True</code> in <code>get_token</code>. This applies to user
credentials and service principal credentials. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30777">#30777</a>)</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>CP1 client capabilities for CAE is no longer always-on by default
for user credentials. This capability will now be configured as-needed
in each <code>get_token</code> request by each SDK. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30777">#30777</a>)
<ul>
<li>Suffixes are now appended to persistent cache names to indicate
whether CAE or non-CAE tokens are stored in the cache. This is to
prevent CAE and non-CAE tokens from being mixed/overwritten in the same
cache. This could potentially cause issues if you are trying to share
the same cache between applications that are using different versions of
the Azure Identity library as each application would be reading from a
different cache file.</li>
<li>Since CAE is no longer always enabled for user-credentials, the
<code>AZURE_IDENTITY_DISABLE_CP1</code> environment variable is no
longer supported.</li>
</ul>
</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Credential types correctly implement <code>azure-core</code>'s
<code>TokenCredential</code> protocol. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/25175">#25175</a>)</li>
</ul>
<h2>azure-identity_1.14.0b2</h2>
<h2>1.14.0b2 (2023-07-11)</h2>
<h3>Features Added</h3>
<ul>
<li>Added <code>workload_identity_tenant_id</code> support in
<code>DefaultAzureCredential</code>.</li>
</ul>
<h2>azure-identity_1.14.0b1</h2>
<h2>1.14.0b1 (2023-06-06)</h2>
<h3>Features Added</h3>
<ul>
<li>Continue attempt next credential when finding an expired token from
cached token credential in DefaultAzureCredential. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30441">#30441</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>VisualStudioCodeCredential prints an informative error message when
used (as it is currently broken) (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30385">#30385</a>)</li>
<li>Removed dependency on <code>six</code>. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30613">#30613</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/85d3fb50ccc16d6ce8171a0e045a754838749080"><code>85d3fb5</code></a>
update release date (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31501">#31501</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/3a6c7f48c92b5d590aa7ab16ee0c04358a7b0ec1"><code>3a6c7f4</code></a>
Identity changelog (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31454">#31454</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/0464b2a853763434fffed730af097411b1681cb8"><code>0464b2a</code></a>
[Identity] Correctly implement TokenCredential protocols (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31047">#31047</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/e7a9aed09339ebe57741059a99cca5f023a95f94"><code>e7a9aed</code></a>
Add a type in identity (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31431">#31431</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/72214111a9db39fe13402ffefe78c2d026032ad0"><code>7221411</code></a>
disable beta features (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31385">#31385</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/f6d7789694e813d23ba8e3b903f1cf4a9d59c8c2"><code>f6d7789</code></a>
[Identity] Enable CAE toggle per token request (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/30777">#30777</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/9f1bf3a83f4f3b7592e8af03dc9681aae121dc01"><code>9f1bf3a</code></a>
Identity not use is chained (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31328">#31328</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/e8d95188c45a99773d346a90f465f38d47145a6b"><code>e8d9518</code></a>
[Identity] Enable black formatting in CI (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31315">#31315</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/6ed3e1541cc7e24d4ab9a57bd1438d35ab0e82b8"><code>6ed3e15</code></a>
make is_chained internal only (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31296">#31296</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/57146235c1c597b56fb56e8796eec7aa62fcc51e"><code>5714623</code></a>
Identity new msal (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31267">#31267</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0...azure-identity_1.14.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 65593a2 commit 274c4fdCopy full SHA for 274c4fd
1 file changed
+3
-4
lines changed+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments