@@ -23,6 +23,51 @@ In this article, learn about Azure Machine Learning CLI (v2) releases.
23
23
__ RSS feed__ : Get notified when this page is updated by copying and pasting the following URL into your feed reader:
24
24
` https://docs.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes-v2%22&locale=en-us `
25
25
26
+ ## 2022-05-24
27
+
28
+ ### Azure Machine Learning CLI (v2) v2.4.0
29
+
30
+ - The Azure Machine Learning CLI (v2) is now GA.
31
+ - ` az ml job `
32
+ - The command group is marked as GA.
33
+ - Added AutoML job type in public preview.
34
+ - Added ` schedules ` property to pipeline job in public preview.
35
+ - Added an option to list only archived jobs.
36
+ - Improved reliability of ` az ml job download ` command.
37
+ - ` az ml data `
38
+ - The command group is marked as GA.
39
+ - Added MLTable data type in public preview.
40
+ - Added an option to list only archived data assets.
41
+ - ` az ml environment `
42
+ - Added an option to list only archived environments.
43
+ - ` az ml model `
44
+ - The command group is marked as GA.
45
+ - Allow models to be created from job outputs.
46
+ - Added an option to list only archived models.
47
+ - ` az ml online-deployment `
48
+ - The command group is marked as GA.
49
+ - Removed timeout waiting for deployment creation.
50
+ - Improved online deployment list view.
51
+ - ` az ml online-endpoint `
52
+ - The command group is marked as GA.
53
+ - Added ` mirror_traffic ` property to online endpoints in public preview.
54
+ - Improved online endpoint list view.
55
+ - ` az ml batch-deployment `
56
+ - The command group is marked as GA.
57
+ - Added support for ` uri_file ` and ` uri_folder ` as invocation input.
58
+ - Fixed a bug in batch deployment update.
59
+ - Fixed a bug in batch deployment list-jobs output.
60
+ - ` az ml batch-endpoint `
61
+ - The command group is marked as GA.
62
+ - Added support for ` uri_file ` and ` uri_folder ` as invocation input.
63
+ - Fixed a bug in batch endpoint update.
64
+ - Fixed a bug in batch endpoint list-jobs output.
65
+ - ` az ml component `
66
+ - The command group is marked as GA.
67
+ - Added an option to list only archived components.
68
+ - ` az ml code `
69
+ - This command group is removed.
70
+
26
71
## 2022-03-14
27
72
28
73
### Azure Machine Learning CLI (v2) v2.2.1
0 commit comments