Skip to content

Commit f475197

Browse files
authored
Merge pull request #937 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 15a927b + df4e32f commit f475197

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

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

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

27+
## 2024-09-18
28+
29+
### Azure Machine Learning CLI (v2) v2.30.0
30+
31+
- `az ml workspace outbound-rule set`
32+
- Added support of Optional `--fqdns` property for private_endpoint outbound rule creation in a workspace managed network. Related to support of Application Gateway PE target.
33+
- Added support of Optional `--address-prefixes` property for service_tag outbound rule creation in workspace managed network.
34+
35+
## 2024-08-14
36+
37+
### Azure Machine Learning CLI (v2) v2.29.0
38+
39+
- `az ml compute enable-sso`
40+
- Added enable-sso to allow user to enable sso setting of a compute instance without any write permission set on compute.
41+
42+
## 2024-06-21
43+
44+
### Azure Machine Learning CLI (v2) v2.27.0
45+
46+
- `az ml workspace create --system-datastores-auth-mode`
47+
- Added `--system-datastores-auth-mode` to create for AzureML workspace.
48+
49+
- `az ml workspace update --system-datastores-auth-mode`
50+
- Added `--system-datastores-auth-mode` to update for AzureML workspace.
51+
52+
- `az ml workspace create --allow-roleassignment-on-rg`
53+
- Added `--allow-roleassignment-on-rg` to create for AzureML workspace with allow/disallow role assignment on RG level.
54+
55+
- `az ml workspace update --allow-roleassignment-on-rg`
56+
- Added `--allow-roleassignment-on-rg` to update for AzureML workspace with allow/disallow role assignment on RG level.
57+
2758
## 2023-10-18
2859

2960
### Azure Machine Learning CLI (v2) v2.21.1
3061

3162
- pydash dependency version was upgraded to >=6.0.0 to patch [security vulnerability in versions below 6.0.0](https://github.com/advisories/GHSA-8mjr-6c96-39w8)
3263

64+
## 2023-09-11
65+
66+
### Azure Machine Learning CLI (v2) v2.20.0
67+
68+
- `az ml feature-store provision-network`
69+
- [Public review] Added this command to allow user to provision managed network for feature store
70+
71+
- `az ml feature-store create`
72+
- Added `--not-grant-permissions` to allow user to not grant materialization identity access to feature store
73+
74+
- `az ml feature-store update`
75+
- Added `--not-grant-permissions` to allow user to not grant materialization identity access to feature store
76+
77+
- `az ml feature-set`
78+
- Added `--feature-store-name` and deprecated `--workspace-name`, backward compatiblity will be removed in 6 month
79+
80+
- `az ml feature-store-entity`
81+
- Added `--feature-store-name` and deprecated `--workspace-name`, backward compatiblity will be removed in 6 months
82+
83+
- `az configure`
84+
- Added `--defaults feature-store=<name>` to allow user to configure default feature store
85+
86+
- `az ml job connect-ssh`
87+
- Added `--ssh-args/-c` to allow specifying additional ssh options + commands, eg to send signals to running processes or to attach to an interactive terminal
3388

3489
## 2023-05-09
3590

91+
### Azure Machine Learning CLI (v2) v2.17.0
92+
93+
- `az ml online-deployment create`
94+
- Added `--local-enable-gpu` to allow gpu access to local deployment.
95+
96+
- `az ml online-deployment update`
97+
- Added `--local-enable-gpu` to allow gpu access to local deployment.
98+
99+
## 2023-05-01
100+
36101
### Azure Machine Learning CLI (v2) v2.16.0
37102

38103
- `az ml job connect-ssh`

0 commit comments

Comments
 (0)