You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
The text was updated successfully, but these errors were encountered:
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").
The text was updated successfully, but these errors were encountered: