1414from ._version import VERSION
1515
1616if TYPE_CHECKING :
17- # pylint: disable=unused-import,ungrouped-imports
1817 from azure .core .credentials import TokenCredential
1918
2019
21- class ChatCompletionsClientConfiguration : # pylint: disable=too-many-instance-attributes,name-too-long
20+ class ChatCompletionsClientConfiguration : # pylint: disable=too-many-instance-attributes
2221 """Configuration for ChatCompletionsClient.
2322
2423 Note that all parameters used to create this instance are saved as instance
@@ -27,7 +26,7 @@ class ChatCompletionsClientConfiguration: # pylint: disable=too-many-instance-a
2726 :param endpoint: Service host. Required.
2827 :type endpoint: str
2928 :param credential: Credential used to authenticate requests to the service. Is one of the
30- following types: AzureKeyCredential, AzureKeyCredential, TokenCredential Required.
29+ following types: AzureKeyCredential, AzureKeyCredential, token credential Required.
3130 :type credential: ~azure.core.credentials.AzureKeyCredential or
3231 ~azure.core.credentials.AzureKeyCredential or ~azure.core.credentials.TokenCredential
3332 :keyword api_version: The API version to use for this operation. Default value is
@@ -75,7 +74,7 @@ def _configure(self, **kwargs: Any) -> None:
7574 self .authentication_policy = self ._infer_policy (** kwargs )
7675
7776
78- class EmbeddingsClientConfiguration : # pylint: disable=too-many-instance-attributes,name-too-long
77+ class EmbeddingsClientConfiguration : # pylint: disable=too-many-instance-attributes
7978 """Configuration for EmbeddingsClient.
8079
8180 Note that all parameters used to create this instance are saved as instance
@@ -84,7 +83,7 @@ class EmbeddingsClientConfiguration: # pylint: disable=too-many-instance-attrib
8483 :param endpoint: Service host. Required.
8584 :type endpoint: str
8685 :param credential: Credential used to authenticate requests to the service. Is one of the
87- following types: AzureKeyCredential, AzureKeyCredential, TokenCredential Required.
86+ following types: AzureKeyCredential, AzureKeyCredential, token credential Required.
8887 :type credential: ~azure.core.credentials.AzureKeyCredential or
8988 ~azure.core.credentials.AzureKeyCredential or ~azure.core.credentials.TokenCredential
9089 :keyword api_version: The API version to use for this operation. Default value is
@@ -132,7 +131,7 @@ def _configure(self, **kwargs: Any) -> None:
132131 self .authentication_policy = self ._infer_policy (** kwargs )
133132
134133
135- class ImageEmbeddingsClientConfiguration : # pylint: disable=too-many-instance-attributes,name-too-long
134+ class ImageEmbeddingsClientConfiguration : # pylint: disable=too-many-instance-attributes
136135 """Configuration for ImageEmbeddingsClient.
137136
138137 Note that all parameters used to create this instance are saved as instance
@@ -141,7 +140,7 @@ class ImageEmbeddingsClientConfiguration: # pylint: disable=too-many-instance-a
141140 :param endpoint: Service host. Required.
142141 :type endpoint: str
143142 :param credential: Credential used to authenticate requests to the service. Is one of the
144- following types: AzureKeyCredential, AzureKeyCredential, TokenCredential Required.
143+ following types: AzureKeyCredential, AzureKeyCredential, token credential Required.
145144 :type credential: ~azure.core.credentials.AzureKeyCredential or
146145 ~azure.core.credentials.AzureKeyCredential or ~azure.core.credentials.TokenCredential
147146 :keyword api_version: The API version to use for this operation. Default value is
0 commit comments