Skip to content

azure-identity_1.16.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Apr 19:35
f07513c

1.16.0 (2024-04-09)

Other Changes

  • For IMDS requests in ManagedIdentityCredential, the retry backoff factor was reduced from 2 to 0.8 in order to avoid excessive retry delays and improve responsiveness. Users can customize this setting with the retry_backoff_factor parameter: ManagedIdentityCredential(retry_backoff_factor=2). (#35070)