Skip to content

Commit c712a82

Browse files
authored
Merge pull request #3795 from Blackmist/tweak
links
2 parents 92011f9 + 5314349 commit c712a82

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

articles/machine-learning/concept-v2.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,21 @@ SDK v2 is useful in the following scenarios:
9292

9393
## Should I use v1 or v2?
9494

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.
9696

9797
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).
9898

9999
### CLI v2
100100

101101
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.
102102

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).
104104

105105
### SDK v2
106106

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.
108108

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).
112110

113111
## Related content
114112

articles/machine-learning/how-to-configure-network-isolation-with-v2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.author: larryfr
1111
author: Blackmist
1212
ms.reviewer: meerakurup
13-
ms.date: 02/05/2025
13+
ms.date: 03/28/2025
1414
---
1515

1616
# 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
2121

2222
There are two types of operations used by the v1 and v2 APIs, __Azure Resource Manager (ARM)__ and __Azure Machine Learning workspace__.
2323

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+
2427
With the v1 API, most operations used the workspace. For v2, we've moved most operations to use public ARM.
2528

2629
| API version | Public ARM | Inside workspace virtual network |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Azure Machine Learning's v2 REST APIs, Azure CLI extension, and Python SDK intro
2222
> [!IMPORTANT]
2323
> 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.
2424
>
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+
>
2527
> 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).
2628
2729
## Prerequisites

articles/machine-learning/includes/sdk-v1-deprecation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
author: Blackmist
33
ms.service: azure-machine-learning
44
ms.topic: include
5-
ms.date: 03/25/2025
5+
ms.date: 03/28/2025
66
ms.author: larryfr
77
---
88

99
> [!IMPORTANT]
1010
> This article provides information on using the Azure Machine Learning SDK v1. The SDK v1 is deprecated as of March 31, 2025 and support for it will end on June 30, 2026. You're able to install and use the SDK v1 until that date.
1111
>
12-
> We recommend that you transition to the SDK v2 before June 30, 2026. For more information on the SDK v2, see [Azure Machine Learning Python SDK v2](/python/api/overview/azure/ai-ml-readme).
12+
> We recommend that you transition to the SDK v2 before June 30, 2026. For more information on the SDK v2, see [What is the Azure Machine Learning Python SDK v2](/azure/machine-learning/concept-v2) and the [SDK v2 reference](/python/api/overview/azure/ai-ml-readme).

0 commit comments

Comments
 (0)