Skip to content

Request for better error message #5

@sjbertolani

Description

@sjbertolani

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").

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions