1.13.0b4 (2023-04-11)
Features Added
- Credentials that are implemented via launching a subprocess to acquire tokens now have configurable timeouts using the
process_timeout
keyword argument. This addresses scenarios where these proceses can take longer than the current default timeout values. The affected credentials areAzureCliCredential
,AzureDeveloperCliCredential
, andAzurePowerShellCredential
. (Note: ForDefaultAzureCredential
, thedeveloper_credential_timeout
keyword argument allows users to propagate this option toAzureCliCredential
,AzureDeveloperCliCredential
, andAzurePowerShellCredential
in the authentication chain.) (#28290)