Skip to content

Commit e8f9c4d

Browse files
jayesh-tannaachauhan-scc
authored andcommitted
removing experimental attribute from connection entity (#36688)
* removing experimental attribute from connection entity * removed unused import stmt
1 parent a69c59b commit e8f9c4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_workspace/connections/workspace_connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
)
2121

2222
from azure.ai.ml._schema.workspace.connections.workspace_connection import WorkspaceConnectionSchema
23-
from azure.ai.ml._utils._experimental import experimental
2423
from azure.ai.ml._utils.utils import _snake_to_camel, camel_to_snake, dump_yaml_to_file
2524
from azure.ai.ml.constants._common import (
2625
BASE_PATH_CONTEXT_KEY,
@@ -72,7 +71,6 @@
7271
# Dev note: The acceptable strings for the type field are all snake_cased versions of the string constants defined
7372
# In the rest client enum defined at _azure_machine_learning_services_enums.ConnectionCategory.
7473
# We avoid directly referencing it in the docs to avoid restclient references.
75-
@experimental
7674
class WorkspaceConnection(Resource):
7775
"""Azure ML connection provides a secure way to store authentication and configuration information needed
7876
to connect and interact with the external resources.

0 commit comments

Comments
 (0)