Skip to content

Commit 37f8cde

Browse files
authored
Update DefaultAzureCredential docs (Azure#2804)
1 parent a5e6ae3 commit 37f8cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/azure_identity/src/default_azure_credential.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ impl TokenCredential for DefaultAzureCredentialKind {
187187
///
188188
/// The following credential types if enabled will be tried, in order:
189189
///
190-
/// * `ManagedIdentityCredential`
191190
/// * `AzureCliCredential`
191+
/// * `AzureDeveloperCliCredential`
192192
///
193193
/// Consult the documentation of these credential types for more information on how they attempt authentication.
194194
#[derive(Debug)]

0 commit comments

Comments
 (0)