You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can encrypt a deployed Azure Container Instances resource by using customer-managed keys. The customer-managed keys that you use for Container Instances can be stored in the key vault for your workspace.
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-soft-delete.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,10 @@ When deleting a workspace from the Azure portal, check __Delete the workspace pe
69
69
> [!TIP]
70
70
> The v1 SDK and CLI don't provide functionality to override the default soft-delete behavior. To override the default behavior from SDK or CLI, use the v2 versions. For more information, see the [CLI & SDK v2](concept-v2.md) article or the [v2 version of this article](concept-soft-delete.md?view=azureml-api-2&preserve-view=true#deleting-a-workspace).
If you're using the [Azure Machine Learning SDK or CLI](/python/api/azure-ai-ml/azure.ai.ml.operations.workspaceoperations#azure-ai-ml-operations-workspaceoperations-begin-delete), you can set the `permanently_delete` flag.
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-v2.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,23 +92,21 @@ SDK v2 is useful in the following scenarios:
92
92
93
93
## Should I use v1 or v2?
94
94
95
-
Support for CLI v1 will end on September 30, 2025.
95
+
Support for CLI v1 will end on September 30, 2025. Support for SDK v1 will end on June 30, 2026. You can continue to use CLI v1 and SDK v1 until those dates. However, we recommend that you transition to CLI v2 and SDK v2 before those dates.
96
96
97
97
We encourage you to migrate your code for both CLI and SDK v1 to CLI and SDK v2. For more information, see [Upgrade to v2](how-to-migrate-from-v1.md).
98
98
99
99
### CLI v2
100
100
101
101
Azure Machine Learning CLI v1 has been deprecated. Support for the v1 extension will end on September 30, 2025. You'll be able to install and use the v1 extension until that date.
102
102
103
-
We recommend that you transition to the `ml`, or v2, extension before September 30, 2025.
103
+
We recommend that you transition to the `ml`, or v2, extension before September 30, 2025. For more information, see [Upgrade to v2](how-to-migrate-from-v1.md).
104
104
105
105
### SDK v2
106
106
107
-
Azure Machine Learning Python SDK v1 doesn't have a planned deprecation date. If you have significant investments in Python SDK v1 and don't need any new features offered by SDK v2, you can continue to use SDK v1. However, you should consider using SDK v2 if:
107
+
Support for the Azure Machine Learning SDK v1 will end on June 30, 2026. You'll be able to install and use the SDK v1 until that date.
108
108
109
-
* You want to use new features like reusable components and managed inferencing.
110
-
* You're starting a new workflow or pipeline. All new features and future investments will be introduced in v2.
111
-
* You want to take advantage of the improved usability of the Python SDK v2 ability to compose jobs and pipelines by using Python functions, with easy evolution from simple to complex tasks.
109
+
We recommend that you transition to the SDK v2 before June 30, 2026. For more information, see [Upgrade to v2](how-to-migrate-from-v1.md).
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-workspace.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,31 +101,45 @@ There are multiple ways to create a workspace. To get started, use one of the fo
101
101
* Use the [VS Code extension](how-to-manage-resources-vscode.md#create-a-workspace) if you work in Visual Studio Code.
102
102
103
103
To automate workspace creation using your preferred security settings:
104
-
*[Azure Resource Manager / Bicep templates](how-to-create-workspace-template.md) provide a declarative syntax to deploy Azure resources. An alternative option is to use [Terraform](how-to-manage-workspace-terraform.md). Also see the [Bicep template](/samples/azure/azure-quickstart-templates/machine-learning-end-to-end-secure/) or [Terraform template](https://github.com/Azure/terraform/tree/master/quickstart/201-machine-learning-moderately-secure).
104
+
105
105
:::moniker range="azureml-api-2"
106
+
*[Azure Resource Manager / Bicep templates](how-to-create-workspace-template.md) provide a declarative syntax to deploy Azure resources. An alternative option is to use [Terraform](how-to-manage-workspace-terraform.md). Also see the [Bicep template](/samples/azure/azure-quickstart-templates/machine-learning-end-to-end-secure/) or [Terraform template](https://github.com/Azure/terraform/tree/master/quickstart/201-machine-learning-moderately-secure).
106
107
* Use the [Azure Machine Learning CLI](how-to-configure-cli.md) or [Azure Machine Learning SDK for Python](how-to-manage-workspace.md?tabs=python#create-a-workspace) for prototyping and as part of your [MLOps workflows](concept-model-management-and-deployment.md).
108
+
* Use [REST APIs](how-to-manage-rest.md) directly in scripting environment, for platform integration or in MLOps workflows.
107
109
:::moniker-end
108
110
:::moniker range="azureml-api-1"
109
-
* Use the [Azure Machine Learning CLI](./v1/reference-azure-machine-learning-cli.md) or [Azure Machine Learning SDK for Python](how-to-manage-workspace.md?tabs=python#create-a-workspace) for prototyping and as part of your [MLOps workflows](concept-model-management-and-deployment.md).
110
-
:::moniker-end
111
+
*[Azure Resource Manager / Bicep templates](how-to-create-workspace-template.md) provide a declarative syntax to deploy Azure resources. An alternative option is to use [Terraform](how-to-manage-workspace-terraform.md). Also see the [Bicep template](/samples/azure/azure-quickstart-templates/machine-learning-end-to-end-secure/) or [Terraform template](https://github.com/Azure/terraform/tree/master/quickstart/201-machine-learning-moderately-secure).
112
+
* Use the [Azure Machine Learning CLI v1](./v1/reference-azure-machine-learning-cli.md) or [Azure Machine Learning SDK v1 for Python](how-to-manage-workspace.md?tabs=python#create-a-workspace) for prototyping and as part of your [MLOps workflows](concept-model-management-and-deployment.md).
Learn how to change the access keys for Azure Storage accounts used by Azure Machine Learning. Azure Machine Learning can use storage accounts to store data or trained models.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-configure-network-isolation-with-v2.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
10
10
ms.author: larryfr
11
11
author: Blackmist
12
12
ms.reviewer: meerakurup
13
-
ms.date: 02/05/2025
13
+
ms.date: 03/28/2025
14
14
---
15
15
16
16
# Network Isolation Change with Our New API Platform on Azure Resource Manager
@@ -21,6 +21,9 @@ In this article, you'll learn about network isolation changes with our new v2 AP
21
21
22
22
There are two types of operations used by the v1 and v2 APIs, __Azure Resource Manager (ARM)__ and __Azure Machine Learning workspace__.
23
23
24
+
> [!IMPORTANT]
25
+
> The v1 API is deprecated as of March 31, 2025. Support for using the CLI v1 to access this API will end on September 30, 2025. Support for using the SDK v1 to access this API will end on June 30, 2026.
26
+
24
27
With the v1 API, most operations used the workspace. For v2, we've moved most operations to use public ARM.
25
28
26
29
| API version | Public ARM | Inside workspace virtual network |
> The designations "v1" and "v2" refer to the API, SDK, and CLI extension used by clients to interact with the service, and not the Azure Machine Learning service itself. There is no upgrade process for the service or your existing workspaces, only for your client code. Your Azure Machine Learning workspaces can be used with both the v1 and v2 APIs. However, new features will only be available through the v2 APIs.
24
24
>
25
+
> Support for the CLI v1 will end on September 30, 2025 and support for the Python SDK v1 will end on June 30, 2026.
26
+
>
25
27
> For more information on v2, see [what is v2](concept-v2.md?view=azureml-api-2&preserve-view=true). For a mapping of differences between v1 and v2 SDKs, with links to articles with example code, see [Mapping of Python SDK v1 to v2](#mapping-of-python-sdk-v1-to-v2).
0 commit comments