Azure / Azure/azure-sdk-for-python

[conversation-authoring & textanalytics-authoring] Share pipeline configuration between AuthoringClient and AuthoringProjectClient

Open
#42,849 0 comments 0 reactions 1 assignee Claimed by @amber-Chen-86 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.