Skip to content

[DI] Bug in AuthorizeClassifierCopy API #36989

@YalinLi0312

Description

@YalinLi0312

This bug is originally tracked in .NET.
The AuthorizeClassifierCopy API is failing with the following error:

{
  "error": {
    "code": "InvalidArgument",
    "message": "Invalid argument.",
    "innererror": {
      "code": "ParameterMissing",
      "message": "The parameter modelId is required."
    }
  }
}

It's important to note that no modelId can be specified when copying a classifier. This is confirmed to be a service bug and is being investigated by the service team.

Once the issue is fixed, we should enable the skipped tests.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions