We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7d57f commit 6fb4b9cCopy full SHA for 6fb4b9c
sdk/ml/azure-ai-ml/azure/ai/ml/_ml_client.py
@@ -521,7 +521,7 @@ def __init__(
521
self._batch_endpoints = BatchEndpointOperations(
522
self._operation_scope,
523
self._operation_config,
524
- self._service_client_05_2022,
+ self._service_client_10_2023,
525
self._operation_container,
526
self._credential,
527
requests_pipeline=self._requests_pipeline,
sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_endpoint/batch/batch_endpoint_defaults.py
@@ -9,7 +9,7 @@
9
10
from marshmallow import fields, post_load
11
12
-from azure.ai.ml._restclient.v2022_05_01.models import BatchEndpointDefaults
+from azure.ai.ml._restclient.v2023_10_01.models import BatchEndpointDefaults
13
from azure.ai.ml._schema.core.schema import PatchedSchemaMeta
14
15
module_logger = logging.getLogger(__name__)
0 commit comments