Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Identity] Allow configurable process timeouts #28290

Merged
merged 2 commits into from
Mar 25, 2023

Commits on Mar 23, 2023

  1. [Identity] Allow configurable process timeouts

    AzureCliCredential, AzureDeveloperCliCredential, and AzurePowerShellCredential
    now allow users to pass in a custom timeout. This addresses scenarios where
    these proceses can take longer than the current default timeout values.
    DefaultAzureCredential now also has an optional keyword argument to allow
    users to pass in timeout values to the underlying developer credentials.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    160552e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Update docstrings

    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    2e78270 View commit details
    Browse the repository at this point in the history