Describe the bug
When deploying the anthropic model, the server requires "modelProviderData" property. However the latest sdk doesn't have this property.
Error:
ModelProviderData is required for Anthropic model deployments but was not provided. Please provide all required fields: industry, organizationName, and countryCode.
To Reproduce
Steps to reproduce the behavior:
- use cognitiveClient.deployments.beginCreateOrUpdateAndWait() to deploy an anthropic model
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
When deploying the anthropic model, the server requires "modelProviderData" property. However the latest sdk doesn't have this property.
Error:
ModelProviderData is required for Anthropic model deployments but was not provided. Please provide all required fields: industry, organizationName, and countryCode.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.