Azure / Azure/azure-sdk-for-python
[conversation-authoring & textanalytics-authoring] Share pipeline configuration between AuthoringClient and AuthoringProjectClient
Open
Client
Cognitive - Language
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Currently, ConversationAuthoringClient.get_project_client() creates a new ConversationAuthoringProjectClient but does not share pipeline configuration (e.g., api_version, retries, proxies, or other pipeline policies).
We should pass through api_version, retries, proxies, and other relevant kwargs when instantiating the project client in next version.
This PR for **textanalytics authoring**(https://github.com/Azure/azure-sdk-for-python/pull/42971) has the same issue.
Contributor guide
Assessment
This issue has not been assessed yet.