We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e6ae3 commit 37f8cdeCopy full SHA for 37f8cde
sdk/identity/azure_identity/src/default_azure_credential.rs
@@ -187,8 +187,8 @@ impl TokenCredential for DefaultAzureCredentialKind {
187
///
188
/// The following credential types if enabled will be tried, in order:
189
190
-/// * `ManagedIdentityCredential`
191
/// * `AzureCliCredential`
+/// * `AzureDeveloperCliCredential`
192
193
/// Consult the documentation of these credential types for more information on how they attempt authentication.
194
#[derive(Debug)]
0 commit comments