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 @@ -144,8 +144,8 @@ fn authentication_error<T: 'static>(e: azure_core::Error) -> azure_core::Error {
144
144
let type_name = std:: any:: type_name :: < T > ( ) ;
145
145
let short_name = type_name. rsplit ( "::" ) . next ( ) . unwrap_or ( type_name) ; // cspell:ignore rsplit
146
146
let link = match short_name {
147
- "AzureCliCredential" => format ! ( "{TSG_LINK}azd " ) ,
148
- "AzureDeveloperCliCredential" => format ! ( "{TSG_LINK}azure-cli " ) ,
147
+ "AzureCliCredential" => format ! ( "{TSG_LINK}azure-cli " ) ,
148
+ "AzureDeveloperCliCredential" => format ! ( "{TSG_LINK}azd " ) ,
149
149
"AzurePipelinesCredential" => format ! ( "{TSG_LINK}apc" ) ,
150
150
#[ cfg( feature = "client_certificate" ) ]
151
151
"ClientCertificateCredential" => format ! ( "{TSG_LINK}client-cert" ) ,
You can’t perform that action at this time.
0 commit comments