File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/identity/azure_identity/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ fn authentication_error<T: 'static>(e: azure_core::Error) -> azure_core::Error {
123
123
let type_name = std:: any:: type_name :: < T > ( ) ;
124
124
let short_name = type_name. rsplit ( "::" ) . next ( ) . unwrap_or ( type_name) ; // cspell:ignore rsplit
125
125
let link = match short_name {
126
- "AzureCliCredential" => format ! ( "{TSG_LINK}azd " ) ,
127
- "AzureDeveloperCliCredential" => format ! ( "{TSG_LINK}azure-cli " ) ,
126
+ "AzureCliCredential" => format ! ( "{TSG_LINK}azure-cli " ) ,
127
+ "AzureDeveloperCliCredential" => format ! ( "{TSG_LINK}azd " ) ,
128
128
"AzurePipelinesCredential" => format ! ( "{TSG_LINK}apc" ) ,
129
129
#[ cfg( feature = "client_certificate" ) ]
130
130
"ClientCertificateCredential" => format ! ( "{TSG_LINK}client-cert" ) ,
You can’t perform that action at this time.
0 commit comments