Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/machinelearningservices/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Azure Machine Learning CLI (v2) (unreleased)
## 2025-08-27

### Azure Machine Learning CLI (v2) v 2.39.0
- `az ml compute update`
- Fix a bug compute update which caused Enable SSO property to reset.
- `az ml compute connect-ssh`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/machinelearningservices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '2.38.1'
VERSION = '2.39.0'

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