RelationalAI / rai-sdk-csharp

The RelationalAI Software Development Kit (SDK) for C#
Apache License 2.0
0 stars 1 forks source link

Request for better error message #5

Open sjbertolani opened 2 years ago

sjbertolani commented 2 years ago

When I run

dotnet run ListUsers --profile latest

I'm getting the following error

Unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.SystemException: credential not supported

My config file looks like this: [default] region = us-east host = azure.relationalai.com port = 443 client_id= client_secret=

This is because I call the run with the wrong profile ( and in fact there is no profile "latest").

stanislav-bedunkevich commented 2 years ago

This is going to be addressed as part of: https://github.com/RelationalAI/rai-sdk-csharp/issues/12

billscheidel-rai commented 1 year ago

Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-5400.

This link is only accessible to employees of RelationalAI.