From b4b40f73b29ae2407052454cc0b27e76233817f1 Mon Sep 17 00:00:00 2001 From: Fred Li Date: Thu, 7 Mar 2024 10:32:00 -0800 Subject: [PATCH 1/2] Remove experimental annotation from provision network --- .../azure/ai/ml/operations/_feature_store_operations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py index fdadea599e2a..0ec46c0ec517 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py @@ -505,7 +505,6 @@ def begin_delete(self, name: str, *, delete_dependent_resources: bool = False, * @distributed_trace @monitor_with_activity(ops_logger, "FeatureStore.BeginProvisionNetwork", ActivityType.PUBLICAPI) - @experimental def begin_provision_network( self, *, From 87885275ad165aa883bf9b5608a593b35ab9d301 Mon Sep 17 00:00:00 2001 From: Fred Li Date: Thu, 7 Mar 2024 14:35:32 -0800 Subject: [PATCH 2/2] remove unused import --- .../azure/ai/ml/operations/_feature_store_operations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py index 0ec46c0ec517..25c29bfc7472 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py @@ -14,7 +14,6 @@ from azure.ai.ml._restclient.v2023_08_01_preview.models import ManagedNetworkProvisionOptions from azure.ai.ml._scope_dependent_operations import OperationsContainer, OperationScope from azure.ai.ml._telemetry import ActivityType, monitor_with_activity -from azure.ai.ml._utils._experimental import experimental from azure.ai.ml._utils._logger_utils import OpsLogger from azure.ai.ml._utils.utils import camel_to_snake from azure.ai.ml.constants import ManagedServiceIdentityType