-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Document IntelligenceService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.
Description
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
Document IntelligenceService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.