Skip to content

azure-keyvault-secrets_4.11.1

Latest

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 12 Aug 16:32
63f9d76

4.11.1 (2026-08-12)

Bugs Fixed

  • Fixed a replay bug in the challenge authentication policy where a request copy stashed on the shared policy
    instance was never cleared, allowing one request's method, URL, and body to leak into a later, unrelated request
    made by the same client (for example, after an Entra ID Continuous Access Evaluation challenge). The original
    request is now stored per-request instead of on the policy instance. This mirrors the fix already applied to
    azure-keyvault-keys and azure-keyvault-administration in
    #47742.