Skip to content

Commit b387f64

Browse files
Merge pull request #2706 from Blackmist/346664-uuf
adding info per PM
2 parents 41d2514 + 41a92ea commit b387f64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/machine-learning/how-to-migrate-from-v1.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: how-to
99
author: sdgilley
1010
ms.author: sgilley
11-
ms.date: 10/14/2024
11+
ms.date: 02/03/2025
1212
ms.reviewer: paulsh
1313
ms.custom: devplatv2, devx-track-python
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
@@ -19,6 +19,11 @@ monikerRange: 'azureml-api-2 || azureml-api-1'
1919

2020
Azure Machine Learning's v2 REST APIs, Azure CLI extension, and Python SDK introduce consistency and a set of new features to accelerate the production machine learning lifecycle. This article provides an overview of upgrading to v2 with recommendations to help you decide on v1, v2, or both.
2121

22+
> [!IMPORTANT]
23+
> 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+
>
25+
> 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).
26+
2227
## Prerequisites
2328

2429
- General familiarity with Azure Machine Learning and the v1 Python SDK.

0 commit comments

Comments
 (0)