Skip to content

Commit

Permalink
Merge branch 'main' into dont-fail-on-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Caswell committed Aug 22, 2023
2 parents 71d5ba4 + f31f3e0 commit b59f7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ members = [
"sdk/*",
"./eng/test/mock_transport"
]
resolver = "2"
2 changes: 1 addition & 1 deletion sdk/identity/examples/federated_credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
&token,
&["https://vault.azure.net/.default"],
&tenant_id,
authority_hosts::AZURE_PUBLIC_CLOUD.clone(),
authority_hosts::AZURE_PUBLIC_CLOUD,
)
.await
.expect("federated_credentials_flow failed");
Expand Down

0 comments on commit b59f7ac

Please sign in to comment.