We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c67554 commit 166e63dCopy full SHA for 166e63d
3 files changed
src/machinelearningservices/CHANGELOG.rst
@@ -1,4 +1,6 @@
1
-## Azure Machine Learning CLI (v2) (unreleased)
+## 2025-08-27
2
+
3
+### Azure Machine Learning CLI (v2) v 2.39.0
4
- `az ml compute update`
5
- Fix a bug compute update which caused Enable SSO property to reset.
6
- `az ml compute connect-ssh`
src/machinelearningservices/azext_mlv2/manual/requirements.txt
@@ -2,4 +2,4 @@ cryptography
docker
azure-mgmt-resourcegraph<9.0.0,>=2.0.0
azure-identity==1.17.1
-azure-ai-ml==1.28.1
+azure-ai-ml==1.29.0
src/machinelearningservices/setup.py
@@ -10,7 +10,7 @@
10
from setuptools import setup, find_packages
11
12
# HISTORY.rst entry.
13
-VERSION = '2.38.1'
+VERSION = '2.39.0'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments