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

Simplify example blob_05_default_credential.rs #1373

Merged
merged 3 commits into from
Sep 13, 2023
Merged

Conversation

jackgerrits
Copy link
Contributor

Updated to use the to DefaultAzureCredential directly rather than fetching a token manually.

Updated to use the to DefaultAzureCredential directly rather than fetching a token manually.
@jackgerrits jackgerrits changed the title Simplify blob_05_default_credential.rs Simplify example blob_05_default_credential.rs Sep 13, 2023
@demoray
Copy link
Contributor

demoray commented Sep 13, 2023

@jackgerrits, with your updates, the following line is no longer needed. Removing it should allow clippy to pass.

use azure_storage::prelude::*;

@jackgerrits
Copy link
Contributor Author

Thanks @demoray!

@demoray demoray merged commit cb7c8e5 into Azure:main Sep 13, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants