forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Path zure-sdk-for-python/sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/simulator/_model_tools/_generated_rai_client.py has calls to the generated client via self.client.<method>
Some calls have headers like this headers={"client_request_id": scan_session_id},
That needs to be changed to headers={"x-ms-client-request-id": scan_session_id},
Some places also have that as headers["client_request_id"] = scan_session_id
need to change that to headers["x-ms-client-request-id"] = scan_session_id},
Copilot
Metadata
Metadata
Assignees
Labels
No labels