File tree Expand file tree Collapse file tree
Azure.Data.Cosmos.Shell.Core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -994,12 +994,9 @@ private async Task CompleteTokenConnectionAsync(
994994 // they explicitly opted into ARM via --subscription/--resource-group/--account.
995995 throw ;
996996 }
997- catch ( Exception ex ) when ( ! explicitlyRequested )
997+ catch ( Exception ) when ( ! explicitlyRequested )
998998 {
999- WriteLine ( MessageService . GetArgsString (
1000- "shell-connect-arm-discovery-failed" ,
1001- "message" ,
1002- ex . Message ) ) ;
999+ WriteLine ( MessageService . GetString ( "shell-connect-arm-discovery-failed" ) ) ;
10031000 return null ;
10041001 }
10051002 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ shell-connect-static-token-expiry = Expires in { $timespan } (expiration: { $exp
1010shell-connect-vscode-credential-auth = Connecting with Visual Studio Code credential...
1111shell-connect-vscode-credential-fallback = Visual Studio Code credential unavailable, falling back...
1212shell-connect-devicecode-fallback = Browser authentication failed, falling back to device code authentication...
13- shell-connect-arm-discovery-failed = ARM context unavailable ( { $message } ); using Cosmos DB data plane.
13+ shell-connect-arm-discovery-failed = Using Cosmos DB data plane.
1414history-search-reverse = reverse-i-search
1515history-search-forward = forward-i-search
1616history-search-failed-reverse = failed reverse-i-search
You can’t perform that action at this time.
0 commit comments