Open Roopan-Microsoft opened 5 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @luigiw @needuv @paulshealy1 @singankit.
Hi @luigiw @needuv @paulshealy1 @singankit - Any update on this?
Hi @luigiw @needuv @paulshealy1 @singankit - Any update on this?
Describe the bug When we call begin_create(ai_resource=AIResource( name=aihub_name, )).result(). Its getting failed with error '"message": "Endpoint resources are no longer supported, and have been migrated to connections. Please delete this resource and re-create it as a connection.",'. Below is the complete error details.
Code: BadRequest Message: { "error": { "code": "ValidationError", "severity": null, "message": "Endpoint resources are no longer supported, and have been migrated to connections. Please delete this resource and re-create it as a connection.", "messageFormat": null, "messageParameters": null, "referenceCode": null, "detailsUri": null, "target": null, "details": [], "innerError": null, "debugInfo": null, "additionalInfo": null }, "correlation": { "operation": "e65e99ac325b68eaf44c8b968f47d18d", "request": "2fb136817008365a" }, "environment": "eastus", "location": "eastus", "time": "2024-06-05T02:27:07.2472072+00:00", "componentName": "account-rp", "statusCode": 400 }
To Reproduce Steps to reproduce the behavior:
Expected behavior It should get created successfully
Screenshots
Additional context Add any other context about the problem here.