You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+
27
58
## 2023-10-18
28
59
29
60
### Azure Machine Learning CLI (v2) v2.21.1
30
61
31
62
- 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)
32
63
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
33
88
34
89
## 2023-05-09
35
90
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.
0 commit comments