@@ -24,6 +24,61 @@ In this article, learn about Azure Machine Learning CLI (v2) releases.
24
24
__ RSS feed__ : Get notified when this page is updated by copying and pasting the following URL into your feed reader:
25
25
` https://learn.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes-v2%22&locale=en-us `
26
26
27
+ ## 2022-10-10
28
+
29
+ ### Azure Machine Learning CLI (v2) v2.10.0
30
+
31
+ - The CLI is depending on GA version of azure-ai-ml.
32
+ - Dropped support for Python 3.6.
33
+ - ` az ml registry `
34
+ - New command group added to manage ML asset registries.
35
+ - ` az ml job `
36
+ - Added ` az ml job show-services ` command.
37
+ - Added model sweeping and hyperparameter tuning to AutoML NLP jobs.
38
+ - ` az ml schedule `
39
+ - Added ` month_days ` property in recurrence schedule.
40
+ - ` az ml compute `
41
+ - Added custom setup scripts support for compute instances.
42
+
43
+ ## 2022-09-22
44
+
45
+ ### Azure Machine Learning CLI (v2) v2.8.0
46
+
47
+ - ` az ml job `
48
+ - Added spark job support.
49
+ - Added shm_size and docker_args to job.
50
+ - ` az ml compute `
51
+ - Compute instance supports managed identity.
52
+ - Added idle shutdown time support for compute instance.
53
+ - ` az ml online-deployment `
54
+ - Added support for data collection for eventhub and data storage.
55
+ - Added syntax validation for scoring script.
56
+ - ` az ml batch-deployment `
57
+ - Added syntax validation for scoring script.
58
+
59
+ ## 2022-08-10
60
+
61
+ ### Azure Machine Learning CLI (v2) v2.7.0
62
+
63
+ - ` az ml component `
64
+ - Added AutoML component.
65
+ - ` az ml dataset `
66
+ - Deprecated command group (Use ` az ml data ` instead).
67
+
68
+ ## 2022-07-16
69
+
70
+ ### Azure Machine Learning CLI (v2) v2.6.0
71
+
72
+ - Added MoonCake cloud support.
73
+ - ` az ml job `
74
+ - Allow Git repo URLs to be used as code.
75
+ - AutoML jobs use the same input schema as other job types.
76
+ - Pipeline jobs now supports registry assets.
77
+ - ` az ml component `
78
+ - Allow Git repo URLs to be used as code.
79
+ - ` az ml online-endpoint `
80
+ - MIR now supports registry assets.
81
+
27
82
## 2022-05-24
28
83
29
84
### Azure Machine Learning CLI (v2) v2.4.0
0 commit comments