Skip to content

Commit 166e63d

Browse files
CLI v2 2.39.0 (Version/changelog changes) (#9089)
1 parent 1c67554 commit 166e63d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/machinelearningservices/CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Azure Machine Learning CLI (v2) (unreleased)
1+
## 2025-08-27
2+
3+
### Azure Machine Learning CLI (v2) v 2.39.0
24
- `az ml compute update`
35
- Fix a bug compute update which caused Enable SSO property to reset.
46
- `az ml compute connect-ssh`

src/machinelearningservices/azext_mlv2/manual/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ cryptography
22
docker
33
azure-mgmt-resourcegraph<9.0.0,>=2.0.0
44
azure-identity==1.17.1
5-
azure-ai-ml==1.28.1
5+
azure-ai-ml==1.29.0

src/machinelearningservices/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '2.38.1'
13+
VERSION = '2.39.0'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)