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
#Customer intent: As a data scientist, I want to know whether to use v1 or v2 of CLI and SDK.
15
15
---
@@ -92,18 +92,15 @@ SDK v2 is useful in the following scenarios:
92
92
93
93
## Should I use v1 or v2?
94
94
95
-
Here are some considerations to help you decide which version to use.
95
+
Support for CLI v2 will end on September 30, 2025.
96
+
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).
96
98
97
99
### CLI v2
98
100
99
-
Azure Machine Learning CLI v1 has been deprecated. We recommend that you use CLI v2 if:
101
+
Azure Machine Learning CLI v1 has been deprecated. Support for the v1 extension will end on September 30, 2025. You will be able to install and use the v1 extension until that date.
100
102
101
-
* You were a CLI v1 user.
102
-
* You want to use new features like reusable components and managed inferencing.
103
-
* You don't want to use a Python SDK. CLI v2 allows you to use YAML with scripts in Python, R, Java, Julia, or C#.
104
-
* You were a user of R SDK previously. Machine Learning won't support an SDK in `R`. However, CLI v2 has support for `R` scripts.
105
-
* You want to use command line-based automation or deployments.
106
-
* You don't need Spark Jobs. This feature is currently available in preview in CLI v2.
103
+
We recommend that you transition to the `ml`, or v2, extension before September 30, 2025.
0 commit comments