-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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").