Skip to content

Commit 2c47102

Browse files
committed
Buld CLI v2 release notes
1 parent dad93e8 commit 2c47102

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

articles/machine-learning/azure-machine-learning-release-notes-cli-v2.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,51 @@ In this article, learn about Azure Machine Learning CLI (v2) releases.
2222
__RSS feed__: Get notified when this page is updated by copying and pasting the following URL into your feed reader:
2323
`https://docs.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes-v2%22&locale=en-us`
2424

25+
## 2022-05-24
26+
27+
### Azure Machine Learning CLI (v2) v2.4.0
28+
29+
- The Azure Machine Learning CLI (v2) is now GA.
30+
- `az ml job`
31+
- The command group is marked as GA.
32+
- Added AutoML job type in public preview.
33+
- Added `schedules` property to pipeline job in public preview.
34+
- Added an option to list only archived jobs.
35+
- Improved reliability of `az ml job download` command.
36+
- `az ml data`
37+
- The command group is marked as GA.
38+
- Added MLTable data type in public preview.
39+
- Added an option to list only archived data assets.
40+
- `az ml environment`
41+
- Added an option to list only archived environments.
42+
- `az ml model`
43+
- The command group is marked as GA.
44+
- Allow models to be created from job outputs.
45+
- Added an option to list only archived models.
46+
- `az ml online-deployment`
47+
- The command group is marked as GA.
48+
- Removed timeout waiting for deployment creation.
49+
- Improved online deployment list view.
50+
- `az ml online-endpoint`
51+
- The command group is marked as GA.
52+
- Added `mirror_traffic` property to online endpoints in public preview.
53+
- Improved online endpoint list view.
54+
- `az ml batch-deployment`
55+
- The command group is marked as GA.
56+
- Added support for `uri_file` and `uri_folder` as invocation input.
57+
- Fixed a bug in batch deployment update.
58+
- Fixed a bug in batch deployment list-jobs output.
59+
- `az ml batch-endpoint`
60+
- The command group is marked as GA.
61+
- Added support for `uri_file` and `uri_folder` as invocation input.
62+
- Fixed a bug in batch endpoint update.
63+
- Fixed a bug in batch endpoint list-jobs output.
64+
- `az ml component`
65+
- The command group is marked as GA.
66+
- Added an option to list only archived components.
67+
- `az ml code`
68+
- This command group is removed.
69+
2570
## 2022-03-14
2671

2772
### Azure Machine Learning CLI (v2) v2.2.1

0 commit comments

Comments
 (0)