Skip to content

Commit b28e348

Browse files
authored
Merge pull request #198576 from luigiw/main
//Build AzureML CLI v2 release notes
2 parents 75d87c4 + 2c47102 commit b28e348

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
@@ -23,6 +23,51 @@ In this article, learn about Azure Machine Learning CLI (v2) releases.
2323
__RSS feed__: Get notified when this page is updated by copying and pasting the following URL into your feed reader:
2424
`https://docs.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes-v2%22&locale=en-us`
2525

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+
2671
## 2022-03-14
2772

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

0 commit comments

Comments
 (0)